{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"mount_file_id":"1uE-LXEZXsFuIrcoOE96W58ebdOQjU_wt","authorship_tag":"ABX9TyPjEb7J023gwK0ns/IcqyPp"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":null,"metadata":{"id":"P24M2C3LeqZt"},"outputs":[],"source":["import numpy as np\n","import pandas as pd"]},{"cell_type":"code","source":["dress = pd.read_csv('/content/drive/MyDrive/Stylumia/Dataset/dress_clean.csv')\n","jeans = pd.read_csv('/content/drive/MyDrive/Stylumia/Dataset/jeans_clean.csv')\n","\n","df = pd.concat([dress, jeans])"],"metadata":{"id":"1YSjCjFLetP4"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["dress.shape"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"giNNw-1hfFSi","executionInfo":{"status":"ok","timestamp":1749289531988,"user_tz":-330,"elapsed":18,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"4293a012-7e36-4ef6-ee5c-1dd61069fb68"},"execution_count":null,"outputs":[{"output_type":"execute_result","data":{"text/plain":["(14609, 12)"]},"metadata":{},"execution_count":3}]},{"cell_type":"code","source":["jeans.shape"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"5osgAeLSfIft","executionInfo":{"status":"ok","timestamp":1749289534601,"user_tz":-330,"elapsed":24,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"3e20fd12-ab38-4975-b202-bfaeba4f6d33"},"execution_count":null,"outputs":[{"output_type":"execute_result","data":{"text/plain":["(2874, 12)"]},"metadata":{},"execution_count":4}]},{"cell_type":"code","source":["df.shape"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"WZ-tEeKQfJeJ","executionInfo":{"status":"ok","timestamp":1749289534909,"user_tz":-330,"elapsed":6,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"da00e0cd-4907-4ca0-e474-d011fd9f3a53"},"execution_count":null,"outputs":[{"output_type":"execute_result","data":{"text/plain":["(17483, 12)"]},"metadata":{},"execution_count":5}]},{"cell_type":"code","source":["df1 = df.iloc[:2000]\n","df2 = df.iloc[2000:4000]\n","df3 = df.iloc[4000:6000]\n","df4 = df.iloc[6000:8000]\n","df5 = df.iloc[8000:10000]\n","df6 = df.iloc[10000:12000]\n","df7 = df.iloc[12000:14000]\n","df8 = df.iloc[14000:16000]\n","df9 = df.iloc[16000:17483]"],"metadata":{"id":"5aRQUZxKfPEu"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["!pip install inference-sdk pandas requests pillow tqdm"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"JZTACDcAfq-p","executionInfo":{"status":"ok","timestamp":1749284800203,"user_tz":-330,"elapsed":10256,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"fe153015-33a8-488e-df28-4d7ac780e41a"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stdout","text":["Collecting inference-sdk\n"," Downloading inference_sdk-0.50.4-py3-none-any.whl.metadata (20 kB)\n","Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (2.2.2)\n","Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (2.32.3)\n","Requirement already satisfied: pillow in /usr/local/lib/python3.11/dist-packages (11.2.1)\n","Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (4.67.1)\n","Collecting dataclasses-json~=0.6.0 (from inference-sdk)\n"," Downloading dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB)\n","Collecting opencv-python<=4.10.0.84,>=4.8.1.78 (from inference-sdk)\n"," Downloading opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)\n","Collecting supervision<=0.30.0,>=0.25.1 (from inference-sdk)\n"," Downloading supervision-0.25.1-py3-none-any.whl.metadata (14 kB)\n","Requirement already satisfied: numpy<2.3.0,>=2.0.0 in /usr/local/lib/python3.11/dist-packages (from inference-sdk) (2.0.2)\n","Collecting aiohttp<=3.10.11,>=3.9.0 (from inference-sdk)\n"," Downloading aiohttp-3.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)\n","Collecting backoff~=2.2.0 (from inference-sdk)\n"," Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)\n","Requirement already satisfied: py-cpuinfo~=9.0.0 in /usr/local/lib/python3.11/dist-packages (from inference-sdk) (9.0.0)\n","Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas) (2.9.0.post0)\n","Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas) (2025.2)\n","Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas) (2025.2)\n","Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests) (3.4.2)\n","Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests) (3.10)\n","Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests) (2.4.0)\n","Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests) (2025.4.26)\n","Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (2.6.1)\n","Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (1.3.2)\n","Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (25.3.0)\n","Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (1.6.0)\n","Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (6.4.4)\n","Requirement already satisfied: yarl<2.0,>=1.12.0 in /usr/local/lib/python3.11/dist-packages (from aiohttp<=3.10.11,>=3.9.0->inference-sdk) (1.20.0)\n","Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses-json~=0.6.0->inference-sdk)\n"," Downloading marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB)\n","Collecting typing-inspect<1,>=0.4.0 (from dataclasses-json~=0.6.0->inference-sdk)\n"," Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)\n","Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas) (1.17.0)\n","Requirement already satisfied: contourpy>=1.0.7 in /usr/local/lib/python3.11/dist-packages (from supervision<=0.30.0,>=0.25.1->inference-sdk) (1.3.2)\n","Requirement already satisfied: defusedxml<0.8.0,>=0.7.1 in /usr/local/lib/python3.11/dist-packages (from supervision<=0.30.0,>=0.25.1->inference-sdk) (0.7.1)\n","Requirement already satisfied: matplotlib>=3.6.0 in /usr/local/lib/python3.11/dist-packages (from supervision<=0.30.0,>=0.25.1->inference-sdk) (3.10.0)\n","Requirement already satisfied: pyyaml>=5.3 in /usr/local/lib/python3.11/dist-packages (from supervision<=0.30.0,>=0.25.1->inference-sdk) (6.0.2)\n","Requirement already satisfied: scipy<2.0.0,>=1.10.0 in /usr/local/lib/python3.11/dist-packages (from supervision<=0.30.0,>=0.25.1->inference-sdk) (1.15.3)\n","Requirement already satisfied: packaging>=17.0 in /usr/local/lib/python3.11/dist-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses-json~=0.6.0->inference-sdk) (24.2)\n","Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=3.6.0->supervision<=0.30.0,>=0.25.1->inference-sdk) (0.12.1)\n","Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=3.6.0->supervision<=0.30.0,>=0.25.1->inference-sdk) (4.58.1)\n","Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=3.6.0->supervision<=0.30.0,>=0.25.1->inference-sdk) (1.4.8)\n","Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=3.6.0->supervision<=0.30.0,>=0.25.1->inference-sdk) (3.2.3)\n","Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses-json~=0.6.0->inference-sdk)\n"," Downloading mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB)\n","Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.11/dist-packages (from typing-inspect<1,>=0.4.0->dataclasses-json~=0.6.0->inference-sdk) (4.14.0)\n","Requirement already satisfied: propcache>=0.2.1 in /usr/local/lib/python3.11/dist-packages (from yarl<2.0,>=1.12.0->aiohttp<=3.10.11,>=3.9.0->inference-sdk) (0.3.1)\n","Downloading inference_sdk-0.50.4-py3-none-any.whl (43 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.3/43.3 kB\u001b[0m \u001b[31m4.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hDownloading aiohttp-3.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.3/1.3 MB\u001b[0m \u001b[31m28.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hDownloading backoff-2.2.1-py3-none-any.whl (15 kB)\n","Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB)\n","Downloading opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.5 MB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.5/62.5 MB\u001b[0m \u001b[31m12.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hDownloading supervision-0.25.1-py3-none-any.whl (181 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m181.5/181.5 kB\u001b[0m \u001b[31m16.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hDownloading marshmallow-3.26.1-py3-none-any.whl (50 kB)\n","\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m50.9/50.9 kB\u001b[0m \u001b[31m4.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n","\u001b[?25hDownloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)\n","Downloading mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB)\n","Installing collected packages: opencv-python, mypy-extensions, marshmallow, backoff, typing-inspect, aiohttp, supervision, dataclasses-json, inference-sdk\n"," Attempting uninstall: opencv-python\n"," Found existing installation: opencv-python 4.11.0.86\n"," Uninstalling opencv-python-4.11.0.86:\n"," Successfully uninstalled opencv-python-4.11.0.86\n"," Attempting uninstall: aiohttp\n"," Found existing installation: aiohttp 3.11.15\n"," Uninstalling aiohttp-3.11.15:\n"," Successfully uninstalled aiohttp-3.11.15\n","Successfully installed aiohttp-3.10.11 backoff-2.2.1 dataclasses-json-0.6.7 inference-sdk-0.50.4 marshmallow-3.26.1 mypy-extensions-1.1.0 opencv-python-4.10.0.84 supervision-0.25.1 typing-inspect-0.9.0\n"]}]},{"cell_type":"code","source":["import requests\n","from PIL import Image\n","import io\n","import time\n","from tqdm import tqdm\n","from inference_sdk import InferenceHTTPClient"],"metadata":{"id":"_nOjMfeIf517"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["CLIENT = InferenceHTTPClient(\n"," api_url=\"https://serverless.roboflow.com\",\n"," api_key=\"2gzq3x8MFv9nEFXCzuEe\"\n",")\n","\n","MODEL_ID = \"product-fashion-matching-02/2\""],"metadata":{"id":"WiJdNWupgAEe"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["def get_bounding_boxes(image_url):\n"," try:\n"," # Download the image\n"," response = requests.get(image_url)\n"," response.raise_for_status()\n"," image = Image.open(io.BytesIO(response.content))\n","\n"," # Save temporarily\n"," temp_path = \"temp_image.jpg\"\n"," image.save(temp_path)\n","\n"," # Inference\n"," result = CLIENT.infer(temp_path, model_id=MODEL_ID)\n","\n"," boxes = []\n"," for pred in result['predictions']:\n"," x, y = pred['x'], pred['y']\n"," w, h = pred['width'], pred['height']\n"," cls = pred['class']\n"," conf = pred['confidence']\n","\n"," left = x - w / 2\n"," top = y - h / 2\n"," right = x + w / 2\n"," bottom = y + h / 2\n","\n"," boxes.append({\n"," \"class\": cls,\n"," \"confidence\": conf,\n"," \"bbox\": [left, top, right, bottom]\n"," })\n","\n"," return boxes\n"," except Exception as e:\n"," print(f\"Error processing {image_url}: {e}\")\n"," return None"],"metadata":{"id":"bSa3YRlKgCuI"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["def apply_with_progress(df, column_name, func):\n"," results = []\n"," total = len(df)\n"," start_time = time.time()\n","\n"," for i, val in enumerate(tqdm(df[column_name], total=total)):\n"," result = func(val)\n"," results.append(result)\n","\n"," elapsed = time.time() - start_time\n"," avg_time = elapsed / (i + 1)\n"," remaining = avg_time * (total - i - 1)\n"," tqdm.write(f\"Processed {i+1}/{total}, Estimated time remaining: {remaining:.1f} seconds\")\n","\n"," return results"],"metadata":{"id":"ZkknI79FgGDp"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df1['box'] = apply_with_progress(df1, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"l1nv_C8GgISd","executionInfo":{"status":"ok","timestamp":1749286353101,"user_tz":-330,"elapsed":1460153,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"892396f3-532e-436a-eaf6-e55e3c2b5edf"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:02<1:14:16, 2.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 4465.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:04<1:22:10, 2.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 4864.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:05<56:01, 1.68s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 3740.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:06<44:35, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 3209.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:08<54:37, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 3436.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:11<1:03:40, 1.92s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 3674.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:11<50:30, 1.52s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 3349.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:12<42:18, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 3115.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:13<42:40, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 3058.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:14<35:15, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 2863.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:15<31:06, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 2720.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:15<29:01, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 2613.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:17<39:53, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 2711.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:18<34:05, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 2605.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:19<31:04, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 2526.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:19<30:33, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 2477.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:21<31:50, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 2453.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:21<29:27, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 2396.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:22<28:28, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 2351.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:23<26:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 2302.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:24<26:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 2264.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:24<26:13, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 2230.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:26<34:27, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 2272.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:27<34:31, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 2263.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:28<33:52, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 2249.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:29<29:17, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 2205.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:29<28:36, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 2182.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:30<27:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 2158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:31<27:20, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 2137.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:32<25:49, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 2110.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:33<30:59, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 2124.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:34<33:06, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 2128.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:35<36:09, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 2141.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:37<37:09, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 2147.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:37<34:25, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 2133.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:39<40:56, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 2166.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:40<36:06, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 2147.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:41<33:46, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 2134.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:42<34:26, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 2134.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:43<31:59, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 2119.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:44<30:41, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 2106.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:44<30:04, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 2096.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:45<29:24, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 2085.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:46<29:47, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 2079.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:47<28:13, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 2064.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:48<31:24, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 2069.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:49<29:57, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 2058.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:50<29:11, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 2048.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:51<27:22, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 2034.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:51<25:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 2019.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:52<23:59, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 2001.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:53<24:53, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1993.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:53<24:37, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1982.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:54<26:17, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1978.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:55<25:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1966.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:56<28:04, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1967.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:57<29:38, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1966.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:58<27:19, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1954.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:59<25:41, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1942.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:59<24:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1932.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [01:01<37:57, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1967.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [01:02<35:30, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1963.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [01:03<32:35, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1955.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [01:04<28:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1942.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [01:04<26:14, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1930.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [01:05<26:22, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1924.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [01:06<29:30, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1927.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [01:07<27:54, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1919.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [01:08<32:05, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1927.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [01:09<28:03, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1915.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [01:10<26:42, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1907.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [01:10<26:12, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1900.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [01:11<25:12, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1892.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [01:12<23:33, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1881.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [01:13<23:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1874.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [01:13<23:57, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1868.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [01:14<22:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1859.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [01:15<21:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1849.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [01:15<22:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1842.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [01:16<22:57, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1837.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [01:17<24:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1834.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [01:18<25:12, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1830.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:18<23:38, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1822.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:19<21:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1811.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:20<21:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1804.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:20<22:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1800.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:21<22:51, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1794.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:22<22:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1787.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:22<21:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1779.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:23<20:06, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1770.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:24<24:50, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1773.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:25<22:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1764.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:26<27:58, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1770.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:26<25:30, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1763.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:27<25:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1761.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:28<23:42, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1753.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:28<22:11, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1746.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:29<21:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1738.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:30<20:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1732.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:30<20:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1726.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:31<20:05, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1719.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:32<19:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1713.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:32<19:53, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1707.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:33<19:21, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1700.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:33<18:59, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1693.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:34<19:03, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1687.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:35<19:33, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1682.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:35<19:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1677.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:36<20:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1672.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:37<19:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1667.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:37<19:19, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1661.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:38<19:02, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1655.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:38<19:06, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1650.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:39<19:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1645.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:40<19:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1640.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:40<18:59, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1634.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:41<20:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1632.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:42<23:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1633.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:43<22:20, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1628.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:45<34:35, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1645.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:45<31:07, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1642.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:46<28:03, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1638.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:47<25:45, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1634.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:47<23:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1629.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:48<22:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1625.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:48<21:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1620.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:49<20:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1616.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:50<20:51, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1612.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:51<21:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1610.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:51<20:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1605.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:52<26:12, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1610.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:53<24:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1606.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:54<23:04, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1602.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:54<22:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1598.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:55<21:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1594.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:55<20:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1589.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:56<20:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1586.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:57<19:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1582.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:57<19:43, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1578.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:58<19:19, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1574.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:59<18:42, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1569.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:59<18:51, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1566.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [02:00<19:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1562.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [02:00<19:04, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1558.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [02:01<19:07, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1555.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [02:02<22:41, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1556.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [02:03<21:41, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1553.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [02:03<21:36, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1550.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [02:04<21:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1548.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [02:05<21:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1544.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [02:05<20:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1541.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [02:06<21:54, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1540.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [02:07<20:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1536.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [02:07<19:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1532.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [02:08<19:21, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1529.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [02:09<19:21, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1526.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [02:09<19:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1522.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [02:10<24:27, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1526.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [02:11<23:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1523.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [02:12<22:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1520.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [02:12<20:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1517.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [02:13<19:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1513.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [02:13<19:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1510.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:14<18:12, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1505.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:15<17:58, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1502.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:15<19:03, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1500.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:16<18:46, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1496.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:17<19:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:17<19:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1492.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:18<19:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1489.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:18<19:11, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:19<18:36, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1483.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:20<18:25, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1479.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:20<19:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1477.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:21<19:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1476.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:22<19:24, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1473.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:22<19:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1470.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:23<19:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1468.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:24<19:46, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1466.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:24<20:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1464.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:25<22:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1464.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:26<21:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1461.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:26<20:52, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1459.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:27<20:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1456.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:28<20:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1454.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:28<20:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1452.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:29<19:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1449.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:30<20:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1449.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:31<21:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1447.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:31<20:33, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1445.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:32<23:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1446.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:33<23:19, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1445.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:34<22:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1443.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:34<21:31, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1441.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:36<30:56, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1449.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:37<27:43, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1447.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:37<24:43, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1444.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:38<22:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1441.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:39<22:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1440.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:40<23:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1440.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:40<22:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1438.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:41<23:29, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1438.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:42<22:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1436.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:42<22:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1435.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:43<21:57, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1433.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:44<21:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:44<20:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:45<19:30, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1426.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:46<19:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1424.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:47<21:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1424.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:48<24:49, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1425.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:48<22:40, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1423.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:49<21:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1421.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:49<19:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1418.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:50<18:55, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1415.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:51<18:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1413.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:51<19:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1412.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:52<19:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1410.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:53<19:00, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1407.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:54<21:23, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1407.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:54<21:30, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1406.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:55<20:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1404.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:56<21:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:56<21:22, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1402.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:57<21:38, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:58<21:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1400.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:59<21:47, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1399.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:59<20:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [03:00<20:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1395.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [03:01<21:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1394.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [03:02<23:00, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1394.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [03:02<23:02, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1394.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [03:03<22:10, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1392.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [03:04<25:56, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1394.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [03:05<25:13, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1393.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [03:06<24:02, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1392.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [03:07<23:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1392.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [03:07<23:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1390.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [03:08<23:31, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1390.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [03:09<23:27, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1389.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [03:10<22:34, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1388.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [03:10<22:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1387.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [03:11<21:53, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1385.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [03:12<22:05, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1384.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [03:13<25:58, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1386.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [03:14<25:00, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1386.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [03:15<24:59, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1385.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:16<25:31, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1385.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:17<26:10, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1386.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:17<25:05, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:18<23:20, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1383.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:19<21:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1381.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:19<20:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1379.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:20<20:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1378.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:21<21:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1377.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:21<20:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1375.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:22<20:03, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1373.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:23<19:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1372.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:23<20:04, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1371.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:24<21:03, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1370.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:25<20:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1368.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:26<19:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1366.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:26<19:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1365.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:27<18:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1363.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:27<18:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1361.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:29<28:12, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1366.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:30<25:36, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1365.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:31<23:42, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1363.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:31<22:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:32<20:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1360.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:32<19:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1358.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:34<26:48, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:35<25:22, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1361.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:35<24:45, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1360.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:36<23:45, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:37<22:10, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1357.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:37<20:13, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1355.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:38<18:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1353.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:39<18:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1351.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:39<17:45, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:40<19:21, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1348.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:41<18:58, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1346.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:41<18:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1345.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:42<22:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1346.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:43<22:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1345.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:44<21:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1343.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:44<19:42, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1341.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:45<20:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1340.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:47<29:32, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1346.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:48<32:45, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1348.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:49<28:07, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1347.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:49<24:52, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1345.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:50<23:03, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1343.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:51<21:21, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1341.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:52<28:11, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1345.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:53<25:18, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:54<23:46, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:54<22:36, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1341.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:56<29:14, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1345.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:57<25:52, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1343.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:57<24:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1342.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:58<22:17, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1340.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [03:59<20:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1338.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [03:59<19:27, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1336.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [04:00<19:49, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1335.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [04:01<19:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1334.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [04:03<33:35, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1342.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [04:04<29:59, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [04:05<28:53, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [04:05<27:23, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1340.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [04:06<24:11, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1339.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [04:07<23:01, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1337.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [04:07<20:52, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1335.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [04:08<19:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1333.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [04:09<18:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1332.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [04:09<18:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1330.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [04:10<21:05, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1330.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [04:15<55:23, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1351.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [04:15<43:28, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1349.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [04:16<35:36, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1347.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [04:17<31:36, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1346.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [04:18<29:04, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1345.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [04:18<25:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1343.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [04:19<23:37, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1342.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [04:20<23:04, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1341.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [04:20<20:33, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1339.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [04:21<18:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1337.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [04:21<18:05, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1335.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [04:22<17:35, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1333.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [04:23<17:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1332.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [04:24<20:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1332.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [04:24<18:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1330.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:25<18:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1328.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:25<17:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1326.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:27<22:13, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1327.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:27<20:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1325.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:28<21:50, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1325.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:29<20:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1324.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:29<19:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1322.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:30<18:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1320.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:31<19:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1319.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:32<19:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1318.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:32<19:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1317.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:33<19:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1316.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:34<18:44, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1314.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:34<17:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1312.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:35<18:27, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1311.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:35<17:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1310.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:36<18:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1309.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:37<18:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1307.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:38<19:56, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1307.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:38<19:44, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1305.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:39<19:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1304.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:40<20:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1303.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:41<19:40, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1302.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:41<19:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:42<19:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1300.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [04:43<18:16, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1298.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [04:43<17:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1296.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [04:44<18:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1295.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [04:45<18:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1294.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [04:45<19:26, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1293.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [04:46<18:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1292.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [04:47<18:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1290.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [04:47<17:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1289.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [04:48<17:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1287.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [04:49<17:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1286.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [04:49<17:08, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1284.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [04:50<16:35, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1282.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [04:51<19:53, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1282.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [04:51<17:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1280.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [04:52<18:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1279.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [04:53<18:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1278.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [04:53<18:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1277.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [04:54<17:30, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1275.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [04:55<18:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1274.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [04:55<17:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1273.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [04:56<17:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1271.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [04:56<16:38, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1269.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [04:57<16:15, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1268.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [04:58<17:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1267.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [04:58<15:56, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1265.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [04:59<15:53, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1263.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [05:00<17:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [05:01<22:36, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1264.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [05:01<20:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1262.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [05:02<18:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1260.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [05:03<19:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1259.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [05:03<19:17, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1258.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [05:04<18:10, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [05:06<31:06, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1262.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [05:07<26:33, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1261.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [05:08<23:20, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1259.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [05:08<21:24, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1258.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [05:09<20:42, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1257.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [05:09<19:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1255.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [05:10<18:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1254.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [05:11<17:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1252.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [05:11<17:08, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1251.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [05:12<16:10, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1249.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [05:13<17:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1248.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [05:13<16:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1246.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [05:14<16:51, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1245.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [05:14<16:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1243.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [05:15<15:45, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1242.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [05:16<17:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1241.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [05:16<16:33, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [05:17<17:48, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1238.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [05:18<17:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1237.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [05:18<17:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1236.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:19<17:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1235.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:20<17:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1233.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:20<16:49, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1232.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:24<44:53, 1.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1244.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:25<36:21, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1243.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:26<30:20, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1241.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:26<26:15, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1240.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:27<24:29, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1239.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:28<22:29, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1238.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:29<23:58, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1238.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:29<22:07, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1237.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:30<22:02, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1236.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:31<20:18, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1235.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:32<19:54, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1234.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:32<19:46, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1233.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:33<19:34, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1232.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:34<18:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1231.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:34<17:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1229.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:35<16:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1228.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:35<16:13, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1226.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:36<16:00, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1224.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [05:37<17:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1224.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [05:37<16:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1222.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [05:38<16:17, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1221.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [05:38<15:34, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1219.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [05:39<16:41, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1218.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [05:41<22:26, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1220.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [05:41<21:27, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1219.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [05:42<21:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1218.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [05:43<19:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1217.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [05:43<19:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1216.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [05:44<18:03, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1214.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [05:45<17:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1213.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [05:45<16:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1211.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [05:46<17:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1211.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [05:47<18:27, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1210.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [05:48<24:13, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1211.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [05:50<33:53, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1215.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [05:53<41:07, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1220.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [05:53<33:53, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1218.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [05:54<30:18, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1218.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [05:55<25:45, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1216.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [05:55<22:40, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1215.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [05:56<21:16, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1214.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [05:57<19:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1213.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [05:57<19:34, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1212.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [05:58<18:02, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1210.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [05:59<17:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1209.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [05:59<18:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1208.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [06:00<17:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1207.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [06:01<16:42, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1205.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [06:01<17:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1204.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [06:02<18:08, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1203.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [06:03<21:28, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1204.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [06:04<20:05, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1203.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [06:05<19:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1202.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [06:05<19:27, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1201.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [06:06<18:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1199.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [06:08<24:33, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1201.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [06:08<23:00, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [06:09<21:21, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1199.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [06:10<19:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1198.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [06:10<18:23, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1196.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [06:11<17:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1195.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [06:11<16:29, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1194.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [06:12<15:45, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1192.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [06:12<15:02, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [06:13<15:23, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1189.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [06:14<19:57, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1190.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [06:15<19:26, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1189.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [06:16<18:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1188.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [06:16<17:04, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1186.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [06:17<16:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1185.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [06:17<15:36, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1183.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [06:18<17:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1182.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [06:19<16:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1181.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [06:19<16:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1180.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [06:20<15:50, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1178.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [06:21<16:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1178.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [06:21<16:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1176.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [06:22<16:46, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1175.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [06:23<17:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1174.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [06:23<17:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1173.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [06:24<16:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1172.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [06:25<16:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1171.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [06:25<16:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1170.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:26<15:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1168.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:27<22:12, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1170.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:28<19:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1168.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:29<18:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1167.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:29<17:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1165.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:31<26:12, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1168.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:32<23:04, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1167.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:33<22:38, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1166.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:33<20:35, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1165.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:34<18:39, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1164.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:34<18:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1163.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:35<17:35, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1161.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:36<18:16, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1161.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:37<17:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1160.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:37<17:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1158.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:38<17:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1157.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [06:39<20:38, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1158.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [06:40<18:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1156.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [06:40<17:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1155.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [06:41<18:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1154.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [06:42<17:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1153.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [06:42<17:22, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1152.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [06:43<16:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1151.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [06:44<16:37, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1150.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [06:44<16:11, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1149.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [06:45<16:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1148.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [06:46<17:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1147.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [06:47<18:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1146.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [06:47<17:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1145.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [06:48<16:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1144.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [06:49<16:27, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1143.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [06:49<15:53, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1141.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [06:50<16:18, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1140.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [06:50<16:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1139.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [06:51<15:12, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1138.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [06:52<14:46, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1137.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [06:52<14:39, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1135.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [06:53<15:12, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1134.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [06:53<15:28, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1133.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [06:54<14:51, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1132.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [06:55<14:55, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1131.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [06:55<14:58, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1129.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [06:56<15:16, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1128.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [06:57<15:39, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1127.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [06:57<14:57, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1126.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [06:58<14:31, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1125.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [06:58<15:06, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1124.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [06:59<16:06, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1123.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [07:00<17:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1122.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [07:01<16:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1121.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [07:01<15:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1120.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [07:02<15:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1118.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [07:02<15:00, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1117.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [07:03<16:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1116.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [07:04<15:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1115.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [07:04<15:20, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1114.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [07:05<15:19, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1113.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [07:06<15:15, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1112.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [07:06<15:31, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1111.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [07:07<15:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1109.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [07:07<14:54, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1108.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [07:09<21:21, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1109.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [07:10<20:09, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1109.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [07:10<19:25, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1108.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [07:11<18:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1107.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [07:12<18:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [07:13<18:26, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1105.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [07:13<16:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1104.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [07:14<17:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1103.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [07:15<17:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1102.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [07:15<16:22, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [07:16<15:19, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1100.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [07:17<19:59, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1100.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [07:18<18:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1099.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [07:19<18:18, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1098.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [07:19<19:14, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1098.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [07:20<17:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1097.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [07:21<16:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1095.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [07:21<15:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1094.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [07:22<14:30, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1093.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [07:22<14:11, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1091.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [07:23<13:54, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1090.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [07:23<14:25, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1089.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [07:24<14:10, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1088.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [07:25<14:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1087.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [07:25<14:31, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1086.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:26<14:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1085.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:27<14:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1084.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:27<16:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1083.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:28<16:54, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1082.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:30<22:11, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1083.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:31<21:21, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1083.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [07:31<20:10, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1082.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [07:32<19:21, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1081.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [07:33<17:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1080.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [07:33<17:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1079.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [07:34<16:25, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1078.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [07:34<15:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1076.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [07:37<26:32, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1079.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [07:37<22:55, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1078.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [07:38<20:25, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1077.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [07:39<18:31, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1076.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [07:39<18:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1075.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [07:40<16:35, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1074.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [07:41<16:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1073.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [07:41<16:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1072.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [07:42<16:27, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1071.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [07:42<15:13, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1070.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [07:43<16:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1069.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [07:44<16:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1068.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [07:45<19:27, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1068.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [07:46<18:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1067.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [07:47<17:55, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1066.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [07:49<28:49, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1069.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [07:49<23:54, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1068.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [07:50<21:15, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1067.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [07:51<21:34, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1067.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [07:52<19:12, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1065.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [07:52<17:31, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1064.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [07:53<16:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1063.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [07:53<15:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1062.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [07:54<15:04, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1061.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [07:55<14:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1060.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [07:55<14:26, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1059.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [07:56<15:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1058.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [07:58<20:52, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1059.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [07:58<19:11, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1058.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [07:59<18:45, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1057.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [08:00<18:51, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1056.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [08:00<17:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1055.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [08:01<18:31, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1055.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [08:02<17:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1054.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [08:04<24:55, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1055.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [08:04<22:03, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1054.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [08:06<25:44, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1055.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [08:07<27:18, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1056.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [08:08<24:37, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1055.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [08:09<21:27, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1054.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [08:10<23:41, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1054.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [08:11<21:45, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1053.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [08:12<20:08, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1052.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [08:12<18:58, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1051.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [08:14<27:15, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1053.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [08:15<23:11, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1052.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [08:15<20:08, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1051.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [08:16<18:25, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1050.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [08:17<17:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1049.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [08:17<15:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1048.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [08:18<15:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1047.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [08:18<13:52, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1045.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [08:19<13:32, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1044.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [08:20<13:14, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1043.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [08:20<13:48, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1042.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [08:21<13:31, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1041.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [08:21<13:28, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1040.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [08:22<13:20, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1038.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [08:23<13:16, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1037.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [08:23<12:51, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1036.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [08:24<12:47, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1035.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [08:24<13:35, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1034.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [08:25<13:56, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1033.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [08:26<15:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1032.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [08:27<15:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1031.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [08:27<15:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1030.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [08:28<18:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1031.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [08:29<18:28, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1030.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [08:30<17:37, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1029.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [08:31<17:51, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1028.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [08:31<16:36, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1027.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [08:32<16:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1026.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [08:33<16:39, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1026.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [08:33<15:18, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1024.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [08:34<14:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1023.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [08:35<13:53, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1022.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [08:35<13:01, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1021.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [08:36<12:53, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1020.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [08:36<12:51, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1018.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [08:37<12:58, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1017.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [08:37<12:56, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1016.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [08:38<12:49, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1015.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [08:39<12:55, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1014.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [08:39<13:24, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1013.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [08:40<13:36, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1012.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [08:40<13:09, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1011.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [08:41<12:45, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1010.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [08:42<14:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1009.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [08:42<13:36, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1008.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [08:43<14:05, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1007.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [08:44<13:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1006.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [08:44<13:38, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [08:45<13:30, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1004.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [08:45<13:07, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1002.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [08:46<13:02, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1001.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [08:47<13:12, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1000.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [08:47<14:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 999.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [08:48<13:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 998.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [08:48<13:21, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 997.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [08:49<12:54, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 996.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [08:50<16:04, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 996.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [08:51<16:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 995.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [08:52<17:19, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 995.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [08:53<17:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 994.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [08:53<16:13, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 993.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [08:54<14:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 992.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [08:54<14:10, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 991.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [08:55<14:00, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 990.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [08:56<14:24, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 989.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [08:57<15:15, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 988.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [08:57<15:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 987.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [08:58<14:07, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 986.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [08:59<14:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 985.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [08:59<14:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 984.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [09:00<13:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 983.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [09:00<14:42, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 982.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [09:01<15:19, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 982.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [09:02<14:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 981.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [09:02<14:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 980.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [09:03<16:08, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 979.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [09:04<17:05, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 979.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [09:05<15:36, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 978.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [09:05<14:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 977.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [09:06<13:52, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 975.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [09:07<15:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 975.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [09:07<14:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 974.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [09:08<13:23, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 973.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [09:09<14:05, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 972.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [09:09<13:19, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 971.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [09:10<15:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 970.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [09:11<16:36, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 970.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [09:12<16:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 969.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [09:13<16:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 968.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [09:13<16:12, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 967.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [09:14<15:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 966.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [09:15<15:58, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 966.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [09:16<17:36, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 965.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [09:16<15:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 964.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [09:17<16:20, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 964.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [09:18<14:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 963.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [09:19<15:13, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 962.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [09:19<14:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 961.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [09:20<14:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 960.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [09:20<13:32, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 959.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [09:21<13:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 958.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [09:22<13:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 957.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [09:22<13:21, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 956.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [09:23<12:49, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 955.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [09:23<12:29, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 954.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [09:24<12:36, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 953.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [09:25<13:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 952.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [09:25<13:36, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 951.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [09:26<12:59, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 950.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [09:27<13:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 949.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [09:27<12:34, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 948.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [09:28<11:54, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 947.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [09:28<12:00, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 946.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [09:29<11:31, 1.80it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 944.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [09:29<11:19, 1.84it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 943.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [09:30<12:29, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 942.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [09:31<12:31, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 941.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [09:31<12:18, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 940.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [09:32<13:03, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 940.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [09:33<12:56, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 939.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [09:33<12:27, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 937.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [09:34<12:06, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 936.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [09:34<11:53, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 935.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [09:35<11:55, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 934.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [09:35<12:06, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 933.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [09:36<12:17, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 932.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [09:37<12:46, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 931.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [09:38<14:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 931.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [09:38<13:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 930.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [09:39<13:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 929.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [09:39<12:43, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 928.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [09:40<13:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 927.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [09:41<14:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 926.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [09:41<12:59, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 925.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [09:42<12:23, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 924.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [09:43<13:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 923.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [09:43<13:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 922.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [09:44<12:53, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 921.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [09:44<12:44, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 920.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [09:45<12:35, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 919.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [09:46<12:13, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 918.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [09:47<16:28, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 918.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [09:48<16:19, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 918.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [09:48<15:54, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 917.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [09:49<15:17, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 916.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [09:51<19:56, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 916.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [09:52<22:26, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 917.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [09:53<23:50, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 917.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [09:54<20:58, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 916.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [09:55<18:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 915.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [09:55<16:15, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 914.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [09:56<14:57, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 913.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [09:56<14:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 912.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [09:57<13:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 911.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [10:00<27:14, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 914.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [10:01<22:34, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 913.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [10:01<19:10, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 912.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [10:02<17:00, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 911.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [10:02<15:33, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 910.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [10:03<15:14, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 909.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [10:04<14:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 908.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [10:04<13:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 907.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [10:05<13:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 906.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [10:06<12:50, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 905.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [10:06<13:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 904.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [10:07<13:31, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 903.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [10:08<13:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 902.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [10:08<13:13, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 901.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [10:09<14:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 901.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [10:11<17:50, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 901.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [10:11<17:48, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 900.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [10:12<15:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 899.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [10:13<14:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 898.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [10:13<14:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 897.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [10:14<15:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 897.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [10:15<15:58, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 896.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [10:16<14:30, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 895.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [10:16<14:54, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 895.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [10:17<13:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 894.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [10:17<12:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 893.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [10:18<12:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 892.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [10:19<12:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 891.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [10:19<12:15, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 890.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [10:20<12:09, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 889.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [10:21<13:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 888.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [10:21<13:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 887.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [10:22<13:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 886.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [10:23<13:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 885.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [10:23<12:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 884.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [10:24<12:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 884.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [10:25<12:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 883.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [10:25<11:59, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 882.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [10:26<12:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 881.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [10:26<12:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 880.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [10:27<12:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 879.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [10:28<12:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 878.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [10:28<11:59, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 877.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [10:29<15:00, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 877.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [10:31<17:37, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 877.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [10:31<16:50, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 876.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [10:32<15:52, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 875.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [10:33<18:16, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 875.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [10:34<17:27, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 874.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [10:35<15:36, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 873.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [10:35<14:14, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 872.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [10:36<13:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 871.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [10:37<15:30, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 871.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [10:38<14:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 870.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [10:38<13:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 869.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [10:39<13:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 868.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [10:40<12:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 867.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [10:40<12:16, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 866.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [10:41<13:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 866.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [10:42<13:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 865.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [10:42<12:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 864.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [10:43<12:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 863.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [10:43<11:51, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 862.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [10:44<11:52, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 861.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [10:45<12:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 860.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [10:45<11:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 859.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [10:46<11:25, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 858.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [10:46<11:15, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 857.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [10:47<11:08, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 856.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [10:48<11:08, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 855.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [10:48<10:43, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 854.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [10:49<11:24, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 853.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [10:49<11:32, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 852.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [10:50<11:13, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 851.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [10:51<11:24, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 850.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [10:52<13:29, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 850.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [10:52<13:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 849.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [10:53<12:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 848.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [10:53<12:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 847.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [10:54<11:25, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 846.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [10:54<10:40, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 845.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [10:55<11:47, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 844.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [10:56<11:22, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 843.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [10:57<12:15, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 843.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [10:57<11:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 842.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [10:58<11:34, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 841.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [10:58<11:02, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 840.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [10:59<10:41, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 839.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [10:59<11:07, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 838.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [11:00<10:48, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 837.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [11:01<11:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 836.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [11:01<11:32, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 835.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [11:02<11:35, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 834.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [11:03<11:41, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 833.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [11:03<11:36, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 832.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [11:04<11:31, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 831.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [11:05<13:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 831.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [11:05<13:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 830.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [11:06<13:25, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 829.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [11:07<12:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 828.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [11:07<12:26, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 828.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [11:08<12:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 827.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [11:09<11:17, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 826.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [11:09<11:09, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 825.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [11:10<11:20, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 824.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [11:10<11:23, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 823.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [11:11<13:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 822.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [11:12<14:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 822.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [11:13<14:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 821.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [11:14<13:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 820.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [11:15<15:07, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 820.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [11:15<13:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 819.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [11:16<12:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 818.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [11:17<14:38, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 818.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [11:18<14:11, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 817.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [11:18<13:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 816.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [11:19<11:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 815.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [11:19<11:06, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 814.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [11:20<10:23, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 813.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [11:20<10:31, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 812.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [11:21<10:24, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 811.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [11:21<10:20, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 810.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [11:22<10:37, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 809.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [11:23<10:40, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 808.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [11:23<10:36, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 807.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [11:24<10:29, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 806.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [11:24<10:14, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 805.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [11:25<10:15, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 804.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [11:26<10:27, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 803.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [11:26<10:26, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 802.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [11:27<11:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 802.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [11:28<12:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 801.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [11:28<11:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 800.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [11:29<12:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 799.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [11:30<14:23, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 799.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [11:31<13:17, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 798.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [11:31<12:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 797.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [11:32<12:05, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 796.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [11:33<11:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 795.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [11:33<11:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 794.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [11:34<11:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 794.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [11:35<11:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 793.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [11:35<11:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 792.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [11:36<11:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 791.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [11:36<11:05, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 790.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [11:37<10:59, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 789.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [11:38<10:46, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 788.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [11:38<10:48, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 787.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [11:39<10:53, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 787.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [11:40<13:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 786.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [11:40<12:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 785.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [11:41<12:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 784.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [11:42<11:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 783.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [11:42<11:10, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 783.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [11:43<10:41, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 782.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [11:43<10:36, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 781.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [11:44<10:32, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 780.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [11:45<11:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 779.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [11:45<10:28, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 778.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [11:46<10:19, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 777.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [11:47<13:11, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 777.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [11:48<13:11, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 776.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [11:48<13:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 775.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [11:49<13:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 775.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [11:50<12:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 774.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [11:50<11:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 773.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [12:05<1:22:19, 4.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 787.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [12:05<1:02:00, 3.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 786.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [12:06<46:28, 2.68s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 785.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [12:07<35:23, 2.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 784.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [12:07<27:49, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 783.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [12:08<22:56, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 782.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [12:09<21:02, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 782.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [12:09<17:40, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 781.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [12:10<15:21, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 780.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [12:11<13:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 779.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [12:11<12:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 778.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [12:12<13:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 777.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [12:13<12:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 776.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [12:13<11:47, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 776.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [12:14<11:15, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 775.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [12:14<11:01, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 774.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [12:15<10:50, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 773.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [12:16<10:33, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 772.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [12:16<10:12, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 771.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [12:17<10:13, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 770.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [12:18<11:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 769.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [12:18<11:46, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 769.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [12:19<12:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 768.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [12:21<15:45, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 768.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [12:22<16:33, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 767.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [12:23<15:53, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 767.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [12:25<23:31, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 768.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [12:26<20:04, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 767.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [12:27<18:35, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 766.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [12:27<16:00, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 765.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [12:29<18:03, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 765.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [12:30<18:31, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 765.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [12:31<17:54, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 764.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [12:31<15:38, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 763.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [12:32<14:10, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 763.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [12:33<13:03, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 762.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [12:33<12:42, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 761.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [12:34<11:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 760.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [12:35<11:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 759.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [12:35<11:24, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 758.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [12:36<11:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 757.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [12:36<10:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 756.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [12:37<11:50, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 756.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [12:38<11:14, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 755.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [12:38<10:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 754.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [12:39<10:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 753.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [12:40<10:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 752.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [12:40<10:14, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 751.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [12:41<10:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 750.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [12:42<10:21, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 750.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [12:42<10:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 749.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [12:43<11:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 748.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [12:44<10:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 747.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [12:44<10:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 746.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [12:45<10:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 745.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [12:46<10:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 744.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [12:46<10:19, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 744.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [12:47<10:21, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 743.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [12:47<10:10, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 742.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [12:48<10:23, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 741.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [12:49<10:08, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 740.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [12:50<13:03, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 740.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [12:50<12:04, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 739.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [12:51<11:45, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 738.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [12:52<11:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 737.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [12:52<11:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 736.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [12:53<12:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 736.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [12:55<18:02, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 736.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [12:56<17:03, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 735.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [12:57<15:33, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 735.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [12:58<14:35, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 734.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [12:58<13:06, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 733.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [12:59<11:51, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 732.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [12:59<10:47, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 731.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [13:00<10:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 730.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [13:01<10:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 729.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [13:01<09:48, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 728.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [13:02<10:03, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 727.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [13:03<11:54, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 727.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [13:03<10:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 726.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [13:04<10:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 725.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [13:04<09:50, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 724.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [13:05<09:29, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 723.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [13:06<09:50, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 722.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [13:06<09:50, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 721.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [13:07<09:37, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 721.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [13:07<09:37, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 720.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [13:08<09:48, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 719.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [13:09<09:49, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 718.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [13:09<10:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 717.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [13:10<10:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 716.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [13:11<13:07, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 716.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [13:12<12:03, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 715.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [13:13<11:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 714.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [13:13<11:35, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 714.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [13:14<11:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 713.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [13:15<10:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 712.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [13:15<10:04, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 711.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [13:17<13:12, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 711.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [13:17<12:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 710.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [13:18<11:26, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 709.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [13:18<10:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 708.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [13:19<10:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 707.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [13:20<10:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 706.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [13:20<10:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 705.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [13:21<10:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 705.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [13:22<10:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 704.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [13:22<09:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 703.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [13:23<09:29, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 702.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [13:23<09:34, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 701.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [13:24<09:15, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 700.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [13:24<09:05, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 699.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [13:25<09:37, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 698.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [13:26<10:04, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 698.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [13:27<10:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 697.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [13:27<10:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 696.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [13:28<10:49, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 695.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [13:29<09:49, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 694.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [13:29<09:27, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 693.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [13:30<09:42, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 693.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [13:30<09:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 692.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [13:31<09:45, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 691.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [13:32<10:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 690.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [13:32<09:33, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 689.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [13:33<09:07, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 688.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [13:34<11:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 688.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [13:35<11:08, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 687.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [13:35<10:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 686.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [13:36<10:12, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 685.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [13:37<11:21, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 685.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [13:38<11:37, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 684.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [13:38<10:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 683.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [13:39<11:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 682.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [13:40<11:19, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 682.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [13:40<10:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 681.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [13:41<11:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 680.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [13:42<11:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 679.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [13:42<10:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 678.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [13:43<09:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 677.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [13:44<09:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 677.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [13:44<09:24, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 676.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [13:45<08:50, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 675.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [13:45<08:40, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 674.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [13:46<10:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 673.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [13:47<09:48, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 672.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [13:48<10:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 672.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [13:48<09:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 671.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [13:49<09:03, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 670.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [13:50<12:26, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 669.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [13:51<12:04, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 669.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [13:52<11:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 668.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [13:52<11:51, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 667.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [13:53<10:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 666.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [13:54<10:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 666.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [13:54<09:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 665.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [13:55<09:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 664.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [13:55<09:01, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 663.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [13:56<08:56, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 662.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [13:56<08:39, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 661.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [13:57<08:44, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 660.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [13:58<09:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 660.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [13:58<09:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 659.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [13:59<09:13, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 658.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [14:00<09:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 657.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [14:00<09:13, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 656.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [14:01<09:04, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 655.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [14:02<09:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 654.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [14:04<15:37, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 655.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [14:04<13:22, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 654.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [14:05<11:56, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 653.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [14:05<11:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 652.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [14:06<10:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 651.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [14:07<10:59, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 651.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [14:08<11:08, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 650.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [14:08<10:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 649.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [14:09<10:20, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 648.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [14:10<10:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 647.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [14:10<09:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 647.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [14:11<09:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 646.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [14:12<10:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 645.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [14:13<10:22, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 644.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [14:13<10:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 644.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [14:14<09:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 643.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [14:15<10:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 642.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [14:15<09:59, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 641.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [14:16<10:23, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 640.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [14:17<09:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 640.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [14:17<09:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 639.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [14:18<10:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 638.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [14:19<10:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 637.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [14:19<09:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 636.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [14:20<09:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 636.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [14:21<10:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 635.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [14:21<09:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 634.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [14:22<08:51, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 633.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [14:23<08:36, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 632.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [14:23<08:48, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 631.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [14:24<08:21, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 631.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [14:24<08:09, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 630.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [14:25<08:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 629.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [14:26<08:35, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 628.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [14:26<08:11, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 627.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [14:27<09:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 626.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [14:27<08:39, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 626.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [14:28<08:27, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 625.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [14:29<08:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 624.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [14:29<08:55, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 623.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [14:30<08:33, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 622.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [14:31<10:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 622.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [14:32<09:48, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 621.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [14:33<10:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 620.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [14:33<10:12, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 619.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [14:34<10:07, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 619.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [14:35<10:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 618.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [14:35<09:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 617.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [14:36<09:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 616.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [14:36<08:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 615.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [14:37<08:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 615.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [14:38<09:52, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 614.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [14:39<09:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 613.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [14:39<09:03, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [14:40<09:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 611.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [14:41<09:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 611.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [14:42<10:07, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 610.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [14:42<09:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 609.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [14:43<08:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 608.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [14:43<08:35, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 607.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [14:44<08:18, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 606.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [14:44<08:07, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 606.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [14:45<08:20, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 605.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [14:46<08:07, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 604.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [14:46<08:17, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 603.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [14:47<08:14, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 602.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [14:47<08:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 601.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [14:48<08:39, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 601.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [14:49<08:17, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 600.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [14:49<08:11, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 599.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [14:50<07:58, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 598.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [14:50<08:04, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 597.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [14:51<07:51, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 596.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [14:52<11:18, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 596.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [14:54<13:08, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 596.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [14:55<12:34, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 595.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [14:56<14:00, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 595.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [14:57<12:47, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 594.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [14:57<11:03, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 593.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [14:58<09:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 592.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [14:58<09:37, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 591.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [14:59<08:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 591.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [15:00<08:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 590.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [15:00<08:13, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 589.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [15:01<07:53, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 588.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [15:01<08:04, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 587.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [15:02<07:59, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 586.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [15:03<07:55, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [15:03<07:55, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 585.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [15:04<10:43, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 584.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [15:05<09:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 583.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [15:06<09:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 583.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [15:06<08:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 582.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [15:07<09:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 581.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [15:08<09:20, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 580.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [15:09<09:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 580.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [15:09<09:45, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 579.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [15:10<09:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 578.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [15:11<09:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 577.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [15:11<09:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 577.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [15:12<09:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 576.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [15:13<11:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 575.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [15:18<26:37, 2.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 577.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [15:19<20:54, 1.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 576.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [15:20<17:24, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 576.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [15:20<14:28, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 575.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [15:21<12:14, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 574.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [15:21<10:32, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 573.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [15:22<09:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 572.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [15:22<08:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 571.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [15:23<08:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 570.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [15:24<08:04, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 570.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [15:24<07:46, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 569.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [15:25<09:05, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 568.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [15:26<09:25, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 567.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [15:27<09:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 567.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [15:27<09:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 566.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [15:28<09:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 565.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [15:29<09:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 564.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [15:30<09:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 564.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [15:31<09:52, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 563.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [15:33<14:35, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 563.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [15:33<12:50, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 562.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [15:34<11:54, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 562.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [15:35<11:09, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 561.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [15:36<10:55, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 560.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [15:37<10:46, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 559.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [15:37<10:22, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 559.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [15:38<09:49, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 558.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [15:39<09:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 557.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [15:39<09:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 556.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [15:40<08:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 555.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [15:41<08:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 555.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [15:42<09:28, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 554.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [15:42<08:25, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 553.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [15:43<07:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 552.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [15:43<07:30, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 551.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [15:44<07:08, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 551.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [15:44<06:56, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 550.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [15:45<06:57, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 549.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [15:45<06:40, 1.83it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 548.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [15:46<06:49, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 547.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [15:47<07:03, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 546.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [15:47<07:02, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 545.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [15:48<09:48, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 545.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [15:50<12:12, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 545.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [15:50<10:43, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 544.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [15:51<09:21, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 543.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [15:52<08:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 542.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [15:52<08:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 541.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [15:53<08:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 541.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [15:54<10:47, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 540.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [15:56<13:02, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 540.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [15:57<11:38, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 539.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [15:57<11:29, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 538.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [15:58<10:45, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 538.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [15:59<10:42, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 537.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [16:01<12:51, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 537.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [16:01<11:00, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 536.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [16:02<10:20, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 535.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [16:03<10:15, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 534.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [16:03<09:20, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 534.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [16:04<09:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 533.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [16:05<08:40, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [16:05<08:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [16:06<08:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 530.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [16:07<08:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 530.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [16:07<07:50, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 529.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [16:08<07:46, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 528.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [16:09<08:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 527.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [16:09<07:55, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 526.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [16:11<09:34, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 526.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [16:11<08:41, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 525.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [16:12<08:20, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 524.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [16:13<10:42, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 524.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [16:14<11:56, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 523.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [16:15<10:38, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 523.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [16:16<09:45, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 522.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [16:16<09:11, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 521.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [16:17<08:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 520.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [16:18<08:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 519.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [16:19<08:32, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 519.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [16:19<08:13, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 518.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [16:20<07:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 517.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [16:20<07:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 516.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [16:21<07:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 515.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [16:22<07:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 515.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [16:22<07:14, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 514.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [16:23<07:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 513.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [16:24<07:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 512.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [16:24<07:30, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 511.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [16:25<07:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 511.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [16:28<16:22, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 511.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [16:29<13:31, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 510.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [16:30<11:56, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 510.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [16:31<12:22, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 509.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [16:32<11:19, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 508.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [16:32<09:46, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [16:33<09:20, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 507.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [16:33<08:25, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 506.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [16:34<08:26, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 505.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [16:35<07:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 504.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [16:35<07:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 504.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [16:36<07:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 503.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [16:37<07:43, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 502.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [16:37<07:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 501.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [16:38<06:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 500.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [16:38<06:45, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 499.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [16:39<06:27, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 499.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [16:40<07:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 498.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [16:40<06:46, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 497.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [16:41<07:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 496.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [16:42<07:11, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 495.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [16:42<07:27, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 495.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [16:43<07:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 494.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [16:44<08:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 493.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [16:45<08:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 492.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [16:45<07:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 492.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [16:47<09:45, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 491.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [16:47<08:43, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [16:48<08:00, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 490.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [16:48<07:23, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 489.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [16:49<07:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 488.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [16:50<07:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 487.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [16:50<07:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 486.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [16:51<07:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 485.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [16:52<07:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 485.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [16:52<06:48, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 484.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [16:53<07:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 483.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [16:55<10:01, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 483.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [16:55<09:08, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 482.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [16:56<08:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [16:56<07:23, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 480.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [16:57<06:51, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 479.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [16:59<10:19, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 479.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [17:01<13:14, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 479.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [17:01<11:20, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 478.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [17:02<09:34, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 477.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [17:02<08:38, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 476.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [17:03<07:44, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 476.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [17:03<07:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 475.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [17:04<06:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 474.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [17:05<06:39, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [17:05<07:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 472.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [17:06<06:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 472.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [17:07<07:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 471.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [17:07<07:18, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 470.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [17:08<07:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 469.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [17:09<07:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 469.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [17:10<07:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 468.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [17:10<07:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 467.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [17:11<07:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 466.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [17:12<08:51, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 466.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [17:14<11:12, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 465.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [17:15<10:08, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 465.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [17:15<09:35, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 464.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [17:20<22:08, 2.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 465.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [17:21<17:17, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 464.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [17:22<14:13, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 463.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [17:22<11:55, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 463.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [17:23<09:58, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 462.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [17:23<08:48, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 461.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [17:24<08:25, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 460.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [17:25<07:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 459.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [17:25<07:36, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 459.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [17:26<07:30, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 458.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [17:27<07:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 457.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [17:28<07:07, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 456.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [17:28<06:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 455.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [17:29<06:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 455.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [17:29<06:16, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 454.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [17:30<06:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 453.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [17:31<07:17, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 452.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [17:32<07:10, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 452.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [17:32<07:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 451.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [17:33<07:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 450.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [17:34<06:27, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 449.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [17:34<06:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 448.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [17:35<06:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 448.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [17:36<07:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 447.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [17:36<07:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 446.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [17:37<06:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [17:38<06:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [17:38<06:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 444.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [17:39<07:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 443.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [17:40<07:24, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 442.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [17:41<07:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 441.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [17:41<07:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 441.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [17:42<06:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 440.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [17:43<06:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 439.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [17:43<06:41, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 438.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [17:44<06:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 438.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [17:45<06:18, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 437.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [17:45<06:05, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 436.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [17:46<06:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 435.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [17:46<06:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 434.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [17:47<05:54, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 433.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [17:48<05:56, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 433.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [17:48<06:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 432.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [17:49<06:02, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 431.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [17:50<05:54, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 430.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [17:50<05:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 430.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [17:51<06:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 429.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [17:52<06:36, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 428.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [17:52<06:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 427.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [17:53<06:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 426.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [17:54<06:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 426.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [17:54<05:51, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 425.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [17:55<05:47, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 424.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [17:55<05:49, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 423.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [17:56<05:36, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 422.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [17:57<05:42, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 422.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [17:58<06:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 421.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [17:58<06:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 420.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [17:59<06:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 419.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [18:00<06:25, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 419.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [18:00<06:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 418.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [18:01<06:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 417.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [18:02<06:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 416.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [18:03<06:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 416.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [18:03<06:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 415.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [18:04<06:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 414.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [18:06<10:18, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 414.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [18:07<08:50, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 413.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [18:07<07:53, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 412.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [18:08<07:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 411.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [18:09<07:09, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 411.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [18:09<06:35, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 410.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [18:10<06:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 409.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [18:10<05:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 408.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [18:11<05:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 407.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [18:12<05:32, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 407.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [18:12<05:20, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [18:13<05:15, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 405.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [18:13<05:20, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 404.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [18:14<05:19, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 403.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [18:15<05:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 403.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [18:16<06:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 402.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [18:16<06:40, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 401.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [18:17<06:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 400.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [18:18<06:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 400.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [18:18<05:57, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 399.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [18:19<05:57, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 398.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [18:19<05:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 397.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [18:20<05:28, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [18:21<05:24, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 396.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [18:21<05:26, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 395.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [18:22<05:34, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 394.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [18:22<05:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 393.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [18:23<05:23, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 392.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [18:24<05:14, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 392.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [18:24<05:18, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 391.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [18:25<05:08, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 390.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [18:25<05:15, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 389.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [18:26<05:14, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 388.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [18:27<05:15, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 388.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [18:27<05:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 387.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [18:28<05:48, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 386.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [18:29<06:48, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 385.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [18:30<06:58, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [18:31<06:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 384.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [18:32<06:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 383.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [18:33<07:43, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 383.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [18:34<07:14, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 382.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [18:34<06:42, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 381.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [18:35<06:21, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 380.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [18:35<06:06, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 380.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [18:36<05:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 379.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [18:37<05:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 378.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [18:37<05:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [18:38<05:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 376.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [18:39<05:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 376.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [18:39<05:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 375.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [18:40<05:04, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 374.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [18:40<04:50, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 373.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [18:41<04:54, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 372.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [18:42<04:55, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 372.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [18:42<04:56, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 371.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [18:43<04:44, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 370.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [18:43<04:37, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 369.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [18:44<05:40, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 368.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [18:45<05:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 368.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [18:45<05:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 367.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [18:46<05:06, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 366.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [18:46<04:52, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 365.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [18:47<04:51, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 364.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [18:48<04:43, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [18:48<04:42, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 363.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [18:49<04:39, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 362.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [18:49<04:49, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 361.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [18:51<06:13, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 361.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [18:51<05:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 360.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [18:52<05:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 359.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [18:53<05:29, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 358.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [18:55<09:24, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [18:56<08:11, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 357.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [18:56<07:24, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 357.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [18:57<06:43, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 356.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [19:00<11:02, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 356.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [19:00<09:12, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 355.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [19:01<08:01, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 354.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [19:01<06:58, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 353.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [19:02<06:14, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 352.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [19:03<05:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 352.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [19:03<05:30, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 351.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [19:04<05:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 350.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [19:04<04:50, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 349.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [19:05<04:43, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 348.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [19:06<04:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 348.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [19:06<04:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 347.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [19:07<04:53, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 346.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [19:07<04:41, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 345.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [19:08<04:31, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 345.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [19:08<04:22, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 344.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [19:09<04:23, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [19:10<04:36, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 342.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [19:10<04:45, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 341.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [19:11<04:53, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 341.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [19:12<05:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [19:12<04:55, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 339.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [19:13<05:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 338.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [19:14<04:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 338.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [19:14<04:43, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [19:16<06:14, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 336.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [19:16<05:42, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 335.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [19:17<05:49, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 335.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [19:18<05:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 334.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [19:18<05:19, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 333.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [19:19<05:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 332.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [19:20<05:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 332.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [19:20<05:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 331.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [19:21<04:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 330.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [19:22<05:31, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 329.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [19:22<05:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 329.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [19:23<04:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 328.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [19:24<04:47, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 327.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [19:24<05:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 326.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [19:25<04:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 325.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [19:26<04:47, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 325.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [19:26<04:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 324.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [19:27<05:07, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 323.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [19:28<05:06, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 322.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [19:28<04:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 322.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [19:29<04:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 321.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [19:30<04:30, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 320.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [19:30<04:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 319.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [19:31<05:18, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 319.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [19:32<05:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 318.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [19:32<04:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 317.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [19:33<04:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 316.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [19:34<04:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 315.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [19:34<04:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 315.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [19:35<05:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 314.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [19:36<04:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 313.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [19:37<04:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 312.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [19:37<04:33, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 312.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [19:38<05:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 311.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [19:39<04:57, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 310.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [19:39<04:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 309.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [19:40<04:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 309.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [19:41<04:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 308.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [19:41<04:29, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 307.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [19:42<04:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 306.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [19:43<04:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 306.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [19:43<04:21, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 305.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [19:44<04:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 304.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [19:45<04:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 303.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [19:45<04:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 302.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [19:46<04:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 302.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [19:47<05:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 301.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [19:48<04:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 300.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [19:48<04:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 300.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [19:49<04:33, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [19:50<04:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 298.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [19:50<04:36, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 297.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [19:51<04:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 296.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [19:52<04:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 296.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [19:52<04:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 295.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [19:53<04:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 294.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [19:53<04:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 293.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [19:54<04:08, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [19:55<04:35, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 292.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [19:56<04:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 291.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [19:56<04:26, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 290.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [19:57<04:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 290.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [19:57<04:10, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 289.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [19:59<05:07, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 288.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [19:59<04:54, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 287.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [20:00<04:47, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 287.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [20:01<04:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 286.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [20:01<04:38, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 285.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [20:02<04:29, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 284.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [20:03<04:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 284.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [20:03<04:29, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 283.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [20:04<04:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 282.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [20:05<03:59, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 281.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [20:05<04:05, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 281.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [20:06<03:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 280.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [20:07<04:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 279.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [20:07<04:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 278.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [20:08<04:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 277.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [20:08<03:51, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 277.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [20:09<03:42, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 276.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [20:10<03:44, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 275.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [20:11<04:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 274.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [20:12<06:21, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 274.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [20:13<05:54, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 273.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [20:14<05:08, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 272.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [20:14<04:34, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 272.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [20:15<04:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 271.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [20:15<04:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 270.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [20:16<03:54, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 269.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [20:17<03:46, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 269.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [20:18<05:00, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 268.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [20:19<04:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 267.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [20:19<04:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 266.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [20:20<04:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 266.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [20:20<04:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 265.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [20:21<04:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 264.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [20:22<03:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 263.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [20:23<05:33, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 263.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [20:24<05:13, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 262.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [20:25<04:51, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 261.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [20:26<04:42, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 261.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [20:26<04:42, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 260.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [20:27<04:25, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 259.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [20:28<04:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 258.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [20:28<03:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 257.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [20:29<03:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [20:29<03:38, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 256.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [20:30<03:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 255.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [20:31<03:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 254.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [20:31<03:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 254.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [20:32<03:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 253.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [20:33<03:49, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 252.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [20:33<03:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 251.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [20:34<03:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [20:35<03:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [20:35<03:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [20:36<03:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 248.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [20:37<03:33, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 248.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [20:37<03:32, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 247.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [20:38<03:29, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 246.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [20:38<03:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 245.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [20:39<03:22, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 244.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [20:40<03:30, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 244.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [20:40<03:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 243.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [20:41<03:20, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 242.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [20:42<03:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 241.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [20:42<03:23, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 241.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [20:43<03:14, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 240.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [20:43<03:12, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [20:44<03:12, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 238.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [20:45<03:18, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 238.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [20:46<04:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 237.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [20:47<04:16, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 236.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [20:47<03:58, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 235.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [20:48<03:44, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 235.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [20:49<03:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 234.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [20:49<03:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 233.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [20:50<03:11, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 232.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [20:50<03:15, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 232.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [20:51<03:12, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 231.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [20:51<03:06, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 230.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [20:52<03:02, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 229.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [20:53<03:17, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 229.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [20:53<03:12, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 228.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [20:54<03:07, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 227.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [20:55<03:03, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 226.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [20:55<03:05, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 226.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [20:56<03:02, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 225.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [20:56<02:55, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 224.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [20:57<03:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 223.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [20:58<03:54, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 223.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [20:59<03:39, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 222.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [21:00<03:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 221.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [21:00<03:18, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 220.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [21:01<03:15, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 220.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [21:02<03:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 219.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [21:02<03:32, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 218.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [21:03<03:27, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 217.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [21:04<03:18, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 217.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [21:04<03:10, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 216.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [21:05<03:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 215.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [21:05<02:54, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 214.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [21:06<03:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 213.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [21:07<03:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 213.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [21:07<03:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 212.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [21:08<03:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 211.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [21:09<03:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 210.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [21:09<03:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 210.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [21:10<02:51, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 209.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [21:10<02:46, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 208.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [21:11<02:48, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 207.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [21:12<02:46, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 207.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [21:12<02:50, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 206.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [21:13<02:46, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 205.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [21:14<03:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 204.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [21:14<02:55, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 204.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [21:15<02:50, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 203.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [21:16<02:50, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 202.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [21:16<02:51, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 201.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [21:17<02:48, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 201.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [21:17<02:53, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 200.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [21:18<02:45, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 199.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [21:19<02:38, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 198.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [21:19<02:41, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 198.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [21:20<02:38, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 197.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [21:20<02:37, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 196.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [21:21<02:33, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 195.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [21:21<02:35, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 195.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [21:22<02:39, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 194.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [21:23<02:41, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 193.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [21:23<02:36, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 192.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [21:24<02:40, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 191.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [21:25<02:39, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 191.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [21:25<02:33, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 190.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [21:26<02:36, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 189.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [21:26<02:30, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 188.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [21:27<02:33, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 188.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [21:28<02:30, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 187.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [21:28<02:34, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 186.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [21:29<02:28, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 185.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [21:31<04:07, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 185.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [21:31<03:37, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 184.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [21:32<03:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 183.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [21:32<03:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 183.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [21:33<02:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 182.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [21:34<02:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 181.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [21:34<02:39, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 180.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [21:35<02:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 180.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [21:36<02:37, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 179.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [21:36<02:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 178.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [21:37<02:29, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 177.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [21:37<02:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 177.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [21:38<02:25, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 176.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [21:39<02:25, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 175.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [21:39<02:25, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 174.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [21:40<02:23, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 174.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [21:40<02:25, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 173.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [21:41<02:25, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 172.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [21:42<02:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 171.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [21:42<02:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 171.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [21:43<02:24, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 170.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [21:44<02:19, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 169.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [21:44<02:13, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 168.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [21:45<02:14, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 167.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [21:45<02:12, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 167.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [21:46<02:10, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 166.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [21:46<02:13, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 165.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [21:47<02:15, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 164.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [21:48<02:18, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 164.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [21:48<02:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 163.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [21:49<02:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 162.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [21:50<02:19, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 161.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [21:50<02:16, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 161.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [21:51<02:13, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 160.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [21:52<02:16, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 159.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [21:52<02:12, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 158.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [21:53<02:08, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 158.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [21:53<02:11, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 157.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [21:54<02:08, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 156.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [21:56<03:31, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 156.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [21:56<03:07, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 155.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [21:57<02:55, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 154.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [21:58<02:46, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 153.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [21:59<03:18, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 153.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [22:00<02:59, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 152.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [22:01<03:13, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 151.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [22:02<02:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [22:02<02:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 150.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [22:03<02:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 149.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [22:03<02:11, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 148.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [22:04<02:19, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 148.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [22:05<02:19, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 147.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [22:05<02:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 146.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [22:06<02:10, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 145.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [22:07<02:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 145.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [22:08<02:16, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 144.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [22:08<02:15, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 143.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [22:09<02:21, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 142.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [22:10<02:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 142.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [22:10<02:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 141.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [22:11<02:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 140.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [22:11<02:01, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 139.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [22:12<02:03, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 139.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [22:13<02:00, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 138.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [22:13<01:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 137.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [22:14<01:58, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 136.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [22:15<01:55, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 136.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [22:15<01:53, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 135.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [22:16<01:59, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 134.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [22:17<01:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 133.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [22:17<01:54, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 133.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [22:18<01:49, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 132.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [22:18<01:46, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 131.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [22:19<01:52, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 130.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [22:20<01:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 130.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [22:20<01:51, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 129.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [22:21<01:43, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 128.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [22:21<01:40, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 127.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [22:22<01:35, 1.80it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 127.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [22:22<01:33, 1.85it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 126.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [22:23<01:34, 1.80it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 125.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [22:23<01:36, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 124.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [22:24<01:33, 1.80it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [22:25<01:35, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 123.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [22:25<01:34, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 122.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [22:26<01:35, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 121.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [22:26<01:37, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 121.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [22:27<01:34, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 120.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [22:27<01:30, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 119.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [22:28<01:31, 1.78it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 118.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [22:29<01:35, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 118.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [22:29<01:40, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 117.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [22:30<01:38, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 116.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [22:31<01:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 115.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [22:31<01:37, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 115.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [22:32<01:56, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 114.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [22:33<01:51, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 113.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [22:34<01:44, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 113.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [22:34<01:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 112.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [22:35<01:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 111.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [22:37<02:51, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 110.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [22:38<02:27, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 110.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [22:38<02:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [22:39<02:02, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 108.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [22:40<01:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 107.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [22:40<01:45, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 107.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [22:41<01:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [22:42<01:39, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 105.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [22:43<02:21, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 105.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [22:44<02:09, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 104.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [22:45<01:59, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 103.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [22:45<01:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 102.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [22:46<01:49, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 102.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [22:47<01:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 101.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [22:47<01:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 100.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [22:48<01:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 99.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [22:49<01:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 99.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [22:49<01:26, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 98.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [22:50<01:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 97.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [22:51<01:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 96.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [22:52<01:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 96.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [22:52<01:40, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 95.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [22:53<01:37, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 94.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [22:54<01:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 94.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [22:54<01:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 93.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [22:55<01:27, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 92.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [22:56<01:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 91.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [22:56<01:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 91.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [22:57<01:17, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 90.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [22:58<01:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 89.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [22:58<01:16, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 88.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [22:59<01:16, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 88.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [22:59<01:14, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 87.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [23:00<01:14, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 86.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [23:01<01:30, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 85.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [23:02<01:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 85.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [23:03<01:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 84.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [23:03<01:23, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 83.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [23:04<01:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 82.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [23:05<01:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 82.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [23:06<01:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 81.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [23:06<01:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 80.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [23:07<01:16, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 80.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [23:08<01:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 79.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [23:08<01:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 78.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [23:09<01:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 77.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [23:10<01:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 77.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [23:10<01:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 76.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [23:11<01:04, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 75.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [23:12<01:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 74.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [23:12<01:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 74.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [23:13<01:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 73.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [23:14<01:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 72.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [23:14<01:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 71.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [23:15<01:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 71.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [23:16<01:25, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 70.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [23:17<01:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 69.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [23:18<01:11, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 69.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [23:18<01:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 68.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [23:19<01:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 67.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [23:19<00:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 66.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [23:20<00:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 66.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [23:21<00:59, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 65.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [23:21<00:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 64.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [23:22<00:58, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 63.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [23:23<00:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 63.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [23:23<00:54, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 62.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [23:24<00:53, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 61.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [23:25<00:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 60.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [23:25<00:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 60.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [23:26<00:52, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 59.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [23:27<00:52, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 58.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [23:28<01:11, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 57.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [23:29<01:04, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 57.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [23:29<00:58, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 56.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [23:30<00:56, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 55.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [23:31<00:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 55.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [23:31<00:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 54.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [23:32<00:47, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 53.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [23:33<00:45, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 52.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [23:33<00:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 52.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [23:34<00:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 51.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [23:35<00:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 50.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [23:35<00:48, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 49.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [23:36<00:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 49.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [23:37<00:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 48.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [23:37<00:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 47.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [23:38<00:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 46.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [23:39<00:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 46.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [23:40<00:54, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 45.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [23:41<00:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 44.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [23:41<00:46, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 44.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [23:42<00:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 43.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [23:43<00:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 42.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [23:43<00:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 41.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [23:44<00:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 41.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [23:45<00:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 40.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [23:45<00:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 39.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [23:46<00:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 38.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [23:47<00:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 38.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [23:47<00:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 37.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [23:48<00:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 36.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [23:49<00:33, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 35.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [23:49<00:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 35.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [23:50<00:29, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 34.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [23:50<00:28, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 33.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [23:51<00:26, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 32.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [23:51<00:25, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 32.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [23:52<00:25, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 31.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [23:53<00:23, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 30.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [23:53<00:23, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 30.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [23:54<00:22, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 29.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [23:54<00:22, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 28.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [23:55<00:21, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 27.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [23:55<00:20, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 27.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [23:56<00:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 26.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [23:57<00:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 25.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [23:58<00:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [23:58<00:21, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 24.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [23:59<00:20, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 23.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [24:00<00:24, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 22.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [24:01<00:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 21.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [24:01<00:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 21.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [24:02<00:18, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 20.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [24:02<00:17, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 19.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [24:03<00:16, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 19.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [24:04<00:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 18.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [24:04<00:15, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 17.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [24:05<00:14, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 16.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [24:06<00:13, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 16.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [24:06<00:12, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 15.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [24:07<00:11, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 14.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [24:07<00:11, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 13.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [24:08<00:11, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 13.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [24:09<00:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 12.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [24:09<00:09, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 11.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [24:10<00:09, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 11.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [24:11<00:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 10.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [24:11<00:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 9.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [24:12<00:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 8.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [24:13<00:06, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 8.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [24:13<00:05, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 7.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [24:14<00:05, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 6.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [24:14<00:04, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 5.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [24:15<00:04, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 5.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [24:15<00:03, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 4.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [24:16<00:03, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 3.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [24:17<00:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 2.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [24:17<00:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [24:18<00:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [24:19<00:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [24:19<00:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df1.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df1.csv', index=False)"],"metadata":{"id":"OjsDCq_wgS_e"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df2['box'] = apply_with_progress(df2, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"ok10K-nem4nT","executionInfo":{"status":"ok","timestamp":1749288509198,"user_tz":-330,"elapsed":1865494,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"c25b74ab-bde1-48e1-a773-a54bec0d1528"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<28:00, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1678.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<31:55, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1878.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:02<26:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1652.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:03<24:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1571.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:03<22:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1493.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:04<21:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1441.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:04<20:37, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1390.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:07<38:51, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1800.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:07<32:36, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1725.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:08<28:20, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1665.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:10<41:15, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1898.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:11<34:48, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1839.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:11<29:44, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1780.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:12<29:18, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1774.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:13<26:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1734.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:13<24:12, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1696.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:14<23:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1667.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:14<22:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1642.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:15<23:16, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1636.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:16<21:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1607.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:16<20:04, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1577.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:17<19:56, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1558.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:18<21:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1551.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:18<19:58, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1530.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:19<19:39, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1513.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:20<27:21, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1559.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:21<32:16, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1598.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:22<30:47, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1598.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:23<28:10, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1588.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:23<24:47, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1568.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:24<22:46, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1552.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:25<22:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1543.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:26<27:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1570.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:27<26:54, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1566.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:27<26:29, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1565.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:29<32:26, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1598.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:30<30:11, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1594.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:30<27:04, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1583.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:31<27:06, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1583.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:32<25:30, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1575.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:32<23:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1565.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:33<23:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1560.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:34<22:21, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1550.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:34<21:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1540.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:35<25:06, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1550.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:36<24:50, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1547.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:37<23:50, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1541.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:37<22:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1531.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:38<21:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1522.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:38<19:51, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1511.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:39<20:27, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1507.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:40<20:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1502.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:40<20:34, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1496.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:41<21:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1494.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:42<20:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1485.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:44<38:56, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1546.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:45<33:00, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1538.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:46<36:23, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1557.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:47<34:24, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1560.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:49<40:20, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1587.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:49<33:57, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1579.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:50<29:58, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1573.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:51<27:53, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1569.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:51<25:46, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1563.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:52<23:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1555.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:52<21:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1546.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:53<20:47, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1540.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:54<26:19, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1551.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:55<29:32, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1560.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:56<26:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1553.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:57<25:24, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1550.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:57<23:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1543.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:58<29:21, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1557.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:59<25:51, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1549.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [01:00<24:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1545.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [01:00<23:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1540.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [01:01<23:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1537.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [01:02<21:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [01:02<20:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1525.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [01:03<22:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1524.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [01:04<21:34, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1520.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [01:04<20:51, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1514.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:05<20:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1510.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:05<20:06, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1505.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:06<19:24, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1499.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:07<21:20, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1499.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:08<21:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1496.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:08<20:51, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1491.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:09<19:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1485.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:09<18:41, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1479.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:10<19:12, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:11<22:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1479.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:11<20:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1473.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:12<20:12, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1468.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:13<19:52, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1464.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:14<26:20, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1474.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:14<23:23, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1468.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:15<21:42, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1463.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:16<21:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1460.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:16<21:54, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1459.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:17<21:37, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1456.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:18<21:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1453.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:18<20:04, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1448.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:19<23:16, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1451.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:20<21:50, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1447.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:20<20:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1443.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:21<20:24, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1440.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:22<19:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1436.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:22<21:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1437.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:24<32:55, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1455.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:28<59:51, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1508.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:29<47:13, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1503.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:29<38:39, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1499.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:30<33:39, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1496.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:31<29:17, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1493.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:31<27:16, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1491.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:32<24:35, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1487.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:33<23:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1483.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:33<21:46, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1479.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:34<22:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1478.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:35<22:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1476.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:35<23:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1477.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:36<22:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1473.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:38<30:09, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1484.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:38<27:18, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:39<25:25, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1479.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:40<23:56, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1476.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:40<22:51, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:41<21:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1469.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:41<19:45, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1464.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:42<19:29, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1461.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:42<18:48, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1457.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:43<19:15, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1455.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:44<18:43, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1451.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:44<17:52, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1446.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:45<19:31, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:46<19:00, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1442.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:46<19:04, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1439.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:47<19:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1436.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:47<18:38, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1433.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:48<18:19, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1429.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:48<17:54, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1425.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [01:49<18:58, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1424.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [01:50<18:49, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1421.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [01:50<18:07, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1417.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [01:51<18:43, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1415.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [01:52<18:12, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1411.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [01:52<17:43, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1408.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [01:53<17:31, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1405.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [01:53<18:28, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1403.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [01:54<17:54, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1399.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [01:54<17:34, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1396.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [01:55<17:53, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1393.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [01:56<18:22, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1391.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [01:56<19:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1390.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [01:57<20:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1389.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [01:58<19:39, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [01:58<18:37, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1383.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [01:59<18:55, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1381.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [01:59<18:20, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1378.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [02:00<18:13, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1375.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [02:01<18:43, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1373.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [02:01<19:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1372.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:02<18:57, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1369.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:02<18:01, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1366.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:04<22:54, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1370.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:04<21:40, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1367.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:09<1:00:16, 1.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1412.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:10<48:15, 1.58s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1410.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:10<39:50, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1408.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:11<33:26, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:11<27:55, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1402.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:12<25:07, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1400.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:13<23:09, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1397.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:13<23:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1397.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:15<30:58, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1405.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:16<27:05, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1402.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:16<24:43, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:17<23:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1398.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:18<21:29, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1395.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:18<20:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1393.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:19<20:16, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1391.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:19<20:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1389.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:20<19:29, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1387.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:21<19:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1384.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:21<19:13, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1383.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:22<20:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1382.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:23<19:17, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1379.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:23<19:10, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1377.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:24<18:35, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1374.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:24<18:33, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1372.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:25<18:32, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:26<18:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1368.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:26<19:07, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1367.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:27<19:15, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1365.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:28<18:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1363.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:28<18:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1361.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:29<18:21, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1358.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:29<18:19, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1356.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:30<18:53, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1355.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:31<19:47, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1354.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:32<20:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1353.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:32<21:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1352.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:33<21:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1352.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:34<21:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:34<20:50, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:35<20:11, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1347.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:36<21:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1346.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:36<19:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1344.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:37<20:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1343.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:38<23:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1345.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:39<22:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1343.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:39<21:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1342.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:40<21:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1340.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:41<21:43, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:42<28:45, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1345.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:43<28:37, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1346.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:44<26:32, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1345.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:45<23:43, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1343.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:45<23:19, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1342.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:46<21:25, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1340.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:47<20:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1338.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:48<25:27, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:48<22:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1339.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:49<20:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1337.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:50<20:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1335.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:50<21:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1335.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:51<19:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1332.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [02:52<18:43, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1330.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [02:52<19:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1329.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [02:53<20:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1329.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [02:54<25:34, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1332.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [02:55<24:37, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1331.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [02:56<22:57, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1329.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [02:56<21:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1327.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [02:57<20:44, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1326.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [02:58<19:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1324.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [02:58<18:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1322.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [02:59<17:47, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1320.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [02:59<18:21, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1318.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [03:00<18:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1317.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [03:01<18:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1315.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [03:01<18:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1314.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [03:02<18:05, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1312.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [03:02<17:52, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1310.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [03:03<18:12, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [03:04<21:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1310.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:05<20:35, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1308.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:05<20:32, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1307.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:06<20:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1306.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:07<20:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1304.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:07<19:31, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1303.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:08<19:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1302.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:09<19:54, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:09<19:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1299.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:10<19:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1298.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:11<20:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1297.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:11<19:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1296.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:12<18:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1294.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:13<19:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1293.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:13<18:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1291.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:14<19:13, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1290.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:15<19:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1289.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:16<21:23, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1289.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:16<19:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1287.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:17<18:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1285.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:17<18:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1284.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:18<18:13, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1282.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:19<22:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1284.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:20<21:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1283.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:21<23:38, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1284.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:22<24:33, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1284.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:22<22:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1282.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:23<20:33, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1281.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:24<20:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1279.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:24<19:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1278.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:25<22:36, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1279.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:26<20:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1277.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:26<19:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1276.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:28<25:08, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1278.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:29<28:17, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1281.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:30<25:31, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1280.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:30<23:06, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1278.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:31<21:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1276.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:31<20:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1275.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:32<19:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1274.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:33<18:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1272.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:33<18:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1271.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:34<19:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1270.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:35<20:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1270.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:36<21:13, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1269.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:37<21:59, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1269.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:37<20:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1267.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:38<19:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:38<20:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1265.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:39<19:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1264.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:40<20:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1263.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:41<19:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1262.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:41<18:05, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1260.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:42<17:31, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1258.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:42<17:00, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1257.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:43<19:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1257.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [03:44<19:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [03:44<19:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1254.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [03:45<20:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1254.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [03:46<20:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1253.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [03:47<19:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1252.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [03:47<18:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1250.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [03:48<17:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1248.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [03:48<17:12, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [03:49<17:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1246.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [03:50<16:59, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1244.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [03:50<17:17, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1243.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [03:51<17:14, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1241.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [03:51<17:35, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1240.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [03:55<41:58, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1254.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [03:58<56:18, 2.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1267.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [04:01<1:07:01, 2.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1279.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [04:02<51:49, 1.85s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1277.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [04:03<41:53, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1276.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [04:03<33:45, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1274.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [04:04<29:51, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1273.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [04:05<26:28, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1272.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [04:05<23:35, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1271.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [04:07<31:29, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1275.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [04:08<27:08, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1274.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [04:08<23:46, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1272.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [04:12<50:10, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1288.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [04:16<1:06:32, 2.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1302.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [04:18<1:05:10, 2.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1309.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [04:19<50:01, 1.80s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [04:19<39:23, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1305.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:20<33:09, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1303.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:21<28:34, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1302.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:21<25:42, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:22<23:50, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1299.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:23<22:00, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1298.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:26<41:09, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1309.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:26<33:50, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1307.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:27<29:14, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1306.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:30<46:20, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1316.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:31<37:10, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1314.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:31<32:32, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1313.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:32<27:35, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1312.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:33<25:21, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:35<36:02, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1317.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:36<31:38, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1316.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:37<30:25, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1316.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:43<1:14:11, 2.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1342.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:45<1:04:48, 2.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1344.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:47<1:04:24, 2.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1351.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:48<50:58, 1.86s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1349.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:48<39:52, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1347.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:49<32:26, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1345.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:49<27:27, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:50<23:18, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1341.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:52<30:12, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1344.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [04:52<26:01, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1342.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [04:53<25:07, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1341.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [04:55<30:51, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1344.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [04:55<27:27, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [04:56<24:48, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [04:57<23:55, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1341.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [04:57<21:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1339.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [04:58<20:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1337.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [05:01<39:53, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1347.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [05:02<34:45, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1346.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [05:03<32:32, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1346.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [05:04<26:48, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1344.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [05:04<23:36, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1342.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [05:05<21:06, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [05:06<21:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1339.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [05:06<20:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1337.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [05:07<19:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1336.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [05:08<18:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1334.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [05:08<18:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1333.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [05:09<17:20, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1331.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [05:11<27:44, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1335.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [05:11<25:55, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1334.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [05:12<26:28, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1334.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [05:13<23:20, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1332.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [05:14<22:25, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1331.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [05:14<20:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1329.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [05:15<20:43, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1328.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [05:16<20:22, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1327.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [05:16<18:39, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1325.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [05:17<17:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1323.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [05:18<16:20, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1321.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [05:18<16:05, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1319.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [05:19<17:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1318.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [05:19<16:33, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [05:20<15:50, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1314.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [05:21<16:41, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1313.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [05:21<16:31, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1311.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [05:22<16:11, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1309.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [05:23<17:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [05:23<17:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1307.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [05:24<17:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1305.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [05:24<16:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1304.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [05:28<36:27, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1312.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [05:28<29:26, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1310.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [05:31<45:59, 1.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1318.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [05:32<36:50, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1317.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [05:33<31:09, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1315.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [05:34<30:32, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1315.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [05:37<46:44, 1.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1324.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [05:37<37:52, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1322.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [05:38<31:34, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1321.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [05:39<27:06, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1319.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [05:39<24:19, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1318.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:40<22:19, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1316.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:41<21:02, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1315.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:42<21:09, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1314.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:42<21:27, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1313.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:43<20:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1312.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:44<19:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1310.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:44<18:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:45<21:01, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:49<46:04, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1319.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:50<37:54, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1318.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:51<31:06, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1316.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:51<27:06, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1315.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:52<23:11, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1313.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:52<21:31, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1312.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:53<20:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1310.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:54<18:56, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:54<18:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1307.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:55<17:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1305.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:56<16:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1303.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:56<16:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1302.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:57<16:55, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1300.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [05:57<16:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [05:58<16:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1297.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [05:59<16:17, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1296.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [05:59<16:23, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1294.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [06:00<16:30, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [06:01<16:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1291.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [06:01<15:56, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1289.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [06:02<16:29, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1288.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [06:03<18:16, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1287.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [06:03<17:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1286.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [06:04<17:54, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1285.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [06:05<18:16, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1283.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [06:05<16:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1282.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [06:06<16:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1280.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [06:07<16:36, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1278.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [06:07<17:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1278.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [06:08<16:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1276.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [06:08<16:00, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1274.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [06:09<15:33, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1272.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [06:10<15:00, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1271.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [06:10<14:34, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1269.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [06:11<14:26, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1267.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [06:11<14:33, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1265.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [06:12<14:55, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1264.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [06:13<19:32, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1264.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [06:14<18:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1263.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [06:14<18:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1261.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [06:15<19:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1261.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [06:16<18:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1259.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [06:16<17:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1258.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [06:17<17:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1256.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [06:18<17:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1255.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [06:18<17:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1254.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [06:19<16:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1252.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [06:20<17:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1251.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [06:20<17:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1250.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [06:21<16:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1248.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [06:22<16:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1247.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [06:22<15:32, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1245.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [06:23<14:39, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1243.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [06:23<14:00, 1.82it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1241.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [06:24<14:24, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1240.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [06:24<14:29, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1238.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [06:25<14:50, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1237.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [06:25<14:47, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1235.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [06:26<15:02, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1234.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [06:27<15:30, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1233.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [06:27<16:42, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1232.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [06:28<16:27, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1230.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [06:29<16:17, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1229.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [06:29<16:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1227.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [06:30<16:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1226.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [06:31<16:29, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1225.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [06:31<15:47, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1223.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [06:32<15:26, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1222.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [06:32<15:13, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1220.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [06:33<15:25, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1219.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [06:34<15:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1218.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [06:34<16:46, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1217.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [06:35<17:44, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1216.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [06:36<17:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1215.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [06:37<17:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1214.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [06:37<17:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1212.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [06:38<16:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1211.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [06:39<16:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1210.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:39<16:01, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1208.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:40<16:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1207.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:41<17:40, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1206.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:41<17:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1205.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:42<16:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1204.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:43<16:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1203.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:43<16:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1201.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:44<16:57, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:45<22:46, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1201.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:46<20:11, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1200.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:47<19:03, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:50<38:54, 1.56s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1206.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:51<31:22, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1204.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:52<34:14, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1206.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:53<30:05, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1205.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:54<25:47, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1204.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [06:55<24:43, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1203.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [06:55<22:18, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1202.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [06:56<20:06, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1201.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [06:57<22:30, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1201.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [06:58<21:16, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1200.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [06:59<19:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1198.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [06:59<18:10, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1197.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [07:00<17:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1195.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [07:00<16:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1194.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [07:01<15:38, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1193.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [07:02<16:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1192.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [07:02<16:10, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1190.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [07:03<15:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1189.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [07:03<14:54, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1187.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [07:04<15:11, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1186.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [07:05<15:20, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1185.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [07:05<16:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1184.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [07:06<18:09, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1183.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [07:07<16:34, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1182.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [07:08<17:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1181.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [07:08<16:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1180.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [07:09<16:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1178.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [07:10<16:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1177.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [07:10<16:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1176.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [07:11<15:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1175.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [07:11<15:16, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1173.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [07:12<15:07, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1172.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [07:13<15:28, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1171.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [07:13<16:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1170.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [07:14<15:51, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1168.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [07:15<15:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1167.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [07:16<22:15, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1168.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [07:17<20:14, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1167.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [07:18<19:26, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1166.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [07:18<18:37, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1165.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [07:19<17:23, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1164.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [07:20<16:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1163.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [07:20<16:30, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1161.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [07:21<16:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1160.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [07:22<16:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [07:22<16:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1158.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [07:23<17:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1157.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [07:24<17:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1156.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [07:25<21:28, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1157.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [07:26<19:46, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1155.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [07:26<18:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1154.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [07:27<17:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1153.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [07:28<19:47, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1153.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [07:29<18:40, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1152.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [07:29<17:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [07:30<16:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1149.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [07:31<16:27, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [07:32<20:04, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1148.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [07:33<21:04, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1148.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [07:35<28:23, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1150.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [07:35<25:32, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1149.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [07:36<24:57, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1149.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [07:37<21:46, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1147.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [07:38<21:08, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1147.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [07:39<19:28, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1146.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [07:39<18:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1144.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [07:40<17:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1143.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [07:41<17:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1142.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [07:41<17:03, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1141.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [07:42<16:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1140.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [07:43<16:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [07:43<15:35, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1137.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [07:44<14:57, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1136.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [07:44<14:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1135.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [07:45<14:30, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1134.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:46<14:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1132.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:46<14:46, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1131.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:47<15:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1130.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:48<15:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1129.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:48<15:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:49<19:00, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1128.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [07:50<20:44, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [07:51<19:02, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1127.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [07:53<24:38, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1128.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [07:53<22:07, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1127.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [07:54<19:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1125.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [07:55<17:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1124.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [07:55<17:23, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1123.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [07:56<17:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1122.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [07:57<16:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1121.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [07:57<15:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1119.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [07:58<15:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1118.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [07:58<15:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1117.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [07:59<15:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1116.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [08:00<15:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1115.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [08:00<15:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1114.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [08:01<15:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1113.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [08:02<16:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1112.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [08:03<16:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1111.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [08:03<16:07, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1110.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [08:04<16:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1109.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [08:05<15:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1108.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [08:05<15:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1106.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [08:06<18:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1106.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [08:07<17:14, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1105.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [08:08<18:14, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1105.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [08:09<17:26, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1103.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [08:09<16:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1102.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [08:10<15:45, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [08:10<15:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1100.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [08:11<16:38, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1099.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [08:12<16:39, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1098.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [08:13<18:10, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1098.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [08:13<16:27, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1096.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [08:14<15:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1095.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [08:15<14:09, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1094.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [08:15<14:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1093.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [08:16<13:29, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1091.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [08:17<17:35, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1091.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [08:17<15:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1090.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [08:18<15:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1089.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [08:19<14:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1087.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [08:19<14:43, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1086.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [08:20<15:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1085.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [08:21<15:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1084.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [08:21<14:04, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1083.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [08:22<14:42, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1082.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [08:23<15:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1081.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [08:23<15:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1080.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [08:25<19:50, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1080.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [08:25<17:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1079.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [08:26<16:24, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1078.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [08:26<15:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1077.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [08:27<17:37, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1076.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [08:28<18:52, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1076.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [08:29<16:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1075.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [08:29<15:29, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1073.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [08:30<15:13, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1072.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [08:31<14:35, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1071.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [08:31<14:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1070.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [08:32<16:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1069.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [08:33<15:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1068.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [08:33<14:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1067.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [08:37<33:14, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1071.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [08:37<27:47, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1070.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [08:38<23:20, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1069.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [08:39<20:17, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1068.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [08:39<18:08, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1067.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [08:40<16:47, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1066.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [08:40<15:39, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1064.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [08:41<15:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1063.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [08:42<14:50, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1062.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [08:43<17:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1062.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [08:43<15:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1060.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [08:44<15:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1059.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [08:44<14:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1058.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [08:45<14:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1057.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [08:46<19:25, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1058.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [08:47<17:18, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1056.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [08:49<23:14, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1057.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [08:49<19:52, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1056.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [08:51<24:31, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1057.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [08:52<21:26, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1056.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [08:53<25:16, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1056.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [08:54<22:37, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1055.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [08:55<21:14, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1055.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [08:55<18:43, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1053.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [08:56<17:32, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1052.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [08:57<17:01, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1051.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [08:57<15:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1050.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [08:58<16:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1049.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [08:59<20:39, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1050.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [09:00<18:58, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1049.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [09:01<18:08, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1048.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [09:01<17:08, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1047.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [09:02<16:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1046.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [09:03<16:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1045.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [09:04<15:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1044.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [09:04<14:59, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1043.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [09:05<15:59, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1042.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [09:06<15:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1041.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [09:06<14:34, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1040.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [09:07<14:11, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1039.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [09:08<15:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 1038.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [09:08<14:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 1037.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [09:09<14:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 1036.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [09:09<14:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 1035.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [09:10<14:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 1033.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [09:11<13:43, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 1032.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [09:11<13:30, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 1031.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [09:12<13:30, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 1030.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [09:13<13:34, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 1029.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [09:13<14:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 1028.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [09:14<13:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 1027.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [09:15<14:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 1026.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [09:16<15:27, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 1025.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [09:16<16:06, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 1025.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [09:17<15:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 1024.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [09:18<14:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 1023.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [09:18<14:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 1021.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [09:19<13:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 1020.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [09:19<13:49, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 1019.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [09:20<13:15, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 1018.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [09:21<13:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 1017.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [09:21<13:25, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 1016.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [09:22<13:20, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 1015.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [09:23<15:58, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 1014.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [09:24<15:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 1013.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [09:24<15:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 1012.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [09:25<14:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 1011.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [09:27<21:16, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 1012.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [09:27<18:46, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 1011.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [09:28<17:22, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 1010.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [09:28<16:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 1009.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [09:29<15:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 1008.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [09:30<14:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 1007.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [09:31<20:12, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 1007.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [09:33<23:16, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 1008.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [09:33<20:05, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 1007.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [09:35<25:25, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 1008.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [09:37<27:56, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 1008.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [09:37<23:50, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 1007.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [09:38<20:56, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 1006.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [09:39<22:37, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 1006.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [09:40<20:37, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 1005.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [09:41<18:08, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 1004.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [09:41<17:04, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 1003.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [09:42<16:40, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 1002.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [09:43<15:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 1001.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [09:43<15:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 1000.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [09:44<13:57, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 999.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [09:44<12:59, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 998.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [09:45<12:49, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 997.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [09:46<13:39, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 996.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [09:46<13:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 995.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [09:47<14:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 994.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [09:48<13:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 993.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [09:49<17:08, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 993.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [09:50<16:16, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 992.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [09:50<15:39, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 991.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [09:51<14:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 990.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [09:52<14:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 989.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [09:53<16:34, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 988.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [09:53<15:23, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 987.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [09:54<14:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 986.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [09:55<14:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 985.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [09:55<13:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 984.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [09:56<13:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 983.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [09:57<13:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 982.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [09:57<13:29, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 981.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [09:58<14:41, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 980.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [09:59<14:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 979.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [09:59<13:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 978.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [10:00<13:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 977.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [10:01<13:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 976.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [10:01<13:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 975.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [10:02<13:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 974.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [10:03<14:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 973.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [10:03<14:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 972.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [10:04<14:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 972.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [10:05<14:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 971.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [10:06<15:20, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 970.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [10:06<14:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 969.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [10:07<13:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 968.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [10:08<15:36, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 967.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [10:09<16:03, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 966.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [10:09<16:04, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 966.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [10:10<15:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 965.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [10:11<16:43, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 964.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [10:12<17:36, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 964.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [10:13<16:08, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 963.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [10:13<15:08, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 962.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [10:14<15:40, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 961.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [10:16<19:55, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 961.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [10:16<18:26, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 960.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [10:17<16:18, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 959.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [10:17<14:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 958.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [10:18<13:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 957.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [10:19<14:49, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 956.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [10:20<14:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 955.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [10:20<13:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 954.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [10:21<12:56, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 953.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [10:21<12:43, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 952.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [10:22<13:10, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 951.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [10:23<14:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 950.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [10:24<17:39, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 950.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [10:25<17:58, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 950.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [10:26<17:06, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 949.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [10:27<16:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 948.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [10:27<15:08, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 947.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [10:28<15:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 946.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [10:29<14:20, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 945.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [10:29<13:15, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 944.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [10:30<12:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 943.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [10:30<12:31, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 942.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [10:31<12:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 941.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [10:32<12:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 940.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [10:32<13:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 939.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [10:33<12:48, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 938.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [10:34<13:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 937.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [10:34<13:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 936.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [10:35<13:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 935.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [10:36<14:30, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 934.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [10:37<15:01, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 934.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [10:38<16:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 933.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [10:39<16:10, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 933.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [10:39<14:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 931.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [10:41<20:58, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 932.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [10:42<20:01, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 932.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [10:43<20:07, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 931.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [10:44<18:00, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 930.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [10:44<17:26, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 929.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [10:45<16:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 928.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [10:46<14:55, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 927.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [10:47<18:51, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 928.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [10:51<37:34, 1.92s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 932.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [10:52<30:22, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 931.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [10:53<26:01, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 930.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [10:53<22:04, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 929.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [10:54<19:02, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 928.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [10:55<17:22, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 927.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [10:56<21:34, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 927.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [10:57<19:21, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 926.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [10:58<19:13, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 926.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [10:59<17:35, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 925.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [10:59<15:38, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 924.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [11:00<15:08, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 923.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [11:02<20:26, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 923.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [11:03<21:25, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 923.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [11:04<21:32, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 923.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [11:05<18:59, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 922.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [11:06<18:27, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 921.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [11:06<16:22, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 920.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [11:07<15:54, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 919.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [11:08<14:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 918.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [11:08<14:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 917.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [11:09<14:21, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 917.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [11:10<13:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 916.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [11:10<14:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 915.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [11:11<14:17, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 914.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [11:12<14:34, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 913.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [11:13<14:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 912.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [11:14<15:36, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 912.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [11:14<14:19, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 911.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [11:15<13:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 910.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [11:16<16:05, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 909.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [11:17<15:57, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 909.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [11:18<15:03, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 908.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [11:19<15:45, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 907.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [11:19<14:41, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 906.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [11:20<13:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 905.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [11:20<13:05, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 904.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [11:21<12:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 903.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [11:22<12:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 902.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [11:23<13:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 901.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [11:23<12:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 900.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [11:24<12:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 899.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [11:24<11:40, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 898.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [11:25<11:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 897.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [11:26<11:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 896.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [11:26<13:03, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 895.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [11:27<13:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 894.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [11:28<15:40, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 894.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [11:29<14:46, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 893.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [11:30<18:56, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 893.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [11:33<28:52, 1.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 895.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [11:34<25:30, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 894.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [11:35<21:46, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 894.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [11:36<19:33, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 893.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [11:36<17:19, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 892.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [11:37<16:43, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 891.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [11:38<15:38, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 890.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [11:38<14:40, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 889.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [11:40<17:27, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 889.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [11:40<16:30, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 888.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [11:41<15:47, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 887.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [11:42<14:59, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 886.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [11:43<14:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 885.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [11:43<14:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 885.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [11:44<14:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 884.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [11:45<13:32, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 883.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [11:46<13:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 882.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [11:46<12:33, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 881.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [11:47<12:27, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 880.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [11:49<22:37, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 881.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [11:50<19:44, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 880.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [11:51<17:24, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 879.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [11:51<15:32, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 878.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [11:52<14:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 877.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [11:52<13:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 876.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [11:53<13:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 875.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [11:54<12:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 874.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [11:54<12:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 873.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [11:55<12:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 872.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [11:56<12:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 871.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [11:56<12:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 870.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [11:57<11:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 869.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [11:58<11:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 868.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [11:58<11:50, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 867.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [11:59<11:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 867.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [12:00<11:41, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 866.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [12:00<11:04, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 864.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [12:01<11:26, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 863.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [12:01<10:56, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 862.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [12:02<10:53, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 861.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [12:03<10:55, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 860.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [12:03<11:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 859.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [12:04<10:45, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 858.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [12:04<10:43, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 857.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [12:06<19:17, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 858.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [12:07<17:13, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 857.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [12:08<15:42, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 856.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [12:08<14:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 855.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [12:09<13:20, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 854.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [12:10<13:08, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 853.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [12:11<13:15, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 853.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [12:11<13:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 852.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [12:12<13:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 851.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [12:13<12:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 850.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [12:13<12:53, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 849.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [12:15<15:40, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 849.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [12:15<14:07, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 848.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [12:17<18:30, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 848.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [12:18<16:28, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 847.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [12:18<15:41, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 846.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [12:19<14:47, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 845.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [12:20<18:03, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 845.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [12:21<16:21, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 844.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [12:22<14:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 843.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [12:23<14:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 842.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [12:23<14:59, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 842.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [12:24<14:26, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 841.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [12:25<14:28, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 840.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [12:26<15:20, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 840.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [12:27<15:23, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 839.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [12:28<15:04, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 838.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [12:28<13:57, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 837.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [12:30<15:49, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 837.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [12:30<15:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 836.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [12:31<13:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 835.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [12:32<13:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 834.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [12:32<13:24, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 833.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [12:33<13:46, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 833.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [12:34<13:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 832.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [12:35<13:27, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 831.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [12:36<14:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 830.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [12:36<14:11, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 829.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [12:37<13:53, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 829.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [12:38<13:09, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 828.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [12:38<12:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 827.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [12:39<11:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 826.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [12:40<11:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 825.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [12:40<11:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 824.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [12:41<10:49, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 823.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [12:42<11:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 822.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [12:42<11:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 821.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [12:43<10:35, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 820.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [12:43<10:33, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 819.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [12:44<10:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 818.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [12:45<10:58, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 817.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [12:45<11:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 816.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [12:46<11:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 815.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [12:47<11:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 814.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [12:48<12:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 814.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [12:49<13:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 813.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [12:49<13:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 812.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [12:50<14:19, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 811.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [12:52<16:19, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 811.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [12:52<15:13, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 810.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [12:53<16:28, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 810.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [12:54<14:36, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 809.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [12:55<13:24, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 808.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [12:55<12:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 807.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [12:56<13:03, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 806.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [12:57<12:55, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 805.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [12:57<12:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 804.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [12:58<11:27, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 803.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [12:59<11:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 802.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [12:59<10:49, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 801.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [13:00<10:28, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 800.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [13:00<10:12, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 799.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [13:01<10:16, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 798.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [13:02<10:11, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 797.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [13:02<10:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 797.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [13:03<10:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 796.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [13:04<11:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 795.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [13:04<11:21, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 794.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [13:05<12:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 793.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [13:06<14:07, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 793.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [13:07<12:57, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 792.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [13:08<12:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 791.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [13:08<11:55, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 790.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [13:09<11:20, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 789.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [13:10<11:22, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 788.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [13:10<11:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 787.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [13:11<10:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 786.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [13:12<11:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 785.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [13:12<11:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 784.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [13:13<11:48, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 784.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [13:14<12:59, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 783.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [13:15<12:51, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 782.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [13:16<12:58, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 781.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [13:16<12:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 781.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [13:17<12:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 780.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [13:18<12:34, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 779.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [13:18<11:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 778.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [13:19<10:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 777.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [13:19<10:28, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 776.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [13:20<11:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 775.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [13:21<10:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 774.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [13:21<10:13, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 773.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [13:22<10:05, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 772.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [13:22<09:40, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 771.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [13:23<11:29, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 770.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [13:24<11:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 769.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [13:25<10:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 769.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [13:25<10:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 768.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [13:26<10:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 767.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [13:27<10:18, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 766.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [13:27<09:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 765.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [13:28<10:13, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 764.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [13:28<10:13, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 763.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [13:29<10:24, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 762.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [13:30<09:54, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 761.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [13:30<09:40, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 760.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [13:32<16:23, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 760.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [13:33<16:07, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 760.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [13:34<14:35, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 759.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [13:35<13:26, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 758.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [13:35<13:47, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 757.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [13:36<12:53, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 756.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [13:37<12:29, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 756.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [13:37<11:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 755.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [13:38<11:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 754.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [13:39<11:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 753.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [13:40<14:26, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 753.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [13:41<12:46, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 752.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [13:41<12:33, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 751.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [13:42<11:52, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 750.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [13:43<10:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 749.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [13:44<12:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 748.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [13:44<12:03, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 747.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [13:45<11:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 746.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [13:46<12:26, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 746.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [13:47<11:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 745.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [13:47<12:17, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 744.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [13:48<11:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 743.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [13:49<10:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 742.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [13:49<10:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 741.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [13:51<14:22, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 741.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [13:51<13:03, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 740.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [13:52<12:19, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 739.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [13:53<12:48, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 739.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [13:54<12:18, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 738.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [13:54<12:11, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 737.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [13:55<12:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 736.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [13:56<12:28, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 735.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [13:57<11:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 735.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [13:57<10:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 734.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [13:58<10:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 733.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [13:59<11:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 732.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [13:59<10:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 731.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [14:00<10:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 730.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [14:01<10:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 729.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [14:01<10:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 728.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [14:02<10:27, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 728.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [14:03<09:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 727.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [14:04<11:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 726.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [14:04<11:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 725.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [14:05<10:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 724.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [14:06<11:03, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 723.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [14:06<11:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 722.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [14:07<11:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 722.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [14:08<10:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 721.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [14:08<10:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 720.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [14:09<09:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 719.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [14:10<09:52, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 718.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [14:10<09:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 717.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [14:11<12:23, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 717.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [14:12<11:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 716.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [14:13<11:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 715.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [14:13<10:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 714.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [14:14<10:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 713.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [14:15<12:30, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 713.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [14:16<13:21, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 712.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [14:17<12:30, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 711.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [14:18<11:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 710.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [14:18<10:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 709.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [14:19<12:22, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 709.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [14:20<11:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 708.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [14:21<10:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 707.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [14:21<10:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 706.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [14:22<11:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 705.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [14:23<11:06, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 704.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [14:23<10:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 703.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [14:24<09:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 703.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [14:25<13:26, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 702.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [14:26<12:14, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 701.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [14:27<11:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 700.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [14:27<10:42, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 700.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [14:28<10:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 699.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [14:28<09:50, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 698.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [14:29<09:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 697.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [14:30<09:12, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 696.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [14:30<09:36, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 695.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [14:31<09:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 694.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [14:32<09:10, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 693.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [14:33<11:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 693.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [14:34<11:35, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 692.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [14:34<11:27, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 691.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [14:35<11:11, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 690.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [14:36<10:51, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 689.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [14:36<10:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 688.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [14:37<10:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 688.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [14:38<09:55, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 687.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [14:39<12:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 686.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [14:39<11:21, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 685.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [14:40<11:04, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 685.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [14:41<10:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 684.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [14:42<12:17, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 683.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [14:43<11:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 682.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [14:43<10:55, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 681.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [14:44<10:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 680.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [14:44<09:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 680.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [14:45<09:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 679.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [14:46<09:13, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 678.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [14:46<09:11, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 677.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [14:47<09:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 676.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [14:48<09:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 675.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [14:48<09:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 674.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [14:49<09:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 673.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [14:50<09:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 672.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [14:50<09:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 672.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [14:51<10:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 671.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [14:52<10:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 670.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [14:53<10:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 669.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [14:53<09:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 668.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [14:54<09:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 667.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [14:54<09:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 666.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [14:56<12:29, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 666.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [14:56<11:32, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 665.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [14:57<11:14, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 664.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [14:58<11:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 664.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [14:59<10:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 663.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [15:00<12:35, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 662.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [15:01<11:44, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 661.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [15:01<11:31, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 661.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [15:02<10:50, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 660.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [15:03<10:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 659.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [15:03<10:39, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 658.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [15:04<10:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 657.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [15:05<09:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 656.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [15:06<09:55, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 656.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [15:06<09:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 655.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [15:07<10:40, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 654.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [15:08<10:40, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 653.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [15:09<10:34, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 652.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [15:09<10:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 652.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [15:10<09:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 651.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [15:11<09:26, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 650.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [15:11<09:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 649.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [15:12<09:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 648.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [15:12<09:01, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 647.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [15:13<08:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 646.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [15:14<08:55, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 645.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [15:14<09:06, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 645.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [15:15<09:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 644.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [15:16<09:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 643.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [15:16<09:07, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 642.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [15:17<09:19, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 641.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [15:18<09:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 640.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [15:20<13:43, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 640.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [15:20<12:11, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 639.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [15:21<11:35, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 639.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [15:22<10:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 638.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [15:22<10:41, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 637.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [15:23<10:07, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 636.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [15:24<11:00, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 635.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [15:25<11:57, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 635.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [15:27<16:24, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 635.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [15:28<14:35, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 634.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [15:29<12:49, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 633.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [15:29<11:22, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 632.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [15:30<10:35, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 631.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [15:30<09:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 631.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [15:32<14:04, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 630.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [15:33<13:20, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 630.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [15:34<12:36, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 629.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [15:35<11:59, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 628.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [15:35<11:36, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 627.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [15:36<11:34, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 627.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [15:37<11:02, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 626.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [15:38<11:56, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 625.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [15:39<10:48, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 624.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [15:39<10:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 624.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [15:41<14:52, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 624.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [15:42<13:13, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 623.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [15:43<12:09, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 622.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [15:43<11:12, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 621.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [15:44<10:59, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 620.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [15:45<10:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 619.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [17:54<8:37:15, 39.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Error processing https://gallery.stylumia.com/originals/2024/07/384/d3a53fad9cc8e8692b00a160401de2520bf0f9b20bb9e5d168b654cb3f9962e3.jpg: HTTPSConnectionPool(host='serverless.roboflow.com', port=443): Max retries exceeded with url: /product-fashion-matching-02/2?api_key=2gzq3x8MFv9nEFXCzuEe&disable_active_learning=False (Caused by ConnectTimeoutError(, 'Connection to serverless.roboflow.com timed out. (connect timeout=None)'))\n","Processed 1209/2000, Estimated time remaining: 702.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [18:03<6:38:34, 30.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 707.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [18:04<4:41:27, 21.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 706.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [18:05<3:19:38, 15.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 705.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [18:06<2:23:44, 10.96s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 704.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [18:07<1:43:28, 7.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 703.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [18:07<1:14:50, 5.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 702.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [18:08<54:55, 4.20s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 701.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [18:08<40:44, 3.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 700.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [18:09<30:58, 2.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 699.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [18:10<24:05, 1.85s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 698.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [18:10<19:26, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 697.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [18:11<15:44, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 696.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [18:12<14:13, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 695.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [18:12<12:46, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 694.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [18:14<13:11, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 693.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [18:14<11:41, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 692.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [18:15<11:30, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 691.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [18:16<10:33, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 690.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [18:18<14:25, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 690.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [18:18<12:38, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 689.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [18:19<11:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 688.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [18:20<13:06, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 687.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [18:21<11:41, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 686.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [18:22<10:53, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 685.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [18:22<10:25, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 684.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [18:23<10:03, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 683.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [18:24<09:52, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 682.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [18:24<09:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 681.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [18:25<09:13, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 680.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [18:26<08:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 679.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [18:26<08:22, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 678.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [18:27<08:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 677.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [18:28<08:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 676.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [18:28<08:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [18:29<08:37, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 674.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [18:30<08:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 673.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [18:30<08:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 672.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [18:31<07:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 671.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [18:32<08:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 670.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [18:32<08:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 669.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [18:33<07:51, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 668.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [18:33<07:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 666.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [18:34<07:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 665.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [18:35<08:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 665.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [18:36<09:42, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 664.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [18:37<09:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 663.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [18:37<08:43, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 662.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [18:38<08:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 661.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [18:38<08:15, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 660.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [18:39<08:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 658.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [18:40<08:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 657.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [18:40<07:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 656.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [18:41<08:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 655.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [18:42<08:26, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 654.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [18:43<09:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 654.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [18:44<09:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 653.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [18:44<09:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 652.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [18:45<08:25, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 651.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [18:45<08:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 649.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [18:46<07:35, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 648.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [18:47<08:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 647.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [18:47<08:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 646.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [18:48<07:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 645.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [18:48<07:31, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 644.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [18:49<07:26, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 643.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [18:51<11:34, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 643.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [18:52<10:32, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 642.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [18:52<09:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 641.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [18:53<09:26, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 640.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [18:54<11:48, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 639.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [18:55<10:34, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 638.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [18:56<09:46, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 637.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [18:56<08:43, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 636.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [18:57<10:11, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 635.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [18:58<09:41, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 634.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [18:59<09:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 633.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [18:59<08:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 632.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [19:00<08:34, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 631.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [19:01<08:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 630.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [19:01<08:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 629.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [19:02<08:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 628.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [19:03<09:34, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 628.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [19:04<09:04, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 627.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [19:05<08:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 626.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [19:05<08:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 625.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [19:06<08:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 624.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [19:06<08:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 623.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [19:07<07:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 622.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [19:08<07:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 621.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [19:08<07:21, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 619.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [19:09<07:23, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 618.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [19:10<07:21, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 617.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [19:11<11:38, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 617.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [19:12<10:29, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 616.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [19:13<09:45, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 615.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [19:13<09:03, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 614.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [19:14<08:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 613.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [19:15<08:25, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [19:16<08:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 611.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [19:16<08:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 610.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [19:17<08:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 609.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [19:18<08:21, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 608.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [19:19<08:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 607.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [19:19<08:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 606.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [19:20<08:35, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 605.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [19:21<08:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 605.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [19:22<08:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 604.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [19:22<08:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 603.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [19:23<07:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 602.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [19:24<07:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 601.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [19:24<07:44, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 600.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [19:25<07:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 599.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [19:26<07:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 598.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [19:26<08:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 597.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [19:27<07:41, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 596.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [19:28<07:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 595.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [19:28<07:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 594.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [19:29<07:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 593.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [19:30<07:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 592.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [19:30<07:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 591.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [19:31<07:07, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 590.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [19:32<06:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 589.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [19:33<08:18, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 588.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [19:33<08:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 587.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [19:34<07:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 586.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [19:35<08:54, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 585.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [19:36<09:24, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 584.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [19:37<11:05, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 584.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [19:38<10:28, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 583.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [19:39<09:38, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 582.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [19:40<10:42, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 581.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [19:41<09:52, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 580.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [19:41<09:12, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 579.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [19:42<08:31, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 578.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [19:43<08:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 577.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [19:43<07:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 576.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [19:44<07:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 575.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [19:45<07:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 574.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [19:45<07:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 573.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [19:46<07:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 572.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [19:47<07:58, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 571.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [19:48<07:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 570.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [19:48<07:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 569.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [19:49<07:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 568.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [19:50<07:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 567.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [19:50<07:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 566.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [19:51<07:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 565.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [19:52<07:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 564.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [19:53<09:53, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 564.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [19:54<09:03, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 563.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [19:54<08:26, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 562.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [19:55<08:27, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 561.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [19:56<08:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 560.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [19:57<08:10, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 559.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [19:57<07:51, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 558.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [19:58<07:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 557.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [19:59<07:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 556.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [19:59<07:14, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 555.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [20:00<07:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 554.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [20:01<07:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 553.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [20:01<07:20, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 552.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [20:02<07:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 551.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [20:03<07:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 550.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [20:04<07:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 549.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [20:04<07:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 549.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [20:05<07:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 548.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [20:06<08:04, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 547.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [20:07<08:10, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 546.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [20:07<07:30, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 545.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [20:08<06:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 544.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [20:09<07:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 543.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [22:20<6:51:44, 39.91s/it]"]},{"output_type":"stream","name":"stdout","text":["Error processing https://gallery.stylumia.com/originals/2024/07/367/fa847825263965bd816cc4969635604b51fbebca6230f939c615f20128cf921b.jpg: HTTPSConnectionPool(host='serverless.roboflow.com', port=443): Max retries exceeded with url: /product-fashion-matching-02/2?api_key=2gzq3x8MFv9nEFXCzuEe&disable_active_learning=False (Caused by ConnectTimeoutError(, 'Connection to serverless.roboflow.com timed out. (connect timeout=None)'))\n","Processed 1381/2000, Estimated time remaining: 600.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [22:21<4:49:58, 28.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 599.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [22:22<3:24:58, 19.93s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 598.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [22:22<2:24:55, 14.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 597.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [22:23<1:43:25, 10.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 596.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [22:24<1:14:26, 7.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 595.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [22:24<53:59, 5.28s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 594.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [22:25<40:26, 3.96s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 593.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [22:26<30:39, 3.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 592.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [22:26<23:22, 2.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 591.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [22:27<18:12, 1.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 590.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [22:28<14:43, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 588.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [22:28<12:30, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 587.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [22:29<10:41, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 586.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [22:30<09:05, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 585.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [22:30<08:23, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 584.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [22:31<07:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 583.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [22:32<07:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 582.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [22:32<07:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 581.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [22:33<07:42, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 580.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [22:34<07:06, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 579.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [22:34<06:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 577.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [22:35<06:30, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 576.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [22:36<07:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 575.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [22:37<07:58, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 574.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [22:38<07:57, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 573.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [22:38<07:33, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 572.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [22:39<07:12, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 571.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [22:40<07:54, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 570.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [22:41<08:18, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 569.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [22:42<07:47, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 568.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [22:43<08:12, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 567.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [22:43<07:44, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 566.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [22:44<07:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 565.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [22:45<07:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 564.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [22:45<07:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 563.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [22:46<07:27, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 562.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [22:47<07:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 561.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [22:48<07:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 560.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [22:48<06:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 559.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [22:49<06:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 557.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [22:49<06:24, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 556.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [22:50<06:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 555.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [22:51<06:13, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 554.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [22:51<06:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 553.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [22:55<15:23, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 553.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [22:56<12:40, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 552.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [22:57<10:35, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 551.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [22:57<09:07, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 550.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [22:58<08:08, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 549.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [22:58<07:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 548.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [22:59<07:09, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 547.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [23:00<06:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 546.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [23:00<06:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 545.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [23:01<06:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 544.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [23:02<06:26, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 542.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [23:02<06:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 541.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [23:03<06:31, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 540.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [23:04<06:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 539.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [23:04<06:14, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 538.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [23:05<06:53, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 537.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [23:06<06:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 536.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [23:07<06:35, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 535.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [23:07<06:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 534.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [23:08<06:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 533.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [23:09<06:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 532.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [23:09<06:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 531.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [23:10<07:04, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 530.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [23:11<06:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 529.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [23:12<06:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 528.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [23:12<06:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 527.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [23:13<06:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 525.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [23:14<06:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 524.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [23:14<06:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 523.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [23:15<05:58, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 522.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [23:15<05:45, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 521.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [23:16<05:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 520.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [23:17<05:58, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 519.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [23:18<06:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 518.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [23:18<06:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 517.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [23:19<05:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 516.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [23:20<06:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 515.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [23:20<06:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 514.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [23:21<06:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 513.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [23:22<06:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 512.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [23:22<06:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 511.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [23:23<05:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 510.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [23:24<05:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 508.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [23:24<06:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [23:25<05:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 506.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [23:26<05:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 505.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [23:26<05:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 504.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [23:28<06:55, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 503.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [23:29<07:52, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 502.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [23:30<08:16, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 501.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [23:30<07:34, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 500.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [23:31<06:58, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 499.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [23:32<08:15, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 499.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [23:33<07:25, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 497.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [23:34<06:53, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 496.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [23:35<07:59, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 496.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [23:35<07:10, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [23:36<06:33, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 493.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [23:37<06:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 492.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [23:37<05:48, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 491.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [23:38<05:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 490.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [23:38<05:20, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 489.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [23:40<08:01, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 488.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [23:41<07:19, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 487.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [23:41<06:34, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 486.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [23:42<06:11, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 485.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [23:43<06:15, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 484.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [23:43<06:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 483.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [23:44<05:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 482.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [23:45<05:30, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 481.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [23:45<05:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 480.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [23:46<05:14, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 479.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [23:47<05:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 478.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [23:47<05:53, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 477.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [23:49<07:01, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 476.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [23:49<06:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 475.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [23:50<05:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 474.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [23:50<05:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 473.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [23:51<06:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 472.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [23:52<05:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 471.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [23:52<05:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 470.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [23:53<05:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 469.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [23:54<05:35, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 468.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [23:55<05:36, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 466.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [23:55<05:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 465.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [23:56<06:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 465.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [23:57<06:05, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 463.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [23:58<05:57, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 462.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [23:58<05:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 461.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [23:59<05:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 460.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [24:00<05:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 459.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [24:00<05:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 458.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [24:01<05:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [24:02<05:41, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 456.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [24:03<07:34, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 455.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [24:04<06:49, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 454.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [24:05<07:48, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 454.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [24:06<06:58, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 453.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [24:07<08:00, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 452.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [24:08<07:06, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 451.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [24:08<06:26, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 450.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [24:09<05:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 449.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [24:10<05:55, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 448.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [24:10<05:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 446.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [24:11<06:10, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 446.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [24:12<05:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [24:13<05:29, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 443.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [24:13<05:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 442.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [24:14<05:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 441.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [24:15<05:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 440.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [24:15<05:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 439.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [24:16<05:55, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 438.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [24:17<05:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 437.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [24:18<05:46, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 436.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [24:18<05:29, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 435.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [24:20<07:12, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 435.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [24:20<06:25, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 433.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [24:21<06:07, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 432.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [24:22<06:08, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 431.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [24:23<05:41, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 430.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [24:23<05:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 429.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [24:24<05:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [24:25<05:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 427.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [24:25<05:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 426.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [24:27<08:06, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 426.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [24:28<07:18, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 425.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [24:29<06:30, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 424.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [24:29<06:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 423.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [24:30<05:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 422.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [24:31<05:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 421.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [24:31<05:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 420.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [24:32<05:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 419.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [24:33<05:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 418.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [24:34<06:46, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 417.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [24:35<06:33, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 416.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [24:36<06:06, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 415.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [24:36<05:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 414.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [24:37<05:15, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 413.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [24:38<05:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 412.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [24:38<05:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 411.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [24:39<05:08, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 410.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [24:40<04:51, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 409.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [24:40<04:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 408.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [24:41<04:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 407.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [24:42<04:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 406.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [24:42<04:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 405.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [24:43<04:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 403.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [24:44<06:16, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 403.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [24:45<05:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 402.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [24:46<05:31, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 401.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [24:47<05:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 400.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [25:00<31:41, 4.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 402.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [25:01<23:51, 3.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [25:01<18:00, 2.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 400.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [25:02<15:03, 2.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 399.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [25:03<12:42, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 398.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [25:04<10:44, 1.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 397.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [25:05<08:47, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 396.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [25:06<07:17, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 395.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [25:06<06:40, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 394.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [25:08<08:26, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 393.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [25:09<07:16, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 392.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [25:09<06:23, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 391.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [25:10<05:47, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 390.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [25:11<05:12, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 389.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [25:11<04:48, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 388.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [25:12<04:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 387.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [25:13<04:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 386.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [25:13<04:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 385.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [25:14<04:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 384.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [25:15<05:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 383.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [25:16<05:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 382.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [25:16<05:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 381.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [25:17<05:33, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 380.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [25:20<08:12, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 380.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [25:20<07:04, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 379.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [25:21<06:32, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 378.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [25:23<07:33, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 377.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [25:23<06:57, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 376.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [25:25<08:28, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 375.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [25:26<07:35, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 374.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [25:27<06:43, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 373.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [25:28<06:02, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 372.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [25:28<05:27, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 371.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [25:29<05:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 370.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [25:34<14:32, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [25:35<11:38, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 369.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [25:37<11:01, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 368.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [25:37<09:03, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 367.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [25:39<09:10, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 367.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [25:40<07:44, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 366.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [25:40<06:43, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 365.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [25:41<06:27, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 364.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [25:44<10:03, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 363.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [25:45<08:26, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 362.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [25:49<14:02, 2.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 362.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [25:50<11:02, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 361.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [25:51<10:32, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 360.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [25:52<08:29, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [25:53<08:09, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [25:56<11:09, 1.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 358.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [25:57<09:08, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 357.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [25:59<09:54, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 356.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [26:00<09:43, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 355.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [26:01<08:27, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 354.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [26:02<06:58, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 353.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [26:02<06:05, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 352.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [26:03<05:28, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 351.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [26:04<05:34, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 350.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [26:05<05:20, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 349.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [26:06<05:17, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 348.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [26:06<05:00, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 347.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [26:07<04:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 346.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [26:08<04:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 345.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [26:08<04:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 344.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [26:09<04:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 343.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [26:10<04:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 342.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [26:10<04:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [26:11<04:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [26:12<03:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 339.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [26:12<03:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 338.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [26:13<03:45, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [26:13<03:41, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 336.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [26:15<05:08, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 335.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [26:16<05:40, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 334.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [26:17<04:58, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 333.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [26:18<05:32, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 332.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [26:18<04:56, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 331.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [26:21<07:19, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 330.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [26:21<06:19, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 329.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [26:22<05:29, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 328.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [26:23<04:54, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 327.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [26:23<04:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 326.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [26:24<04:17, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 325.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [26:25<04:07, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 324.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [26:25<04:15, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [26:26<04:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 322.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [26:27<04:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 321.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [26:28<04:38, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 320.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [26:28<04:12, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 319.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [26:29<04:31, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 318.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [26:32<07:21, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 318.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [26:33<06:11, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [26:33<05:22, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 316.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [26:34<04:50, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 315.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [26:35<04:37, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 314.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [26:35<04:18, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 313.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [26:36<04:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 312.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [26:37<04:10, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [26:37<04:06, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 310.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [26:38<04:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 309.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [26:39<04:14, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 308.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [26:40<04:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 307.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [26:40<04:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 306.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [26:41<03:56, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 305.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [26:42<03:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 304.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [26:43<04:16, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 303.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [26:44<03:58, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 302.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [26:44<04:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [26:45<03:55, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 300.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [26:46<03:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 299.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [26:46<03:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 298.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [26:47<03:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 297.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [26:48<03:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 296.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [26:48<03:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 295.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [26:49<03:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 294.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [26:50<03:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 293.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [26:50<03:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 292.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [26:51<03:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 291.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [26:52<03:58, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 290.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [26:53<03:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 289.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [26:54<03:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 288.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [26:54<03:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 287.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [26:56<05:32, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 286.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [26:57<04:42, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 285.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [26:58<04:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 284.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [26:58<04:08, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 283.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [26:59<03:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 282.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [26:59<03:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 281.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [27:00<03:15, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 280.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [27:01<04:23, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 279.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [27:02<03:54, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 278.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [27:03<03:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 277.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [27:03<03:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 276.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [27:04<03:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 275.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [27:04<03:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 274.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [27:05<03:16, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 273.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [27:06<03:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 272.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [27:07<03:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 271.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [27:08<04:05, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 270.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [27:09<03:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 269.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [27:09<03:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 268.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [27:10<03:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 267.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [27:10<03:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [27:11<03:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 265.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [27:12<03:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 264.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [27:12<02:56, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 263.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [27:13<02:51, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 262.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [27:14<02:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 261.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [27:14<02:59, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 260.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [27:15<03:40, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 259.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [27:17<04:44, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 258.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [27:18<04:06, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 257.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [27:18<03:46, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 256.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [27:19<03:33, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [27:20<03:52, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 254.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [27:21<03:33, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 253.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [27:23<05:29, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 253.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [27:24<04:38, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 252.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [27:24<04:05, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 251.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [27:25<03:38, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 250.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [27:26<03:37, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 249.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [27:27<04:48, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 248.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [27:28<04:14, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [27:29<03:46, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 246.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [27:29<03:29, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 245.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [27:30<03:16, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 244.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [27:32<04:21, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 243.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [27:32<03:58, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 242.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [27:33<03:34, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 241.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [27:34<03:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 240.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [27:34<03:08, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [27:35<03:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 238.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [27:36<03:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 237.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [27:37<03:18, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 236.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [27:37<03:02, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 235.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [27:38<02:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 234.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [27:44<09:58, 2.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 234.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [27:45<07:49, 1.91s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 233.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [27:46<06:14, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 232.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [27:46<05:15, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 231.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [27:47<04:30, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 230.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [27:48<03:57, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 229.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [27:48<03:38, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 228.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [27:49<03:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 227.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [27:50<03:03, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 226.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [27:50<02:47, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 225.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [27:51<03:06, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 224.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [27:52<02:56, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 223.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [27:53<02:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 222.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [27:53<02:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 221.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [27:54<02:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 220.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [27:55<02:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 219.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [27:55<02:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 218.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [27:56<02:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 217.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [27:56<02:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 216.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [27:57<02:22, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 215.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [27:58<02:22, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 214.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [27:58<02:19, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 213.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [27:59<02:15, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 212.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [27:59<02:15, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 211.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [28:00<02:16, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 210.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [28:01<02:12, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 209.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [28:01<02:11, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [28:02<02:15, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 207.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [28:03<02:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 207.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [28:03<02:17, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 206.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [28:04<02:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 205.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [28:05<02:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 204.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [28:05<02:22, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 203.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [28:06<02:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 202.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [28:07<02:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 201.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [28:08<02:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 200.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [28:08<02:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [28:09<02:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 198.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [28:10<02:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 197.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [28:10<02:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 196.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [28:11<02:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 195.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [28:12<02:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 194.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [28:12<02:16, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 193.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [28:13<02:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 192.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [28:14<03:02, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 191.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [28:15<02:51, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 190.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [28:16<02:41, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [28:16<02:31, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [28:17<02:24, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 187.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [28:18<02:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 186.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [28:18<02:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 185.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [28:19<02:15, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 184.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [28:20<02:19, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 183.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [28:20<02:11, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 182.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [28:21<02:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 181.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [28:22<02:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 180.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [28:23<02:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 179.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [28:23<02:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 178.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [28:24<02:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 177.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [28:26<03:38, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 177.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [28:27<03:07, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 176.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [28:28<02:48, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 175.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [28:28<02:30, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 174.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [28:29<02:16, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 173.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [28:30<02:19, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 172.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [28:30<02:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 171.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [28:31<02:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 170.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [28:32<02:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 169.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [28:32<01:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 168.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [28:33<01:55, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 167.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [28:34<02:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 166.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [28:34<01:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 165.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [28:35<01:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 164.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [28:36<01:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 163.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [28:36<01:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 162.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [28:37<01:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 161.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [28:37<01:49, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 160.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [28:38<01:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 159.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [28:39<01:45, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 158.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [28:40<01:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 157.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [28:40<01:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 156.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [28:41<01:59, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 155.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [28:42<01:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 154.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [28:42<01:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 153.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [28:43<01:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 152.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [28:44<01:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 152.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [28:45<02:01, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [28:46<02:10, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 150.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [28:47<02:17, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 149.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [28:47<02:04, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 148.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [28:48<02:02, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 147.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [28:49<02:35, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 146.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [28:50<02:36, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 145.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [28:52<02:52, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 144.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [28:54<03:17, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 143.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [28:54<02:45, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 142.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [28:55<02:25, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 141.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [28:55<02:07, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 140.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [28:56<02:02, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 139.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [28:57<02:06, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 138.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [28:58<01:55, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 137.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [28:59<01:54, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 136.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [28:59<01:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 136.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [29:00<02:00, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 135.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [29:01<01:50, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 134.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [29:02<01:49, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 133.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [29:02<01:43, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 132.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [29:03<01:49, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 131.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [29:04<01:47, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 130.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [29:05<01:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 129.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [29:07<02:52, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 128.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [29:08<02:25, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 127.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [29:08<02:07, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 126.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [29:09<01:53, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 125.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [29:10<01:43, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 124.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [29:10<01:38, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 123.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [29:11<01:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 122.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [29:12<01:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 121.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [29:12<01:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 120.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [29:13<01:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 119.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [29:13<01:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 118.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [29:14<01:28, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 118.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [29:15<01:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 117.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [29:16<01:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 116.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [29:17<01:30, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 115.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [29:17<01:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 114.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [29:18<01:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 113.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [29:19<01:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 112.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [29:19<01:26, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 111.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [29:20<01:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 110.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [29:21<01:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [29:22<01:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 108.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [29:23<01:35, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 107.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [29:23<01:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 106.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [29:24<01:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 105.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [29:25<01:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 104.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [29:25<01:16, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 103.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [29:26<01:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 102.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [29:27<01:16, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 101.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [29:27<01:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 100.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [29:28<01:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 100.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [29:29<01:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 99.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [29:30<01:19, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 98.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [29:30<01:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 97.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [29:31<01:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 96.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [29:32<01:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 95.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [29:32<01:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 94.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [29:33<01:16, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 93.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [29:34<01:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 92.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [29:35<01:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 91.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [29:36<01:16, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 90.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [29:36<01:16, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 89.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [29:38<01:40, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 88.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [29:39<01:26, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 87.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [29:40<01:25, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 86.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [29:40<01:18, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 85.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [29:41<01:13, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 84.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [29:42<01:08, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 84.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [29:42<01:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 83.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [29:43<01:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 82.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [29:44<01:03, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 81.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [29:44<01:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 80.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [29:45<01:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 79.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [29:46<01:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 78.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [29:50<02:13, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 77.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [29:50<01:48, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 76.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [29:51<01:36, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 75.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [29:52<01:26, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 74.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [29:53<01:15, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 73.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [29:53<01:07, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 72.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [29:54<01:00, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 71.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [29:54<00:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 70.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [30:00<02:45, 2.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 70.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [30:01<02:08, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 69.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [30:01<01:43, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 68.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [30:02<01:24, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 67.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [30:03<01:13, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 66.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [30:03<01:04, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 65.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [30:04<01:00, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 64.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [30:05<00:54, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 63.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [30:05<00:50, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 62.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [30:06<00:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 61.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [30:07<00:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 60.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [30:07<00:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 59.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [30:08<00:45, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 58.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [30:09<00:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 57.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [30:10<00:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 56.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [30:11<00:50, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 56.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [30:12<00:55, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 55.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [30:13<00:58, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 54.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [30:17<01:53, 2.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 53.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [30:18<01:29, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 52.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [30:19<01:12, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 51.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [30:19<01:00, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 50.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [30:20<00:51, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 49.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [30:21<00:44, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 48.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [30:23<01:00, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 47.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [30:23<00:50, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 46.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [30:24<00:43, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 45.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [30:24<00:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 44.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [30:25<00:37, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 43.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [30:27<00:49, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 43.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [30:28<00:53, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 42.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [30:29<00:46, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 41.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [30:30<00:38, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 40.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [30:30<00:33, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 39.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [30:31<00:31, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 38.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [30:31<00:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 37.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [30:32<00:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 36.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [30:33<00:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 35.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [30:33<00:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 34.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [30:34<00:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 33.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [30:35<00:21, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 32.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [30:35<00:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 31.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [30:36<00:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 30.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [30:37<00:21, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 29.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [30:37<00:19, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 28.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [30:38<00:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 28.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [30:39<00:19, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 27.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [30:39<00:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 26.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [30:40<00:17, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 25.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [30:41<00:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 24.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [30:41<00:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 23.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [30:42<00:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 22.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [30:43<00:16, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 21.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [30:44<00:15, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 20.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [30:46<00:23, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 19.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [30:47<00:21, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 18.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [30:48<00:19, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 17.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [30:50<00:28, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 16.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [30:51<00:21, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 15.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [30:53<00:24, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 14.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [30:54<00:22, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 14.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [30:55<00:17, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 13.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [30:56<00:13, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 12.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [30:56<00:11, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 11.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [30:57<00:09, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 10.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [30:58<00:08, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 9.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [30:59<00:07, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 8.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [31:00<00:06, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 7.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [31:00<00:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 6.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [31:01<00:04, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 5.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [31:02<00:03, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 4.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [31:02<00:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [31:03<00:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [31:03<00:01, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [31:04<00:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [31:05<00:00, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df2.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df2.csv', index=False)"],"metadata":{"id":"W8l9Co42m-a3"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df3['box'] = apply_with_progress(df3, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"siBXFZKOnHKn","executionInfo":{"status":"ok","timestamp":1749291156614,"user_tz":-330,"elapsed":1605943,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"7e7baa4e-6824-4175-d293-4ada353ab20d"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<26:30, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1598.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<25:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1520.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:02<25:59, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1556.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:03<24:57, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1517.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:03<24:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1485.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:05<31:42, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1701.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:05<27:57, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1631.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:06<26:57, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1613.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:07<25:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1587.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:07<25:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1569.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:08<23:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1538.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:09<24:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1545.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:10<24:20, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1534.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:10<23:52, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1521.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:11<22:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1500.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:12<22:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1493.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:13<27:24, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1538.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:13<24:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1515.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:14<23:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1503.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:15<25:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1517.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:16<25:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1514.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:16<24:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1504.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:17<26:27, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1520.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:18<25:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:20<41:52, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1645.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:21<37:24, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1644.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:22<33:28, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1636.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:23<29:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1623.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:23<28:35, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1619.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:24<26:50, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1610.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:25<24:39, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1595.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:25<24:35, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1590.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:26<23:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1579.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:27<22:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1570.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:27<22:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1560.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:28<21:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1549.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:29<21:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1541.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:29<20:56, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1531.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:30<21:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1524.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:30<20:42, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1515.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:31<24:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1524.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:32<22:39, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1514.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:33<26:03, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1526.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:34<24:34, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1519.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:34<22:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1509.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:35<22:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1502.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:36<21:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1496.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:36<22:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1495.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:37<21:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1486.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:37<20:20, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1478.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:38<20:21, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1472.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:39<20:08, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1465.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:39<19:58, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1459.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:40<19:22, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1451.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:41<20:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1451.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:41<20:33, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:42<21:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1445.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:43<23:24, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1448.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:44<23:43, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1447.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:44<23:05, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1444.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:45<24:04, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1446.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:46<23:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1442.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:49<44:22, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1508.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:49<37:32, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1504.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:50<32:54, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1500.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:51<29:40, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1497.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:51<26:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1492.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:52<25:20, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1489.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:53<23:52, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1484.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:53<22:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1479.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:54<23:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1478.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:55<26:47, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:57<34:14, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1507.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:57<30:12, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1503.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [00:58<28:02, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1501.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [00:59<31:00, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1510.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [01:01<38:51, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1534.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [01:02<33:06, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1529.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [01:02<31:17, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1529.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [01:06<59:49, 1.87s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1604.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [01:07<48:03, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1599.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [01:08<39:40, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1594.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:08<34:35, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1590.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:09<30:20, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1585.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:10<27:20, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1580.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:11<27:26, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1580.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:11<25:05, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1574.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:12<23:08, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1568.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:12<22:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1564.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:13<21:54, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1560.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:14<22:48, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1558.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:14<22:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1555.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:15<22:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1551.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:16<22:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1549.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:27<2:02:04, 3.85s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1756.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:28<1:32:07, 2.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1750.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:28<1:09:51, 2.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1743.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:29<56:29, 1.78s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1739.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:30<44:24, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1731.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:30<37:08, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1725.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:37<1:28:57, 2.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1831.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:38<1:08:54, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1826.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:38<53:45, 1.70s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1818.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:39<44:16, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1812.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:40<36:42, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1805.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:40<31:28, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1798.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:41<27:54, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1791.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:41<25:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1784.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:42<24:23, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1779.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:43<23:47, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1774.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:43<22:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1768.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:44<26:02, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1770.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:45<23:55, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1763.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:46<22:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1756.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:46<21:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1751.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:47<21:14, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1745.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:48<21:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1740.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:48<21:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1736.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:49<21:20, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1731.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:50<22:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1727.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:50<21:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1722.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:51<21:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1718.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:52<21:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1713.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:53<21:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1709.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:53<23:49, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1709.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:55<31:25, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1717.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:56<28:41, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1714.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:56<26:08, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1709.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:57<25:17, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1705.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:58<24:58, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1703.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:59<24:35, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1700.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:59<23:39, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1696.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [02:00<23:55, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1693.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [02:01<22:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1688.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [02:01<21:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1684.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [02:02<21:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1680.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [02:03<21:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1676.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [02:03<21:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1672.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [02:05<24:46, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1673.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [02:06<28:39, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1677.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [02:06<26:18, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1673.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [02:07<25:13, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1670.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [02:08<24:36, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1667.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [02:09<23:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1662.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [02:09<21:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1658.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [02:10<20:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1653.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [02:11<24:12, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1654.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [02:11<22:30, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1650.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [02:12<20:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1645.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [02:12<20:02, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1640.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [02:13<20:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1637.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [02:14<21:57, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1635.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [02:15<21:18, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1631.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [02:15<21:43, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1629.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [02:16<21:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1625.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [02:17<21:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1622.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [02:17<21:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1619.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [02:18<21:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1616.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [02:20<33:34, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1628.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [02:21<29:49, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1625.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [02:22<27:10, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1622.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [02:22<24:31, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1618.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [02:23<23:10, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1615.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:23<21:59, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1611.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:25<27:50, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1615.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:26<33:23, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1622.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:27<31:53, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1621.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:28<28:00, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1617.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:28<24:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1613.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:29<23:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1610.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:30<23:26, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1608.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:31<22:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1604.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:31<23:36, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1604.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:32<23:04, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1601.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:33<25:29, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1602.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:34<28:39, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1604.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:35<25:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1601.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:36<26:46, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1601.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:37<25:21, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1598.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:37<23:52, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1595.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:38<25:36, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1595.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:40<29:22, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1598.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:40<29:00, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1598.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:41<25:51, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1594.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:42<24:12, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1592.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:42<22:52, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1588.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:43<21:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1585.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:44<21:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1583.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:44<20:26, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1579.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:45<20:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1577.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:46<21:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1575.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:46<20:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1572.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:47<21:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1570.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:48<21:03, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1567.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:49<21:07, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1565.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:54<59:29, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1602.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:54<47:49, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1599.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:55<39:16, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1596.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:56<34:00, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1594.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:56<30:04, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1591.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:57<27:34, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1589.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:58<25:42, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1586.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:58<24:08, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1584.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:59<23:21, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1581.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [03:00<22:35, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1579.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [03:01<22:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1577.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [03:01<21:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1574.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [03:02<19:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1570.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [03:02<19:10, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1567.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [03:03<18:50, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1564.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [03:04<19:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1561.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [03:04<18:53, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1558.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [03:05<18:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1555.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [03:06<21:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1555.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [03:06<20:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1552.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [03:07<19:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1549.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [03:08<21:25, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1548.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [03:09<20:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1545.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [03:09<19:57, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1542.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [03:12<35:32, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1554.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [03:12<30:22, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1551.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [03:13<26:33, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1548.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [03:13<23:39, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1545.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [03:14<24:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1544.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [03:15<24:32, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1543.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [03:16<24:28, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1542.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [03:17<24:37, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1540.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [03:17<22:45, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1538.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [03:18<23:44, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1537.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [03:19<23:54, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1536.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [03:22<39:12, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1548.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [03:22<33:33, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1545.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [03:23<31:22, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1545.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [03:24<28:02, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1542.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [03:25<27:00, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1541.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [03:25<24:31, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1539.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [03:26<23:08, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1536.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [03:27<22:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1534.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [03:28<22:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1532.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [03:28<21:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1530.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [03:29<20:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1527.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [03:30<21:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1526.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [03:31<22:33, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1525.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [03:32<25:50, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1526.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [03:33<25:59, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1526.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [03:33<24:30, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1524.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [03:34<22:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1521.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:34<20:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1518.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:35<20:20, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1516.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:36<20:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1514.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:36<20:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1512.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:37<19:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:38<19:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1507.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:38<19:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1505.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:39<19:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1502.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:40<18:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1500.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:40<18:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1497.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:41<18:36, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1495.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:42<19:10, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1493.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:42<18:42, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1491.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:43<19:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1489.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:44<18:33, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:44<18:24, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1484.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:45<18:05, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:46<21:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1481.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:47<28:11, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1485.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:48<25:25, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1483.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:49<28:18, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1484.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:50<25:14, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1482.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:50<22:36, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1479.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [04:51<9:01:23, 18.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1861.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [04:52<6:24:39, 13.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1857.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [04:53<4:34:35, 9.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1853.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [04:53<3:16:53, 6.84s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1849.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [04:55<2:35:27, 5.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1854.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [04:56<1:55:28, 4.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1851.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [04:57<1:26:24, 3.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1847.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [04:57<1:06:34, 2.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1844.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [04:58<51:39, 1.80s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1840.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [04:58<41:36, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1836.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [04:59<34:30, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1832.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [05:00<29:17, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1829.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [05:00<25:40, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1825.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [05:01<24:17, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1822.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [05:02<21:45, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1818.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [05:02<22:35, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1815.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [05:03<20:47, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1811.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [05:04<22:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1810.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [05:05<20:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1806.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [05:05<20:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1803.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [05:06<19:30, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1799.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [05:09<42:16, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1811.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [05:10<36:42, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1809.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [05:11<31:46, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1806.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [05:12<32:34, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1806.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [05:13<30:29, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1804.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [05:13<26:13, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1800.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [05:14<24:24, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1797.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [05:15<22:42, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1794.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [05:15<20:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1790.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [05:16<20:40, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1787.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [05:17<19:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1783.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [05:17<18:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1780.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [05:18<20:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1777.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [05:19<19:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1774.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [05:21<33:00, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1780.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [05:22<28:54, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1777.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [05:22<25:15, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1773.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [05:24<27:31, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1773.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [05:24<24:21, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1769.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [05:25<21:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1766.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [05:26<22:46, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1764.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [05:26<22:26, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1761.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [05:27<20:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1758.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [05:28<19:48, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1755.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [05:28<18:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1751.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [05:29<17:46, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1747.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [05:29<17:55, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1744.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [05:30<17:23, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1741.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [05:31<17:23, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1738.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [05:31<17:27, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1735.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [05:32<17:27, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1731.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [05:33<18:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1729.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [05:33<18:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1726.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [05:34<18:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1723.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [05:35<18:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1720.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [05:35<17:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1717.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [05:37<24:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1718.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [05:37<22:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1714.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [05:38<20:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1711.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [05:38<20:12, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1709.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [05:39<19:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1706.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [05:40<18:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1703.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [05:41<19:44, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1701.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [05:41<21:36, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1699.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [05:42<20:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1696.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [05:43<19:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1693.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [05:43<19:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1691.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [05:44<18:22, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1687.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [05:45<22:00, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1687.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [05:46<20:54, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1684.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [05:46<19:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1681.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [05:47<18:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1678.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [05:48<18:52, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1676.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [05:49<22:19, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [05:50<24:14, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1674.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [05:50<22:43, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1672.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [05:51<21:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1669.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [05:52<20:30, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1666.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [05:53<22:07, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1665.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [05:53<20:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1662.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [05:54<20:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1660.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [05:55<18:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1657.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [05:55<18:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1654.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [05:56<18:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1651.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [05:57<17:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1648.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [05:57<18:17, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1646.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [05:58<21:04, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1645.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [05:59<20:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1643.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [06:00<19:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1640.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [06:00<18:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1637.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [06:01<17:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1634.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [06:02<22:34, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1634.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [06:03<20:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1632.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [06:03<19:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1629.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [06:04<19:58, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1627.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [06:05<19:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1625.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [06:05<18:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1622.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [06:06<19:08, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1620.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [06:08<26:30, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1621.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [06:08<25:17, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1620.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [06:09<23:54, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1618.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [06:10<22:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1615.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [06:11<21:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1613.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [06:11<19:51, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1610.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [06:12<19:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1608.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [06:13<20:58, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1607.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [06:14<20:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1605.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [06:14<18:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1602.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [06:15<17:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1599.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [06:15<17:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1596.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [06:16<18:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1595.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [06:17<21:24, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1594.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [06:18<20:05, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1591.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [06:18<19:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1589.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [06:19<19:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1587.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [06:20<19:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1585.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [06:20<18:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1582.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [06:21<19:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1581.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [06:22<19:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1578.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [06:23<18:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1576.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [06:23<19:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1574.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [06:24<19:06, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1572.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [06:25<19:54, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1571.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [06:26<22:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1570.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [06:28<32:09, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1573.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [06:29<31:56, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1573.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [06:30<28:10, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1571.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [06:31<24:32, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1569.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [06:32<27:12, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1569.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [06:33<31:02, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1570.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [06:34<26:47, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1567.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [06:35<23:54, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1565.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [06:35<21:15, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1563.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [06:36<19:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1560.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [06:36<18:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1557.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [06:37<17:30, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1555.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [06:38<17:01, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1553.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [06:38<17:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1551.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [06:39<16:42, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1548.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [06:39<17:28, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1546.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [06:41<20:42, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1545.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [06:41<19:14, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1543.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [06:42<18:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1541.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [06:42<17:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1538.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [06:43<16:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1536.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [06:44<16:36, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1533.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [06:44<16:25, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1531.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [06:45<16:06, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1529.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [06:45<16:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1527.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [06:46<16:19, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1524.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [06:47<22:14, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1525.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [06:48<19:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1522.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [06:48<17:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1520.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [06:49<17:35, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1517.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [06:50<16:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1515.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [06:50<16:04, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1513.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [06:54<38:01, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1521.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [06:54<32:52, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1519.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [06:55<28:02, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1517.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [06:56<24:41, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [06:56<21:25, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1512.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [06:57<19:56, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1510.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [06:58<19:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1508.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [06:58<17:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1505.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [06:59<17:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1503.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [06:59<17:34, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1501.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [07:00<17:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1499.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [07:01<16:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1497.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [07:01<15:55, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1495.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [07:02<16:46, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1493.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [07:02<16:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1490.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [07:03<17:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1489.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [07:04<17:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1487.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [07:05<17:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1485.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [07:05<16:52, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1483.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [07:06<16:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1480.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [07:06<16:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1478.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [07:07<16:52, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1477.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [07:08<20:11, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1476.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [07:09<19:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1474.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [07:10<20:37, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1473.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [07:10<19:04, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1471.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [07:11<18:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1469.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [07:12<18:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1467.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [07:12<18:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1465.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [07:13<16:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1463.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [07:14<16:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1461.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [07:14<16:46, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1459.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [07:15<16:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1457.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [07:16<16:30, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1455.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [07:16<16:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1453.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [07:17<16:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1451.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [07:17<16:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1449.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [07:18<16:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1447.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [07:19<16:29, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [07:19<17:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1444.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [07:20<17:13, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1442.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [07:21<16:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1440.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [07:21<16:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1438.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [07:22<17:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1437.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [07:23<17:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1435.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [07:23<16:42, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1433.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [07:24<16:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1431.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [07:25<16:09, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1429.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [07:25<16:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1427.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [07:26<16:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1425.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [07:27<15:46, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1423.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [07:27<15:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1421.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [07:28<15:03, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1419.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [07:28<15:16, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1417.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [07:29<15:14, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1415.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [07:30<15:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1413.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [07:30<15:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1411.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [07:31<15:19, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1409.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [07:31<14:59, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1407.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [07:32<15:09, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1405.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [07:33<15:03, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [07:33<15:34, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1402.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [07:34<15:20, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1400.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [07:34<15:24, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1398.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [07:35<14:56, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1396.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [07:36<15:02, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1394.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [07:36<15:19, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1392.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [07:37<15:07, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1390.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [07:37<15:00, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1388.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [07:38<15:08, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [07:39<14:50, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1384.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [07:39<15:10, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1382.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [07:41<21:11, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1383.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [07:41<19:47, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1381.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [07:42<19:05, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1380.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [07:43<18:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1378.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [07:43<17:25, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1376.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [07:44<16:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1374.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [07:45<16:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1373.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [07:45<16:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1371.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [07:46<16:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1369.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [07:46<16:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1367.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [07:47<16:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1366.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [07:48<16:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1364.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [07:49<21:32, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1365.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [07:50<19:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1363.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [07:51<18:55, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1361.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [07:51<18:07, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1360.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [07:52<16:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1358.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [07:52<16:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1356.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [07:53<15:35, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1354.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [07:53<15:06, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1352.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [07:54<15:10, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1350.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [07:55<14:35, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1348.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [07:55<16:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1347.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [07:57<19:57, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1347.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [07:57<18:49, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1345.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [07:58<17:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [07:58<16:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1342.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [07:59<16:21, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1340.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [08:00<15:33, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1338.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [08:00<14:46, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1336.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [08:01<14:33, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1334.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [08:01<14:34, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1333.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [08:02<14:15, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1331.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [08:02<14:22, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1329.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [08:04<21:14, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1330.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [08:05<19:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1328.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [08:05<17:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1326.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [08:06<16:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1324.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [08:06<15:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1323.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [08:07<15:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1321.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [08:09<22:13, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [08:09<19:52, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1320.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [08:10<22:18, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1320.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [08:12<26:32, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1320.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [08:12<23:40, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1319.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [08:13<20:54, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1317.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [08:14<18:50, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1315.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [08:14<16:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1314.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [08:15<16:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1312.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [08:16<17:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1311.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [08:16<16:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1309.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [08:17<15:57, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1307.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [08:17<15:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1306.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [08:18<15:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1304.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [08:19<14:43, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1302.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [08:19<15:15, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [08:20<15:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1299.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [08:21<15:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1298.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [08:21<14:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1296.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [08:22<14:21, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1294.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [08:22<15:15, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1293.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [08:23<16:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1292.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [08:24<19:58, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1291.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [08:25<19:31, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1290.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [08:26<18:54, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1289.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [08:27<18:29, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1288.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [08:27<18:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1286.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [08:28<17:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1285.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [08:30<27:18, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1287.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [08:31<26:34, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1286.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [08:32<26:03, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1286.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [08:33<24:07, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1285.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [08:34<21:07, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1283.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [08:34<18:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1281.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [08:35<17:42, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1280.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [08:35<16:41, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1278.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [08:36<16:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1277.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [08:37<16:23, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1275.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [08:37<15:50, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1274.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [08:38<16:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1272.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [08:39<15:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1271.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [08:40<18:59, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1270.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [08:40<17:37, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1269.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [08:41<16:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1267.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [08:42<15:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1266.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [08:42<15:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1264.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [08:43<14:54, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1262.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [08:43<14:38, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [08:44<17:03, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1260.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [08:45<15:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1258.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [08:46<15:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1257.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [08:46<15:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1256.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [08:48<19:38, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [08:48<18:34, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [08:49<16:58, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1252.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [08:49<16:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1251.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [08:51<19:18, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1251.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [08:51<17:53, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [08:52<17:28, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1248.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [08:53<17:09, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1246.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [08:53<16:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1245.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [08:54<15:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1243.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [08:54<14:40, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1242.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [08:55<14:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1240.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [08:56<14:46, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1239.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [08:56<14:42, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1237.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [08:57<14:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1236.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [08:58<14:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1234.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [08:58<15:07, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1233.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [08:59<15:21, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1232.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [09:00<15:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1230.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [09:00<14:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1229.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [09:01<15:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1227.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [09:02<15:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1226.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [09:02<15:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1225.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [09:03<15:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1223.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [09:04<15:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1222.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [09:04<15:37, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1221.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [09:05<15:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1219.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [09:06<16:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1218.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [09:06<16:31, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1217.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [09:08<18:58, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1217.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [09:08<17:54, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1215.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [09:09<17:53, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1214.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [09:10<17:00, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1213.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [09:11<19:01, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1212.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [09:11<17:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1211.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [09:12<17:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1210.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [09:13<17:12, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1208.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [09:13<16:30, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1207.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [09:14<16:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1206.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [09:15<16:27, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1205.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [09:16<16:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1203.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [09:16<15:59, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1202.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [09:17<15:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1200.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [09:18<15:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1199.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [09:18<15:37, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1198.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [09:19<15:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1197.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [09:20<15:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1195.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [09:20<16:36, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1194.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [09:21<16:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1193.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [09:22<15:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1192.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [09:22<15:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1190.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [09:23<15:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [09:24<15:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1188.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [09:25<15:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1187.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [09:25<15:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1185.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [09:26<15:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1184.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [09:26<14:53, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1183.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [09:27<14:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1181.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [09:28<14:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1180.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [09:28<13:59, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1178.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [09:30<20:54, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1179.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [09:31<18:27, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1177.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [09:35<39:54, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1183.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [09:35<33:49, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1182.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [09:36<27:25, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1181.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [09:37<23:38, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1179.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [09:37<20:34, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1178.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [09:38<18:24, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1176.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [09:38<16:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1175.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [09:39<15:36, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1173.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [09:40<14:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1172.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [09:40<14:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1171.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [09:41<13:47, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1169.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [09:42<14:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1168.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [09:42<14:16, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1166.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [09:43<13:34, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1165.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [09:43<13:38, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1164.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [09:44<13:51, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1162.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [09:45<14:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1161.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [09:45<13:50, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1160.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [09:46<13:40, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1158.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [09:46<13:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1157.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [09:47<13:50, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1155.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [09:48<13:34, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1154.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [09:48<14:08, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1153.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [09:49<13:31, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1151.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [09:49<13:19, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1150.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [09:50<13:16, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1148.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [09:51<18:06, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1149.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [09:52<16:50, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1147.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [09:53<16:47, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1146.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [09:53<15:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1145.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [09:54<16:38, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1144.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [09:55<16:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1143.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [09:56<16:51, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1142.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [09:56<15:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1140.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [09:57<16:28, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1139.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [09:58<15:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1138.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [09:59<15:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1137.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [09:59<15:26, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 1136.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [10:00<15:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 1134.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [10:01<15:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 1133.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [10:01<15:50, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 1132.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [10:02<15:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 1131.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [10:03<15:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 1130.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [10:03<14:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 1128.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [10:04<14:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 1127.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [10:05<15:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 1126.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [10:05<14:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 1125.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [10:06<14:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 1124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [10:07<17:48, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 1123.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [10:10<30:00, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 1126.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [10:11<25:34, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 1125.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [10:11<21:56, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 1123.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [10:12<19:27, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 1122.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [10:13<17:46, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 1121.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [10:13<16:41, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 1120.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [10:14<16:04, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 1118.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [10:15<15:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 1117.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [10:15<15:08, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 1116.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [10:16<14:44, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 1115.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [10:17<14:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 1113.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [10:17<14:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 1112.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [10:18<13:59, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 1111.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [10:18<13:28, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 1109.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [10:19<14:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 1108.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [10:20<14:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 1107.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [10:21<14:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 1106.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [10:21<15:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 1105.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [10:22<14:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 1104.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [10:23<14:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 1103.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [10:24<15:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 1102.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [10:24<15:22, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 1101.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [10:25<14:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 1099.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [10:26<15:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 1098.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [10:27<19:14, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 1098.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [10:28<19:18, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 1098.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [10:29<17:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 1096.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [10:29<16:30, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 1095.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [10:30<15:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 1094.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [10:31<15:25, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 1093.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [10:31<14:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 1091.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [10:32<14:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 1090.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [10:32<13:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 1089.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [10:33<13:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 1088.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [10:34<14:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 1087.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [10:34<13:53, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 1085.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [10:35<14:14, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 1084.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [10:36<13:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 1083.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [10:36<13:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 1082.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [10:37<14:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 1081.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [10:38<14:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 1079.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [10:38<13:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 1078.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [10:39<13:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 1077.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [10:40<15:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 1076.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [10:41<14:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 1075.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [10:41<14:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 1074.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [10:42<14:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 1073.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [10:44<21:13, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 1073.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [10:44<19:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 1072.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [10:46<20:15, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 1072.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [10:46<18:05, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 1071.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [10:47<16:48, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 1069.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [10:48<16:17, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 1068.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [10:48<15:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 1067.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [10:49<15:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 1066.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [10:50<16:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 1065.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [10:51<16:34, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 1064.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [10:51<15:16, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 1063.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [10:52<15:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 1062.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [10:53<15:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 1061.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [10:53<14:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 1060.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [10:54<14:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 1059.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [10:55<14:19, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 1057.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [10:55<14:17, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 1056.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [10:56<13:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 1055.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [10:57<15:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 1054.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [10:58<14:26, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 1053.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [10:58<13:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 1052.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [10:59<14:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 1051.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [11:00<15:39, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 1050.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [11:01<15:27, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 1049.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [11:01<14:18, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 1048.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [11:02<13:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 1046.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [11:02<13:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 1045.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [11:03<13:26, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 1044.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [11:04<14:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 1043.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [11:05<14:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 1042.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [11:05<13:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 1041.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [11:07<19:08, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 1041.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [11:08<17:54, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 1040.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [11:08<16:49, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 1039.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [11:09<17:43, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 1038.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [11:10<16:47, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 1037.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [11:11<16:29, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 1036.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [11:11<15:30, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 1035.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [11:12<14:38, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 1034.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [11:13<13:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 1033.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [11:13<13:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 1032.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [11:14<13:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 1030.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [11:15<12:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 1029.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [11:15<12:31, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 1028.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [11:16<12:18, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 1027.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [11:16<12:24, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 1025.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [11:17<12:12, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 1024.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [11:18<12:15, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 1023.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [11:18<13:03, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 1022.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [11:19<13:10, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 1021.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [11:20<13:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 1020.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [11:20<12:41, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 1018.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [11:21<16:37, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 1018.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [11:22<15:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 1017.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [11:23<14:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 1016.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [11:23<14:10, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 1015.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [11:25<21:39, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 1016.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [11:26<19:32, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 1015.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [11:27<17:24, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 1013.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [11:27<16:13, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 1012.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [11:28<15:01, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 1011.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [11:29<13:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 1010.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [11:29<13:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 1009.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [11:30<13:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 1008.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [11:31<14:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 1007.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [11:31<14:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 1006.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [11:32<13:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 1004.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [11:33<13:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 1003.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [11:34<16:44, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 1003.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [11:35<15:47, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 1002.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [11:35<15:12, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 1001.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [11:36<14:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 1000.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [11:37<14:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 999.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [11:37<13:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 998.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [11:38<13:44, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 997.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [11:40<18:25, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 997.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [11:41<19:42, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 996.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [11:41<17:49, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 995.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [11:42<16:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 994.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [11:43<15:23, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 993.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [11:43<14:29, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 992.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [11:44<13:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 991.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [11:45<18:05, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 991.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [11:46<16:22, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 990.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [11:48<24:08, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 991.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [11:49<21:38, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 990.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [11:51<24:29, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 990.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [11:51<21:19, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 989.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [11:53<25:11, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 989.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [11:54<21:50, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 988.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [11:55<20:18, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 987.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [11:56<18:21, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 986.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [11:56<16:44, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 985.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [11:57<15:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 984.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [11:57<14:33, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 983.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [11:58<13:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 982.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [11:59<13:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 981.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [11:59<12:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 979.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [12:00<12:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 978.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [12:01<12:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 977.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [12:01<11:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 976.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [12:02<11:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 975.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [12:03<15:13, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 974.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [12:04<14:13, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 973.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [12:04<13:46, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 972.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [12:05<13:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 971.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [12:06<13:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 970.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [12:06<12:57, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 969.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [12:07<12:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 968.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [12:08<12:40, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 967.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [12:08<12:31, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 966.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [12:09<12:42, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 964.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [12:10<16:04, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 964.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [12:11<16:39, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 963.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [12:12<15:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 962.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [12:12<14:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 961.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [12:13<13:34, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 960.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [12:14<13:06, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 959.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [12:14<12:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 958.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [12:15<12:14, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 957.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [12:16<12:14, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 956.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [12:16<12:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 954.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [12:17<12:15, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 953.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [12:18<12:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 952.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [12:18<12:01, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 951.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [12:19<12:15, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 950.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [12:20<15:42, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 950.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [12:21<15:10, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 949.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [12:22<14:35, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 948.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [12:22<13:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 947.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [12:23<12:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 945.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [12:23<12:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 944.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [12:24<11:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 943.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [12:25<11:46, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 942.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [12:25<11:28, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 941.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [12:26<11:50, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 940.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [12:26<12:05, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 939.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [12:27<11:44, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 938.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [12:28<11:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 937.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [12:29<12:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 936.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [12:29<12:13, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 935.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [12:30<11:41, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 933.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [12:31<16:19, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 933.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [12:32<14:38, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 932.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [12:32<14:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 931.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [12:33<13:33, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 930.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [12:34<13:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 929.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [12:34<12:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 928.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [12:35<12:14, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 927.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [12:36<11:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 926.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [12:36<11:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 924.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [12:37<11:55, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 923.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [12:37<11:22, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 922.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [12:38<11:48, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 921.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [12:39<12:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 920.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [12:40<12:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 919.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [12:40<12:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 918.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [12:41<11:23, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 917.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [12:41<11:08, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 916.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [12:42<10:46, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 915.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [12:42<10:43, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 913.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [12:43<10:35, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 912.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [12:44<10:29, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 911.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [12:44<11:14, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 910.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [12:45<11:00, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 909.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [12:45<10:54, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 908.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [12:46<11:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 907.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [12:47<10:59, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 906.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [12:47<10:51, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 905.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [12:48<10:44, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 903.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [12:49<11:12, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 902.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [12:50<13:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 902.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [12:50<12:53, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 901.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [12:51<12:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 900.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [12:51<11:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 898.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [12:52<11:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 897.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [12:53<11:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 896.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [12:54<12:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 895.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [12:54<12:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 894.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [12:55<12:04, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 893.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [12:56<12:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 892.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [12:56<12:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 891.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [12:57<12:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 890.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [12:58<11:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 889.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [12:58<11:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 888.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [12:59<12:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 887.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [13:00<11:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 886.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [13:00<12:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 885.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [13:01<12:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 884.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [13:02<12:26, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 883.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [13:03<13:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 883.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [13:03<12:40, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 882.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [13:04<12:18, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 881.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [13:05<12:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 880.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [13:05<11:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 879.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [13:07<16:24, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 878.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [13:07<14:54, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 877.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [13:08<13:39, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 876.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [13:09<13:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 875.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [13:09<12:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 874.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [13:10<11:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 873.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [13:12<19:55, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 874.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [13:13<17:08, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 873.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [13:13<14:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 872.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [13:14<14:12, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 871.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [13:15<13:21, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 870.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [13:16<13:37, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 869.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [13:16<12:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 868.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [13:17<12:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 867.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [13:17<12:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 866.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [13:18<12:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 865.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [13:19<12:07, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 864.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [13:19<11:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 863.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [13:20<10:49, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 862.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [13:21<11:08, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 861.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [13:21<11:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 860.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [13:22<11:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 859.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [13:23<12:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 858.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [13:23<11:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 857.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [13:24<11:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 856.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [13:25<12:41, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 855.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [13:30<35:23, 2.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 859.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [13:31<28:49, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 858.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [13:32<23:33, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 857.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [13:32<20:51, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 856.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [13:33<18:17, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 855.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [13:34<16:02, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 854.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [13:35<15:10, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 853.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [13:35<13:40, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 852.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [13:36<13:57, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 851.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [13:37<12:53, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 850.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [13:37<12:28, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 849.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [13:38<12:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 848.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [13:39<11:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 847.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [13:39<12:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 846.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [13:43<26:56, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 848.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [13:44<22:48, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 847.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [13:45<19:21, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 846.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [13:45<16:44, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 845.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [13:46<15:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 844.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [13:47<14:08, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 843.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [13:49<20:55, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 844.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [13:50<19:39, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 843.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [13:50<17:00, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 842.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [13:52<20:24, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 842.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [13:53<17:47, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 841.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [13:53<15:58, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 840.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [13:54<14:03, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 839.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [13:55<12:43, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 838.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [13:55<12:03, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 837.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [13:56<11:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 836.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [13:57<13:57, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 835.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [13:58<12:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 834.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [13:59<13:44, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 834.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [13:59<13:53, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 833.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [14:00<13:00, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 832.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [14:01<12:25, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 831.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [14:01<11:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 830.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [14:02<10:47, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 829.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [14:03<10:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 828.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [14:03<10:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 827.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [14:04<10:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 826.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [14:05<11:56, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 825.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [14:06<15:07, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 824.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [14:07<14:01, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 824.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [14:08<13:26, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 823.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [14:11<24:07, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 824.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [14:11<20:09, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 823.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [14:12<20:03, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 822.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [14:13<18:04, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 822.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [14:14<15:34, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 820.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [14:15<15:07, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 820.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [14:16<14:40, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 819.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [14:16<14:02, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 818.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [14:17<13:31, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 817.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [14:18<12:51, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 816.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [14:19<12:52, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 815.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [14:19<11:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 814.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [14:20<10:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 813.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [14:21<11:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 812.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [14:21<11:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 811.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [14:22<11:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 810.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [14:23<10:52, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 809.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [14:23<10:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 808.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [14:24<10:14, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 807.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [14:24<10:04, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 806.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [14:25<09:49, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 805.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [14:25<09:33, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 804.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [14:26<10:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 803.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [14:27<10:13, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 802.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [14:28<10:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 801.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [14:28<10:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 800.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [14:29<12:12, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 799.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [14:30<11:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 798.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [14:31<11:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 797.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [14:33<20:53, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 798.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [14:34<17:49, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 797.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [14:35<15:38, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 796.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [14:35<14:00, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 795.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [14:36<12:54, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 794.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [14:37<12:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 793.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [14:37<11:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 792.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [14:38<11:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 791.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [14:39<12:09, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 790.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [14:40<11:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 789.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [14:40<12:22, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 789.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [14:41<13:04, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 788.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [14:42<12:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 787.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [14:43<11:32, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 786.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [14:43<11:24, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 785.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [14:44<10:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 784.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [14:45<10:34, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 783.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [14:45<10:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 782.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [14:46<10:15, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 781.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [14:47<10:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 780.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [14:47<10:30, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 779.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [14:48<09:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 778.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [14:49<10:30, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 777.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [14:50<11:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 776.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [14:50<11:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 775.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [14:51<10:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 774.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [14:52<10:40, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 773.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [14:52<11:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 773.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [14:54<13:16, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 772.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [14:54<13:01, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 771.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [14:55<12:08, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 770.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [14:56<11:39, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 769.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [14:56<11:54, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 768.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [14:57<11:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 767.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [14:58<10:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 766.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [14:58<10:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 765.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [15:00<12:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 765.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [15:00<11:51, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 764.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [15:01<10:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 763.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [15:02<13:41, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 762.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [15:03<12:11, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 761.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [15:03<11:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 760.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [15:05<16:31, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 760.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [15:06<15:33, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 759.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [15:07<13:52, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 758.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [15:07<12:47, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 758.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [15:08<11:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 756.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [15:09<10:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 755.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [15:09<10:21, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 754.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [15:10<10:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 753.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [15:10<09:30, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 752.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [15:11<09:27, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 751.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [15:12<09:07, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 750.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [15:12<09:19, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 749.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [15:13<09:28, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 748.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [15:14<09:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 747.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [15:15<12:59, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 747.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [15:16<11:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 746.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [15:16<11:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 745.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [15:17<10:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 744.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [15:17<09:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 743.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [15:18<09:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 742.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [15:18<09:14, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 741.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [15:19<09:06, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 740.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [15:20<09:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 739.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [15:20<09:08, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 738.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [15:21<09:21, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 737.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [15:22<09:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 736.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [15:22<09:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 735.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [15:23<09:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 734.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [15:24<10:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 733.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [15:25<10:26, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 732.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [15:25<09:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 731.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [15:26<09:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 730.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [15:26<09:44, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 729.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [15:27<09:31, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 728.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [15:28<09:21, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 727.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [15:29<12:56, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 727.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [15:30<12:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 726.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [15:30<11:18, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 725.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [15:31<10:08, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 724.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [15:32<09:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 723.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [15:32<09:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 722.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [15:33<10:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 721.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [15:34<09:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 720.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [15:34<09:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 719.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [15:35<09:06, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 718.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [15:35<09:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 717.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [15:36<09:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 716.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [15:37<09:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 715.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [15:37<09:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 714.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [15:38<09:15, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 713.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [15:39<09:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 712.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [15:39<09:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 712.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [15:40<09:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 711.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [15:41<08:54, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 710.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [15:43<14:53, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 710.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [15:43<13:27, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 709.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [15:44<13:14, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 708.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [15:45<11:58, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 707.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [15:46<12:01, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 706.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [15:46<10:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 705.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [15:47<10:18, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 704.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [15:48<10:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 703.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [15:48<09:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 702.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [15:49<09:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 701.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [15:50<09:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 700.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [15:50<08:58, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 699.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [15:51<09:09, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 698.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [15:51<08:41, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 697.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [15:52<08:51, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 696.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [15:53<10:10, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 696.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [15:54<10:47, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 695.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [15:55<11:04, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 694.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [15:55<10:55, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 693.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [15:56<10:14, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 692.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [15:57<09:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 691.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [15:57<09:16, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 690.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [15:58<09:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 689.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [15:58<08:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 688.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [15:59<08:55, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 687.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [16:00<08:31, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 686.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [16:00<08:52, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 685.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [16:01<08:38, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 684.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [16:02<08:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 683.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [16:02<08:20, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 682.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [16:03<08:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 681.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [16:03<08:33, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 681.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [16:04<08:09, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 680.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [16:05<08:11, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 679.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [16:05<08:17, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 678.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [16:06<08:18, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 677.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [16:06<08:36, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 676.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [16:07<09:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 675.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [16:08<08:53, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 674.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [16:09<09:22, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 673.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [16:09<09:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 672.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [16:10<08:48, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 671.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [16:11<10:21, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 670.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [16:12<11:16, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 670.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [16:12<10:36, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 669.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [16:14<14:27, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 669.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [16:15<12:50, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 668.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [16:16<11:46, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 667.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [16:16<11:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 666.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [16:17<11:47, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 665.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [16:18<10:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 664.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [16:19<10:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 663.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [16:19<09:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 662.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [16:20<09:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 661.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [16:20<08:42, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 660.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [16:21<08:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 659.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [16:22<10:46, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 659.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [16:23<10:21, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 658.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [16:23<09:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 657.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [16:24<09:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 656.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [16:25<09:26, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 655.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [16:25<09:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 654.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [16:26<09:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 653.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [16:27<09:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 652.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [16:28<09:52, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 652.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [16:29<10:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 651.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [16:29<09:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 650.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [16:30<09:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 649.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [16:30<08:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 648.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [16:31<08:55, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 647.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [16:32<08:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 646.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [16:32<08:09, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 645.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [16:33<08:12, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 644.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [16:33<07:57, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 643.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [16:34<08:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 642.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [16:36<11:02, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 642.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [16:36<10:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 641.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [16:37<09:28, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 640.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [16:37<08:46, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 639.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [16:38<08:05, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 638.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [16:38<08:11, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 637.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [16:40<10:54, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 636.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [16:40<10:13, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 635.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [16:41<09:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 635.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [16:42<08:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 634.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [16:42<08:19, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 633.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [16:43<09:28, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 632.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [16:44<08:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 631.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [16:44<08:11, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 630.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [16:45<08:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 629.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [16:45<07:48, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 628.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [16:46<07:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 627.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [16:47<08:08, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 626.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [16:47<07:51, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 625.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [16:48<08:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 624.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [16:49<08:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 623.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [16:49<08:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 622.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [16:50<08:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 622.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [16:51<08:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 621.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [16:52<09:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 620.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [16:52<09:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 619.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [16:53<08:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 618.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [16:54<08:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 617.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [16:54<08:13, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 616.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [16:55<08:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 615.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [16:55<08:09, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 614.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [16:56<08:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 613.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [16:57<07:57, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 612.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [16:57<07:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 612.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [16:58<07:47, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 611.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [16:59<07:57, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 610.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [16:59<08:00, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 609.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [17:00<08:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 608.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [17:01<08:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 607.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [17:02<10:41, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 607.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [17:03<09:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 606.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [17:04<10:23, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 605.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [17:04<10:23, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 604.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [17:05<10:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 603.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [17:06<09:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 602.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [17:06<08:52, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [17:07<08:18, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 600.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [17:08<08:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 600.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [17:08<08:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 599.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [17:09<08:40, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 598.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [17:10<10:08, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 597.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [17:11<09:21, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 596.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [17:12<08:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 595.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [17:12<08:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 594.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [17:13<09:27, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 594.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [17:14<08:52, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 593.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [17:14<08:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 592.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [17:15<07:38, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 591.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [17:15<07:38, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 590.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [17:17<09:43, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 589.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [17:17<08:50, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 588.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [17:18<08:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 587.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [17:18<07:56, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 586.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [17:19<07:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 586.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [17:20<08:28, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 585.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [17:21<11:11, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 584.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [17:22<10:12, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 583.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [17:23<09:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 582.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [17:24<10:56, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 582.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [17:25<11:43, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 581.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [17:26<11:29, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 581.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [17:27<10:39, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 580.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [17:27<10:28, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 579.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [17:28<09:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 578.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [17:29<09:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 577.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [17:29<08:36, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 576.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [17:30<08:26, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 575.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [17:31<08:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 574.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [17:31<07:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 573.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [17:32<07:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 573.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [17:33<07:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 572.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [17:34<09:02, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 571.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [17:34<08:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 570.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [17:35<07:51, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 569.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [17:36<07:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 568.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [17:36<07:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 567.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [17:37<07:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 566.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [17:37<07:35, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 565.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [17:38<07:23, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 565.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [17:39<08:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 564.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [17:40<08:23, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 563.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [17:40<07:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 562.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [17:41<07:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 561.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [17:42<08:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 560.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [17:42<08:03, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 559.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [17:43<07:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 558.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [17:44<07:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 558.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [17:44<06:55, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 557.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [17:45<06:57, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 556.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [17:46<09:22, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 555.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [17:47<09:32, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 554.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [17:48<09:51, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 554.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [17:49<09:23, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 553.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [17:49<08:28, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 552.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [17:50<07:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 551.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [17:50<07:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 550.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [17:51<07:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 549.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [17:52<07:11, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 548.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [17:52<07:26, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 547.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [17:53<07:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 546.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [17:54<07:17, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 546.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [17:54<07:17, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 545.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [17:55<06:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 544.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [17:56<07:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 543.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [17:56<07:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 542.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [17:57<06:48, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 541.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [17:57<06:41, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 540.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [17:58<07:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 539.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [17:59<08:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 539.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [18:00<08:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 538.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [18:01<08:41, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 537.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [18:01<08:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 536.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [18:03<10:23, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 535.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [18:03<09:14, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 535.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [18:04<08:45, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 534.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [18:05<08:57, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 533.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [18:06<08:26, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 532.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [18:06<07:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [18:07<07:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 530.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [18:07<06:55, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 529.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [18:08<06:58, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 528.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [18:09<07:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 528.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [18:09<06:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 527.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [18:10<06:44, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 526.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [18:10<06:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 525.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [18:11<07:24, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 524.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [18:12<07:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 523.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [18:12<07:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 522.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [18:13<07:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 521.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [18:14<07:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 520.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [18:14<06:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 520.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [18:15<06:51, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 519.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [18:17<09:49, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 518.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [18:17<08:44, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 517.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [18:18<08:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 516.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [18:19<08:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 516.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [18:19<07:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [18:20<07:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 514.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [18:20<07:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 513.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [18:21<07:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 512.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [18:23<10:30, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 512.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [18:26<18:21, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 512.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [18:28<17:18, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 512.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [18:29<15:04, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 511.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [18:31<16:24, 1.56s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 510.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [18:31<13:25, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 510.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [18:32<13:17, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 509.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [18:33<11:18, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 508.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [18:34<09:44, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 507.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [18:34<08:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 506.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [18:35<08:04, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 505.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [18:36<09:59, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 505.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [18:37<08:58, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 504.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [18:38<08:25, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 503.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [18:38<08:08, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 502.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [18:39<07:58, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 501.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [18:40<07:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 501.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [18:40<07:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 500.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [18:41<08:20, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 499.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [18:42<09:01, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 498.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [18:43<08:19, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 497.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [18:44<07:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 496.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [18:44<07:35, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 496.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [18:46<11:28, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 495.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [18:47<09:59, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [18:48<08:49, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 494.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [18:48<08:11, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 493.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [18:49<08:25, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 492.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [18:50<08:00, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 491.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [18:51<07:23, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 490.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [18:51<07:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 489.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [18:52<06:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 488.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [18:52<06:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 487.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [18:53<07:37, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 487.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [18:54<07:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 486.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [18:55<07:03, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 485.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [18:58<13:25, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 485.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [18:58<11:18, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 484.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [18:59<09:59, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 483.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [19:00<09:02, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 482.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [19:00<08:16, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 482.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [19:01<08:17, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 481.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [19:02<07:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 480.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [19:02<07:25, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 479.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [19:03<07:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 478.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [19:04<08:12, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 477.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [19:05<08:37, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 477.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [19:06<08:17, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 476.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [19:07<07:35, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 475.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [19:07<07:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 474.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [19:08<06:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [19:09<06:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 472.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [19:09<06:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 471.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [19:10<06:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 471.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [19:11<06:49, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 470.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [19:11<07:07, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 469.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [19:12<06:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 468.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [19:13<06:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 467.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [19:13<06:30, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 466.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [19:14<06:44, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 465.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [19:15<06:48, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 465.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [19:16<06:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 464.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [19:16<06:51, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 463.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [19:17<06:54, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 462.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [19:18<06:57, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 461.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [19:19<06:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 460.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [19:19<06:53, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 460.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [19:20<07:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 459.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [19:21<06:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 458.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [19:22<08:36, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [19:23<07:57, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 456.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [19:23<07:11, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 456.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [19:24<07:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 455.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [19:25<07:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 454.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [19:26<06:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 453.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [19:26<07:01, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 452.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [19:27<07:34, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 451.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [19:28<07:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 451.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [19:32<16:48, 1.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 451.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [19:33<14:03, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 450.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [19:34<11:33, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 449.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [19:34<10:00, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 449.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [19:35<08:52, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 448.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [19:36<10:00, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 447.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [19:37<08:52, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 446.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [19:38<08:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 445.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [19:39<07:33, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 445.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [19:39<07:02, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 444.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [19:40<06:52, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 443.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [19:41<06:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 442.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [19:41<06:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 441.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [19:42<06:38, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 440.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [19:43<06:35, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 439.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [19:44<06:52, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 439.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [19:44<06:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 438.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [19:45<06:53, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 437.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [19:46<06:38, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 436.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [19:47<07:27, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 435.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [19:48<06:55, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 435.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [19:48<06:49, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 434.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [19:49<07:52, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 433.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [19:51<09:01, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 432.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [19:51<08:13, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 432.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [19:52<07:26, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [19:53<07:07, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 430.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [19:53<06:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 429.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [19:54<06:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 428.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [19:55<06:00, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 427.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [19:55<06:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 426.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [19:56<06:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 425.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [19:57<05:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 425.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [19:57<05:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 424.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [19:58<05:39, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 423.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [19:59<06:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 422.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [20:00<06:03, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 421.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [20:00<06:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 420.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [20:01<06:02, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 419.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [20:02<06:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 419.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [20:02<05:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 418.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [20:03<05:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 417.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [20:04<05:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 416.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [20:04<05:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 415.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [20:05<05:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 414.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [20:06<06:23, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 414.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [20:07<06:59, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 413.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [20:08<06:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 412.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [20:08<06:11, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 411.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [20:09<06:57, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 410.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [20:10<07:13, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 410.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [20:12<08:45, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 409.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [20:12<07:45, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 408.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [20:13<06:58, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 407.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [20:14<06:42, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 406.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [20:15<08:22, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [20:16<08:51, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 405.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [20:17<07:45, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 404.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [20:18<06:56, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [20:19<08:13, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 403.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [20:21<09:56, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 402.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [20:22<09:26, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 401.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [20:23<09:23, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 401.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [20:23<08:01, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 400.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [20:24<07:08, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 399.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [20:26<09:40, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 399.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [20:30<17:31, 2.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 399.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [20:31<13:46, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 398.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [20:33<13:56, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 398.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [20:33<11:12, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 397.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [20:34<09:27, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 396.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [20:35<08:21, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 395.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [20:36<08:15, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 394.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [20:37<08:30, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 393.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [20:38<08:00, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 393.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [20:39<07:52, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 392.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [20:39<07:18, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 391.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [20:41<08:10, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 390.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [20:41<07:24, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 390.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [20:43<08:45, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 389.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [20:44<08:16, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 388.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [20:44<07:21, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 387.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [20:45<06:52, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 386.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [20:46<06:24, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 386.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [20:47<06:26, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [20:47<06:00, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 384.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [20:48<05:48, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 383.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [20:49<05:29, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 382.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [20:49<05:41, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 381.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [20:50<05:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 380.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [20:51<05:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 380.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [20:52<06:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 379.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [20:52<05:31, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 378.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [20:53<05:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [20:54<05:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 376.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [20:54<05:35, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 375.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [20:56<07:12, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 375.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [20:57<06:45, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 374.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [20:57<06:18, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 373.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [20:58<05:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 372.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [20:59<05:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 371.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [20:59<05:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 370.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [21:00<05:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 370.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [21:01<05:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 369.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [21:01<05:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 368.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [21:02<05:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 367.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [21:03<05:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 366.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [21:03<05:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 365.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [21:05<06:29, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 365.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [21:06<06:39, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 364.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [21:07<06:52, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 363.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [21:07<06:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 362.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [21:08<05:50, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 361.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [21:08<05:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 361.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [21:09<05:23, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 360.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [21:10<05:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [21:11<05:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [21:11<05:15, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 357.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [21:12<05:27, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 356.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [21:13<05:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 356.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [21:13<05:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 355.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [21:14<05:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 354.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [21:15<04:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 353.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [21:16<05:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 352.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [21:16<04:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 351.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [21:17<04:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 350.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [21:17<04:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 350.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [21:18<04:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [21:19<04:52, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 348.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [21:20<04:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 347.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [21:20<04:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 346.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [21:21<05:40, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 345.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [21:22<05:35, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 345.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [21:23<05:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 344.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [21:23<05:10, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [21:25<06:35, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 342.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [21:28<11:14, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 342.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [21:29<09:28, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 341.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [21:29<07:49, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 340.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [21:30<06:48, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 340.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [21:31<06:11, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 339.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [21:34<11:06, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 338.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [21:35<09:05, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 338.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [21:35<07:40, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [21:36<06:52, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 336.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [21:37<06:21, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 335.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [21:38<06:13, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 334.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [21:38<05:46, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 333.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [21:39<05:20, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 333.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [21:40<05:31, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 332.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [21:41<06:30, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 331.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [21:42<05:49, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 330.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [21:42<05:20, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 329.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [21:43<05:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 329.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [21:44<04:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 328.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [21:44<04:44, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 327.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [21:45<04:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 326.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [21:46<05:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 325.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [21:47<05:55, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 324.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [21:49<07:16, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 324.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [21:49<06:25, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 323.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [21:50<05:47, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 322.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [21:51<06:33, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 321.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [21:52<05:57, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 321.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [21:53<06:18, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 320.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [21:54<05:38, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 319.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [21:55<05:26, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 318.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [21:56<05:49, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 317.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [21:57<05:52, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 317.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [21:57<05:13, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 316.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [21:58<05:06, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 315.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [21:59<04:53, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 314.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [21:59<04:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 313.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [22:00<04:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 312.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [22:01<04:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [22:01<04:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 311.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [22:02<04:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 310.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [22:03<04:30, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 309.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [22:04<05:48, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 308.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [22:05<05:10, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 307.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [22:06<05:33, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 307.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [22:07<05:14, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 306.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [22:07<04:56, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 305.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [22:08<04:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 304.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [22:09<04:32, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 303.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [22:09<04:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 302.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [22:10<04:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 302.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [22:11<04:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [22:11<04:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 300.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [22:12<04:25, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 299.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [22:13<04:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 298.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [22:13<04:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 297.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [22:14<04:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 297.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [22:15<04:05, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 296.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [22:15<04:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 295.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [22:16<04:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 294.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [22:17<04:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 293.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [22:18<04:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 292.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [22:18<04:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 291.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [22:19<03:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 291.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [22:19<03:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 290.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [22:21<04:58, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 289.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [22:22<05:03, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 288.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [22:22<04:45, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 287.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [22:23<04:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 286.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [22:24<04:08, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 286.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [22:24<04:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 285.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [22:25<03:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 284.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [22:25<03:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 283.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [22:26<03:47, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 282.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [22:27<04:50, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 282.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [22:28<04:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 281.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [22:29<04:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 280.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [22:30<04:58, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 279.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [22:30<04:31, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 278.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [22:31<04:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 277.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [22:32<04:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 277.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [22:33<05:42, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 276.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [22:34<05:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 275.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [22:35<04:42, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 274.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [22:35<04:18, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 273.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [22:36<04:19, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 273.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [22:37<04:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 272.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [22:37<03:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 271.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [22:38<03:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 270.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [22:39<04:22, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 269.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [22:40<04:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 268.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [22:40<03:57, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 268.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [22:41<03:52, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 267.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [22:42<03:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 266.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [22:42<03:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 265.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [22:43<03:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 264.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [22:44<03:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [22:45<04:38, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 263.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [22:46<04:10, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 262.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [22:46<03:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [22:47<03:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 260.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [22:47<03:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 259.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [22:48<03:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 258.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [22:49<03:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 257.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [22:49<03:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 257.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [22:50<03:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 256.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [22:51<03:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 255.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [22:51<03:12, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [22:52<03:16, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 253.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [22:52<03:11, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 252.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [22:53<03:12, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 251.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [22:54<03:09, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [22:54<03:05, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 250.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [22:55<03:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [22:56<03:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 248.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [22:56<03:22, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 247.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [22:57<03:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 246.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [22:58<03:21, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 246.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [22:58<03:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 245.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [22:59<03:08, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 244.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [23:00<03:07, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 243.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [23:00<03:06, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 242.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [23:01<03:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 241.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [23:01<03:02, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 241.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [23:02<02:56, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 240.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [23:03<03:01, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 239.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [23:03<03:03, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 238.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [23:04<02:59, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 237.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [23:04<03:01, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 236.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [23:05<03:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 235.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [23:06<03:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 235.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [23:07<03:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 234.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [23:07<03:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 233.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [23:09<04:23, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 232.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [23:10<04:06, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 231.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [23:10<03:47, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 231.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [23:12<04:32, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 230.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [23:12<04:08, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 229.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [23:13<03:43, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 228.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [23:13<03:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 227.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [23:14<03:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 227.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [23:15<03:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 226.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [23:15<03:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 225.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [23:16<03:03, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 224.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [23:17<03:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 223.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [23:17<03:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 222.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [23:18<03:13, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 222.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [23:19<03:10, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 221.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [23:19<03:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 220.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [23:20<03:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 219.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [23:22<05:19, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 219.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [23:23<04:42, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 218.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [23:24<04:03, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 217.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [23:25<03:49, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 216.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [23:25<03:30, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 215.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [23:26<03:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 214.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [23:26<03:04, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 214.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [23:27<02:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 213.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [23:28<02:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 212.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [23:28<02:56, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 211.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [23:29<02:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 210.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [23:30<02:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 209.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [23:30<02:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [23:31<02:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 208.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [23:32<02:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 207.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [23:32<03:01, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 206.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [23:33<02:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 205.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [23:34<02:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 204.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [23:34<02:48, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 204.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [23:35<02:45, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 203.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [23:36<03:08, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 202.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [23:37<02:57, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 201.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [23:37<02:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [23:38<02:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 199.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [23:39<02:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 199.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [23:39<02:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 198.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [23:40<02:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 197.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [23:41<02:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 196.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [23:41<02:33, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 195.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [23:42<02:30, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 194.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [23:42<02:33, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 194.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [23:43<02:30, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 193.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [23:44<02:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 192.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [23:44<02:29, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 191.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [23:45<02:26, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 190.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [23:46<02:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 189.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [23:46<02:41, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 189.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [23:47<02:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 188.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [23:48<02:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 187.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [23:49<02:57, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 186.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [23:49<02:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 185.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [23:51<03:36, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 185.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [23:52<03:22, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 184.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [23:52<03:11, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 183.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [23:53<03:14, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 182.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [23:54<02:55, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 181.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [23:55<02:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 181.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [23:56<03:41, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 180.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [23:57<03:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 179.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [23:57<02:56, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 178.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [23:58<02:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 177.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [23:59<02:38, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 177.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [23:59<02:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 176.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [24:00<02:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 175.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [24:01<02:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 174.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [24:01<02:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 173.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [24:02<02:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 172.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [24:03<02:49, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 172.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [24:04<02:42, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 171.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [24:05<03:15, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 170.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [24:06<03:21, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 169.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [24:07<03:00, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 168.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [24:08<02:55, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 168.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [24:08<02:47, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 167.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [24:09<02:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 166.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [24:10<02:48, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 165.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [24:11<03:12, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 164.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [24:12<02:55, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 164.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [24:13<02:47, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 163.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [24:13<02:32, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 162.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [24:14<02:24, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 161.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [24:15<02:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 160.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [24:15<02:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 160.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [24:16<02:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 159.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [24:17<02:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [24:17<02:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 157.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [24:19<03:01, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 156.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [24:19<02:41, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 155.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [24:20<02:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 155.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [24:21<02:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 154.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [24:21<02:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 153.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [24:22<02:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 152.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [24:23<02:10, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 151.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [24:24<02:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [24:24<02:23, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 150.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [24:25<02:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 149.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [24:26<02:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [24:27<02:46, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 147.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [24:28<02:30, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 147.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [24:28<02:24, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 146.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [24:29<02:19, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 145.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [24:30<02:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 144.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [24:31<02:23, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 143.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [24:32<02:38, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 143.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [24:32<02:23, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 142.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [24:33<02:11, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 141.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [24:34<02:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 140.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [24:35<02:21, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 139.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [24:35<02:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 138.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [24:36<02:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 138.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [24:37<01:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 137.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [24:37<01:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 136.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [24:38<01:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 135.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [24:39<01:51, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 134.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [24:40<02:09, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 134.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [24:40<02:02, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 133.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [24:41<01:55, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 132.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [24:42<01:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 131.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [24:42<01:47, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 130.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [24:43<01:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 129.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [24:44<01:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 129.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [24:44<01:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [24:45<01:41, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 127.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [24:45<01:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 126.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [24:46<01:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 125.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [24:47<01:35, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 124.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [24:47<01:36, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [24:48<01:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 123.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [24:49<01:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 122.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [24:49<01:35, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 121.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [24:50<01:39, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 120.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [24:51<01:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 120.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [24:51<01:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 119.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [24:52<01:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 118.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [24:53<01:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 117.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [24:53<01:32, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 116.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [24:54<01:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 116.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [24:55<01:46, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 115.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [24:56<01:45, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 114.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [24:56<01:49, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 113.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [24:57<01:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 112.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [24:58<01:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 111.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [24:59<01:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 111.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [25:00<02:00, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 110.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [25:00<01:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 109.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [25:01<01:48, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 108.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [25:02<01:50, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 107.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [25:03<01:41, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 107.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [25:03<01:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 106.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [25:05<01:57, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 105.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [25:05<01:48, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 104.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [25:06<01:39, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 103.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [25:07<01:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 103.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [25:08<01:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 102.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [25:08<01:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 101.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [25:09<01:33, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 100.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [25:10<01:32, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 99.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [25:11<01:34, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 99.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [25:11<01:29, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 98.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [25:12<01:23, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 97.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [25:12<01:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 96.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [25:14<02:08, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 95.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [25:15<01:51, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 95.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [25:16<01:44, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 94.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [25:16<01:34, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 93.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [25:17<01:29, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 92.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [25:18<01:23, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 91.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [25:19<01:34, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 91.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [25:20<01:38, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 90.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [25:21<01:39, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 89.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [25:21<01:31, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 88.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [25:23<02:06, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 87.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [25:24<01:48, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 87.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [25:25<01:33, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 86.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [25:25<01:26, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 85.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [25:26<01:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 84.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [25:27<01:16, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 83.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [25:27<01:15, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 83.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [25:28<01:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 82.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [25:29<01:15, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 81.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [25:30<01:14, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 80.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [25:30<01:12, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 79.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [25:31<01:17, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 78.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [25:32<01:16, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 78.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [25:33<01:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 77.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [25:33<01:05, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 76.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [25:34<01:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 75.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [25:34<00:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 74.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [25:35<00:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 74.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [25:36<00:57, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 73.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [25:36<00:55, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 72.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [25:37<00:54, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 71.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [25:39<01:27, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 70.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [25:39<01:18, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 70.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [25:40<01:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 69.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [25:41<01:05, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 68.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [25:41<01:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 67.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [25:42<01:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 66.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [25:43<01:02, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 66.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [25:44<00:59, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 65.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [25:44<00:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 64.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [25:45<00:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 63.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [25:46<00:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 62.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [25:46<00:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 61.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [25:47<00:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 61.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [25:48<00:57, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 60.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [25:49<01:08, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 59.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [25:50<01:12, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 58.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [25:51<01:02, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 57.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [25:52<00:57, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 57.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [25:52<00:51, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 56.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [25:53<00:51, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 55.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [25:54<00:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 54.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [25:55<00:59, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 53.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [25:56<00:57, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 53.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [25:56<00:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 52.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [25:57<00:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 51.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [25:58<00:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 50.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [25:58<00:45, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 49.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [25:59<00:43, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 49.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [26:00<00:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 48.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [26:01<00:50, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 47.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [26:02<00:48, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 46.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [26:03<00:51, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 45.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [26:03<00:47, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 45.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [26:04<00:43, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 44.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [26:05<00:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 43.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [26:06<00:41, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 42.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [26:06<00:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 41.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [26:07<00:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 41.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [26:08<00:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 40.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [26:08<00:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 39.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [26:09<00:32, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 38.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [26:10<00:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 37.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [26:10<00:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 37.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [26:11<00:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 36.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [26:12<00:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 35.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [26:12<00:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 34.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [26:13<00:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 33.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [26:14<00:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 32.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [26:15<00:28, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 32.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [26:15<00:26, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 31.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [26:16<00:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 30.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [26:17<00:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 29.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [26:18<00:32, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 28.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [26:19<00:28, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 28.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [26:19<00:28, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 27.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [26:20<00:25, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 26.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [26:21<00:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 25.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [26:21<00:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [26:22<00:20, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 24.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [26:23<00:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 23.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [26:23<00:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 22.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [26:24<00:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 21.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [26:25<00:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 20.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [26:25<00:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 20.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [26:26<00:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 19.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [26:27<00:15, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 18.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [26:28<00:18, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 17.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [26:29<00:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 16.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [26:29<00:14, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 16.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [26:30<00:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 15.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [26:31<00:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 14.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [26:32<00:13, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 13.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [26:32<00:11, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 12.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [26:34<00:14, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 12.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [26:35<00:14, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 11.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [26:36<00:12, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 10.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [26:36<00:10, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 9.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [26:37<00:08, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 8.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [26:38<00:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 8.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [26:38<00:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 7.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [26:39<00:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 6.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [26:40<00:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 5.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [26:41<00:05, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 4.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [26:42<00:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 4.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [26:42<00:03, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [26:43<00:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [26:44<00:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [26:44<00:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [26:45<00:00, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df3.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df3.csv', index=False)"],"metadata":{"id":"ExeVw9prpVGo"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df4['box'] = apply_with_progress(df4, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"agsrJMjhwTBM","executionInfo":{"status":"ok","timestamp":1749293206991,"user_tz":-330,"elapsed":1989397,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"35cbf615-1019-4eac-cc12-003ea260f8e7"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<24:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1437.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<23:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1427.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:02<21:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:02<21:15, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1312.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:03<21:48, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1323.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:04<22:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1342.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:04<21:38, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1319.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:05<21:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1316.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:06<24:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1368.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:06<24:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:07<23:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1375.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:08<22:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1364.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:09<26:20, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1418.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:09<25:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1411.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:10<24:14, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:11<24:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1409.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:11<22:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1393.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:12<21:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1379.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:13<21:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1376.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:13<21:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1366.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:14<20:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1352.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:14<20:03, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:15<19:33, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1332.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:16<19:21, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1323.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:16<20:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1324.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:17<24:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1348.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:18<23:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1350.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:19<23:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1349.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:19<22:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1341.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:20<21:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1339.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:20<21:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1333.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:23<38:12, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1437.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:23<32:50, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1429.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:24<29:13, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1423.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:25<26:12, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1415.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:25<24:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1408.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:26<23:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1403.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:27<22:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:27<22:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1397.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:28<22:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1393.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:29<23:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1398.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:29<23:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:30<23:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1396.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:31<22:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1392.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:31<22:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1388.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:32<21:27, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1383.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:33<21:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1380.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:33<21:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1380.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:37<49:30, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1490.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:38<41:14, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1486.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:43<1:21:52, 2.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1664.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:44<1:04:17, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1658.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:44<51:21, 1.58s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1650.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:45<42:08, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1642.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:46<35:39, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1634.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:47<33:26, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1634.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:47<31:18, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1632.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:48<28:01, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1624.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:49<25:56, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1617.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:49<24:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1610.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:50<22:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:51<21:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1594.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:51<21:55, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1589.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:52<22:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1587.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:53<22:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1582.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:53<22:09, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1577.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:54<21:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1570.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:55<21:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1564.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:55<20:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1558.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:56<20:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1551.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:56<19:38, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1544.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:57<19:16, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1537.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:58<19:14, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1531.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:58<20:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1530.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [00:59<20:35, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1524.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [01:00<22:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1524.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [01:00<21:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1518.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [01:02<26:44, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1528.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [01:02<24:11, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1522.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [01:03<22:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1517.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [01:03<21:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1511.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [01:04<21:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:05<20:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1501.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:05<20:24, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1498.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:06<21:16, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1496.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:07<21:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1492.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:07<20:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1488.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:10<44:45, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1539.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:11<36:50, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1533.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:12<31:38, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1528.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:12<27:51, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1523.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:13<25:03, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1518.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:13<22:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1512.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:14<21:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1508.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:14<20:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1502.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:15<19:55, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1497.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:16<19:25, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1492.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:16<19:30, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1488.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:17<18:31, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1482.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:17<18:53, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1479.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:18<19:12, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1475.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:20<30:16, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1493.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:23<47:38, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1529.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:23<39:06, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1525.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:24<33:15, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1521.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:25<35:16, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1528.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:26<30:41, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1524.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:26<27:05, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1520.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:27<24:32, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1515.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:28<23:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1512.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:28<23:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1510.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:29<22:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1506.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:29<20:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1501.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:30<19:55, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1497.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:31<19:23, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1493.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:31<20:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1491.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:32<19:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1486.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:33<21:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1486.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:35<40:34, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1516.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:36<36:11, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1515.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:37<32:44, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1514.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:38<29:51, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1512.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:38<27:28, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1510.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:39<26:41, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:40<24:56, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1506.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:42<32:43, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1518.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:42<29:02, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:43<26:01, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1511.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:43<23:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:44<23:31, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1505.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:45<22:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1502.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:45<21:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1499.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:46<22:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1498.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:47<22:09, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1496.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:49<34:57, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1513.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:50<30:46, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1510.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:50<27:37, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1507.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:52<31:25, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1513.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:52<29:03, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1511.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:53<28:07, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1511.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:54<25:15, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1507.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:55<24:34, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1506.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [01:55<23:34, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1503.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [01:56<24:31, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1503.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [01:57<23:15, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1500.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [01:57<22:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1497.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [01:58<21:55, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1495.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [01:59<21:22, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1492.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [01:59<20:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1489.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [02:00<20:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1487.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [02:01<20:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1484.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [02:01<21:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1483.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [02:02<21:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1480.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [02:03<23:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1481.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [02:04<22:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1478.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [02:04<21:25, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [02:05<20:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1473.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [02:06<24:43, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [02:07<23:01, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1473.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [02:07<21:51, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1470.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [02:08<22:10, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1468.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [02:09<22:55, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1468.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [02:10<21:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1465.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:11<28:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1471.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:12<25:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1469.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:12<24:07, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1466.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:13<22:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1463.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:14<24:48, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1465.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:15<24:23, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1464.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:15<23:10, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1461.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:16<22:14, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1459.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:17<21:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1456.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:17<20:15, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1453.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:18<20:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1451.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:19<20:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1450.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:19<20:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1448.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:20<21:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1447.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:21<22:12, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1446.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:21<20:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1443.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:23<25:58, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1447.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:23<26:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1447.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:24<25:09, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1446.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:25<23:53, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1444.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:26<22:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1442.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:26<21:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1439.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:27<24:26, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1441.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:28<23:32, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1439.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:29<23:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1438.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:30<23:18, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1437.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:30<24:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1437.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:31<26:03, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1438.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:32<24:48, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1437.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:33<24:26, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1436.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:34<23:32, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1434.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:34<22:41, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1433.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:35<24:11, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1433.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:36<22:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1431.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:36<21:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:37<20:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1426.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:38<26:08, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1430.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:39<23:56, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1428.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:40<22:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1426.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:40<22:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1424.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:41<23:01, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1424.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:42<21:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1421.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:42<20:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1419.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:45<37:43, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1434.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:46<32:04, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1432.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:46<27:59, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1429.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:47<25:06, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1427.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:48<23:21, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1425.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:48<22:08, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1423.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:49<22:22, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1422.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:50<22:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1421.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:50<21:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1418.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:51<20:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1416.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:52<21:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1415.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:52<20:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1414.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:53<20:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1412.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:54<21:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1411.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:55<20:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1409.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:55<21:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1408.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:56<20:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:57<19:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:57<19:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1402.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:58<20:30, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1401.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:59<19:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1398.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:59<18:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1396.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [03:00<18:14, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1393.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [03:00<19:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1392.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [03:01<19:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1391.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [03:02<19:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1389.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [03:02<19:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1387.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [03:03<19:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1385.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [03:04<18:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1383.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [03:04<19:20, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1382.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [03:08<43:31, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1400.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [03:08<36:28, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1399.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [03:09<31:09, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1397.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [03:10<26:38, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1394.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [03:10<23:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1392.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [03:11<24:35, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1392.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [03:12<24:41, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1392.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [03:13<23:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1390.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [03:13<21:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1388.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [03:14<21:41, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1387.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [03:15<20:32, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:15<19:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1383.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:16<20:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1382.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:17<22:57, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1382.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:21<46:24, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1400.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:21<38:18, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1399.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:22<32:23, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1397.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:22<27:38, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1394.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:23<24:43, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1392.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:24<22:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1390.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:24<21:11, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1388.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:25<20:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1386.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:26<22:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:27<28:01, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1390.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:28<24:24, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1387.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:29<24:05, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1386.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:29<22:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1384.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:30<21:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1383.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:30<20:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1381.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:31<21:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1380.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:32<20:44, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1379.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:33<19:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1376.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:34<26:22, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1380.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:35<23:44, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1378.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:35<23:26, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:36<24:35, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:37<25:32, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1378.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:38<23:44, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1376.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:39<21:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1374.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:39<19:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1372.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:40<19:35, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1370.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:40<18:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1368.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:41<20:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1367.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:42<21:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1367.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:44<28:19, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1371.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:45<29:55, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1372.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:46<29:32, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1373.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:46<26:00, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1371.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:47<23:01, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1368.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:48<22:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1367.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:48<21:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1366.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:49<20:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1364.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:50<20:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1363.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:52<31:40, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1369.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:52<27:32, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1367.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:53<27:35, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1368.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:54<25:12, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1366.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:55<23:54, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1365.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:56<22:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:56<21:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1362.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:57<20:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1360.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [04:02<1:00:03, 2.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1386.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [04:03<52:39, 1.86s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1387.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [04:04<42:19, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1385.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [04:06<45:00, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1390.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [04:07<37:28, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1389.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [04:07<31:40, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1387.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [04:08<27:43, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1385.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [04:09<26:26, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1385.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [04:09<24:32, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1383.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [04:10<23:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1382.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [04:11<22:46, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1381.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [04:12<22:18, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1380.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [04:12<21:44, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1378.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [04:13<21:46, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [04:14<20:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1376.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [04:15<20:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1374.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [04:15<19:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1372.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [04:16<19:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1371.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [04:16<18:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1369.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [04:17<18:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1367.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [04:18<19:47, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1366.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [04:19<19:43, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1365.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [04:19<19:53, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [04:20<19:22, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1362.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [04:21<19:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1361.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [04:21<18:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1359.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [04:22<19:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1358.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [04:23<20:39, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1357.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [04:24<19:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1355.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [04:24<19:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1354.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [04:25<19:30, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1353.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [04:26<19:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1351.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [04:27<21:59, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1351.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [04:28<28:40, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1355.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [04:29<25:47, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1353.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:30<23:42, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1352.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:30<22:54, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1351.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:31<21:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1349.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:32<20:50, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1348.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:32<20:45, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1347.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:33<21:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1346.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:34<21:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1345.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:35<21:12, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1344.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:36<21:19, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1343.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:37<23:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:38<26:49, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1344.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:39<24:30, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:40<28:34, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1345.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:41<25:39, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:43<37:46, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1350.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:44<35:09, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1351.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:46<42:32, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1356.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:47<35:01, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1354.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:48<30:13, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1353.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:48<26:33, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1351.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:49<24:26, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:51<34:09, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1355.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:55<59:36, 2.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1371.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:56<47:57, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1369.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:59<57:54, 2.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1378.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [05:00<46:35, 1.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [05:01<39:49, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1376.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [05:01<33:33, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1375.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [05:02<30:22, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1374.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [05:03<27:47, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1373.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [05:05<32:13, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1376.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [05:05<28:00, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1374.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [05:06<28:49, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1374.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [05:07<25:51, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1373.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [05:08<24:07, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1372.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [05:08<22:02, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1370.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [05:09<21:55, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1369.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [05:10<21:08, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1367.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [05:11<20:00, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1366.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [05:11<19:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1364.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [05:12<19:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1363.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [05:13<18:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1361.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [05:13<18:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1359.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [05:14<18:42, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [05:15<18:30, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1357.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [05:15<18:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1355.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [05:16<18:42, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1354.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [05:17<18:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1352.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [05:17<18:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1351.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [05:20<29:31, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1355.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [05:20<25:17, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1353.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [05:21<24:02, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1352.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [05:22<22:53, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1351.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [05:22<22:12, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1350.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [05:23<20:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1348.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [05:24<20:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1347.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [05:24<19:23, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1345.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [05:25<19:05, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1344.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [05:26<19:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [05:26<18:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [05:27<19:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [05:28<20:37, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1339.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [05:30<28:04, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1342.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [05:32<34:19, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1345.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [05:32<29:31, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [05:33<26:10, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1342.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [05:34<25:30, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [05:35<22:50, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1340.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [05:36<23:34, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1339.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [05:36<23:25, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1339.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [05:37<21:19, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1337.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [05:38<21:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1336.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [05:39<20:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1335.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [05:39<19:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1333.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [05:40<18:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1331.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [05:40<18:27, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1330.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [05:41<18:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1328.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [05:42<18:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1327.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:42<17:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1325.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:43<17:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1324.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:44<16:32, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:45<19:29, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1322.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:46<23:19, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1322.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:47<27:44, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1324.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:48<28:40, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1324.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:49<25:45, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1323.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:50<22:56, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1321.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:50<21:30, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1320.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:51<19:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1318.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:52<18:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1316.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:52<19:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1316.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:53<18:30, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1314.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:54<17:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1312.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:55<21:04, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1312.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:56<25:33, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1313.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:57<23:29, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1312.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:58<23:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:58<21:00, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1310.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:59<19:59, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1308.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [06:00<18:54, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1307.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [06:00<18:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1305.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [06:02<26:14, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1308.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [06:03<23:24, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1306.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [06:03<21:13, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1305.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [06:04<19:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1303.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [06:05<18:27, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1301.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [06:05<17:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1300.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [06:06<22:55, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1301.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [06:08<24:12, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [06:09<25:03, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [06:09<22:16, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1299.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [06:10<20:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1297.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [06:10<19:18, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1296.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [06:11<17:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1294.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [06:12<17:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1293.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [06:13<19:21, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1292.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [06:13<17:44, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1290.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [06:14<17:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1289.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [06:14<17:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1287.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [06:15<16:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1286.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [06:16<15:55, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1284.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [06:16<15:46, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1282.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [06:17<16:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1281.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [06:18<16:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1280.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [06:18<16:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1278.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [06:19<16:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1277.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [06:19<15:51, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1275.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [06:20<15:43, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1273.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [06:21<18:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1273.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [06:22<19:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1272.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [06:23<19:36, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1271.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [06:23<18:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1270.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [06:24<16:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1268.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [06:25<23:56, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1269.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [06:26<21:28, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1268.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [06:27<19:58, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1267.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [06:28<28:54, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1269.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [06:29<24:40, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1268.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [06:30<22:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1267.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [06:30<20:45, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1265.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [06:31<19:21, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1264.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [06:32<19:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1263.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [06:33<18:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1261.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [06:33<17:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1260.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [06:34<17:36, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1258.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [06:35<17:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1257.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [06:35<17:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1256.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [06:36<17:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1255.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [06:37<17:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1253.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [06:37<18:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1253.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [06:38<20:44, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [06:40<23:22, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1253.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [06:40<21:05, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1251.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [06:41<19:09, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1250.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [06:41<17:50, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1248.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [06:42<19:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1247.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [06:44<23:01, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1248.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [06:44<21:34, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [06:46<25:02, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1248.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [06:46<21:36, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1246.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [06:47<19:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1244.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [06:47<18:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1243.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [06:48<17:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1241.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [06:48<16:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1240.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:49<15:32, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1238.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:50<15:25, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1237.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:50<15:10, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1235.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:51<15:26, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1234.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:52<16:13, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1232.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:52<16:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1231.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:53<16:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1230.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:54<16:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1229.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:54<17:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1228.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:55<17:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1226.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:56<17:04, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1225.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:56<16:48, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1224.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:57<16:46, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1223.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:58<16:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1221.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:58<16:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1220.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:59<16:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1219.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [07:00<16:06, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1217.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [07:00<16:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1216.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [07:01<16:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1215.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [07:02<16:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1214.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [07:02<15:54, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1212.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [07:03<15:31, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1211.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [07:03<15:15, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1209.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [07:04<17:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1209.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [07:05<16:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1207.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [07:06<16:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1206.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [07:06<17:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1205.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [07:07<16:23, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1204.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [07:08<16:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1202.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [07:08<16:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1201.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [07:10<21:44, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1202.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [07:10<19:52, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1201.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [07:11<18:54, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1199.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [07:12<17:34, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1198.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [07:12<18:20, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1197.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [07:13<16:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1196.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [07:14<16:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1195.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [07:14<16:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1193.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [07:15<18:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1193.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [07:17<24:24, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1194.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [07:18<22:58, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1193.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [07:19<28:59, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1195.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [07:20<25:05, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1194.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [07:21<22:42, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1193.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [07:22<21:59, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1192.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [07:22<20:02, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [07:23<21:23, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1190.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [07:25<25:32, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1191.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [07:25<22:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1190.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [07:26<20:23, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1188.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [07:27<18:52, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1187.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [07:28<25:26, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1189.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [07:29<22:41, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1187.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [07:30<20:46, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1186.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [07:30<19:17, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1185.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [07:31<18:27, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1184.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [07:32<17:23, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1182.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [07:32<16:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1181.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [07:33<16:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1180.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [07:34<17:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1179.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [07:34<15:36, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1177.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [07:35<14:54, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1176.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [07:35<14:16, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1174.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [07:36<13:54, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1173.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [07:36<14:12, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1172.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [07:37<14:45, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1170.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [07:38<14:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1169.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [07:38<15:05, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1168.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [07:40<22:25, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1169.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [07:41<19:21, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1168.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [07:41<18:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1166.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [07:42<17:52, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1165.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [07:43<18:30, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1165.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [07:44<21:35, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1165.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [07:45<19:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1163.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [07:45<20:24, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1163.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [07:46<18:15, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1161.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [07:47<17:21, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1160.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [07:47<17:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [07:48<17:28, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1158.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [07:49<17:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1157.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [07:50<16:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1156.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [07:50<16:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1155.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [07:51<16:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1154.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [07:52<16:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1153.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [07:52<15:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1151.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:53<15:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1150.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:54<15:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1149.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:55<20:50, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1150.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:56<20:11, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1149.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:58<27:46, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:59<28:32, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1151.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [08:00<25:02, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1150.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [08:00<23:04, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1149.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [08:01<20:13, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1148.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [08:02<23:22, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1148.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [08:04<27:41, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1149.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [08:05<25:07, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1148.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [08:05<22:09, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1147.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [08:06<19:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1146.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [08:07<19:35, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1145.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [08:08<18:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1144.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [08:09<26:20, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1146.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [08:11<27:06, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1146.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [08:12<29:44, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1147.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [08:14<31:20, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1147.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [08:16<35:25, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1149.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [08:17<33:04, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1149.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [08:18<28:40, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [08:18<24:36, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1147.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [08:19<21:16, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1146.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [08:21<26:05, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1147.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [08:21<22:47, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1145.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [08:22<20:06, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1144.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [08:23<20:46, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1144.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [08:23<18:34, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1142.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [08:24<19:00, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1141.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [08:25<17:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1140.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [08:26<18:57, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1140.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [08:27<18:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [08:27<17:39, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1138.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [08:28<17:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1137.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [08:30<24:05, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1138.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [08:31<23:00, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1137.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [08:31<20:45, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1136.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [08:32<19:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1135.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [08:33<18:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1134.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [08:33<17:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1133.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [08:34<17:41, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1132.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [08:35<17:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1131.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [08:37<24:02, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1132.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [08:37<21:29, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1131.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [08:38<20:02, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1130.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [08:40<25:51, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1131.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [08:40<22:39, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1130.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [08:41<20:12, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1129.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [08:43<25:17, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1129.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [08:43<22:15, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1128.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [08:44<21:40, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1128.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [08:45<21:49, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1127.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [08:46<19:15, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1126.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [08:47<18:50, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1125.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [08:47<17:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [08:48<17:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1123.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [08:49<17:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1122.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [08:49<16:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1121.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [08:50<16:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1119.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [08:51<17:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1119.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [08:52<17:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1118.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [08:52<16:32, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1117.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [08:53<16:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1116.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [08:54<16:56, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1115.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [08:55<15:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1113.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [08:55<14:58, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1112.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [09:00<41:46, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1119.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [09:00<33:23, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1118.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [09:01<29:41, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1117.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [09:02<26:23, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1116.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [09:03<22:25, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1115.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [09:03<20:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1114.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [09:04<18:23, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1113.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [09:05<18:09, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1112.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [09:06<17:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1111.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [09:06<15:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1109.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [09:07<16:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1109.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [09:08<16:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1108.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [09:08<16:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1106.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [09:09<18:09, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [09:10<16:43, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1105.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [09:11<16:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1104.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [09:11<16:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1102.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [09:12<15:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1101.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [09:13<15:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1100.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [09:13<14:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1099.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [09:14<17:17, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1099.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [09:15<16:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1097.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [09:16<19:42, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1097.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [09:17<17:36, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1096.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [09:18<17:07, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1095.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [09:18<16:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1094.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [09:19<16:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1093.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [09:20<17:20, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1092.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [09:21<17:50, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1091.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [09:21<16:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1090.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [09:22<16:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1089.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [09:23<15:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1088.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [09:23<15:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1087.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [09:24<14:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1085.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [09:25<16:45, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1085.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [09:26<15:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1084.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [09:26<15:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1083.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [09:27<16:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1082.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [09:28<15:56, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1081.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [09:28<15:22, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1080.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [09:29<15:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 1079.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [09:30<14:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 1077.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [09:31<18:23, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 1077.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [09:32<17:24, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 1076.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [09:32<16:19, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 1075.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [09:33<15:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 1074.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [09:34<15:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 1073.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [09:34<15:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 1072.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [09:35<15:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 1071.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [09:36<15:47, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 1070.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [09:36<14:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 1069.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [09:37<14:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 1068.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [09:38<15:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 1067.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [09:39<15:57, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 1066.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [09:39<15:30, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 1065.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [09:40<15:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 1064.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [09:41<14:41, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 1062.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [09:41<14:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 1061.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [09:42<14:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 1060.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [09:43<14:42, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 1059.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [09:44<17:51, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 1059.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [09:44<16:22, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 1058.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [09:45<15:35, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 1057.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [09:46<15:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 1055.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [09:46<14:40, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 1054.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [09:47<14:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 1053.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [09:48<16:53, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 1053.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [09:49<15:51, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 1052.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [09:49<14:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 1050.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [09:51<19:22, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 1051.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [09:51<17:33, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 1049.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [09:52<16:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 1048.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [09:53<15:46, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 1047.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [09:53<14:49, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 1046.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [09:54<14:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 1045.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [09:55<13:52, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 1044.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [09:56<17:18, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 1044.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [09:56<15:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 1042.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [09:57<14:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 1041.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [09:58<14:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 1040.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [09:58<14:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 1039.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [09:59<14:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 1038.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [09:59<13:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 1037.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [10:00<13:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 1035.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [10:01<13:05, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 1034.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [10:01<13:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 1033.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [10:02<13:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 1032.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [10:03<13:16, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 1031.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [10:03<13:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 1030.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [10:07<30:00, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 1033.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [10:07<25:44, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 1032.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [10:08<21:42, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 1031.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [10:09<19:22, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 1030.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [10:09<18:18, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 1029.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [10:10<17:06, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 1028.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [10:11<15:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 1027.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [10:11<15:48, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 1026.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [10:12<14:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 1025.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [10:13<14:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 1024.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [10:13<13:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 1022.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [10:14<13:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 1021.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [10:14<13:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 1020.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [10:15<12:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 1019.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [10:16<12:47, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 1018.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [10:16<12:42, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 1017.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [10:17<12:55, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 1015.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [10:18<12:50, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 1014.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [10:18<12:52, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 1013.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [10:19<13:14, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 1012.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [10:20<13:51, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 1011.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [10:20<13:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 1010.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [10:21<13:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 1009.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [10:22<14:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 1008.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [10:22<14:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 1007.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [10:23<14:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 1006.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [10:24<13:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 1005.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [10:24<13:27, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 1004.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [10:30<43:13, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 1011.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [10:30<34:13, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 1009.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [10:31<29:43, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 1009.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [10:32<24:07, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 1008.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [10:33<20:53, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 1007.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [10:33<20:22, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 1006.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [10:34<20:14, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 1005.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [10:35<17:43, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 1004.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [10:36<16:31, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 1003.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [10:36<15:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 1002.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [10:37<14:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 1001.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [10:38<13:59, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 1000.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [10:40<26:02, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 1002.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [10:41<22:12, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 1001.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [10:42<19:17, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 1000.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [10:42<18:01, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 999.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [10:43<16:29, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 997.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [10:43<15:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 996.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [10:44<14:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 995.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [10:45<14:02, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 994.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [10:45<13:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 993.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [10:46<12:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 992.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [10:47<14:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 991.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [10:48<14:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 990.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [10:48<14:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 989.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [10:49<14:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 988.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [10:50<14:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 987.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [10:50<14:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 986.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [10:51<14:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 985.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [10:52<14:10, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 984.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [10:52<13:42, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 983.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [10:53<13:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 982.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [10:54<13:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 981.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [10:54<13:22, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 980.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [10:56<17:47, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 980.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [10:57<16:23, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 979.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [10:58<17:42, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 978.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [10:58<15:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 977.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [10:59<14:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 976.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [10:59<13:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 975.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [11:00<13:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 974.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [11:01<13:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 973.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [11:01<12:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 972.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [11:02<13:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 971.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [11:03<13:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 970.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [11:03<12:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 969.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [11:04<14:07, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 968.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [11:05<13:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 967.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [11:05<12:42, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 966.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [11:06<12:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 964.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [11:06<12:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 963.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [11:07<13:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 962.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [11:08<12:35, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 961.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [11:09<13:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 960.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [11:09<12:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 959.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [11:10<12:35, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 958.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [11:10<12:40, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 957.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [11:14<30:44, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 960.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [11:15<25:28, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 959.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [11:15<21:45, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 958.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [11:16<18:09, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 957.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [11:16<15:39, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 956.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [11:17<14:34, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 955.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [11:18<13:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 954.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [11:18<12:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 952.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [11:19<12:24, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 951.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [11:19<12:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 950.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [11:20<12:26, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 949.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [11:21<11:51, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 948.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [11:21<11:57, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 947.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [11:22<11:38, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 946.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [11:23<14:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 945.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [11:24<13:54, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 944.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [11:24<13:54, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 943.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [11:25<13:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 942.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [11:26<12:47, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 941.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [11:26<12:14, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 940.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [11:27<11:57, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 939.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [11:27<12:01, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 938.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [11:29<17:31, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 938.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [11:29<15:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 937.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [11:30<13:56, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 936.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [11:31<12:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 935.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [11:32<18:00, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 935.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [11:33<15:36, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 934.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [11:33<14:23, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 932.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [11:34<13:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 931.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [11:35<13:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 930.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [11:35<13:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 929.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [11:36<12:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 928.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [11:37<13:35, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 927.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [11:37<13:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 926.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [11:38<12:31, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 925.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [11:39<12:30, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 924.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [11:39<12:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 923.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [11:40<12:23, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 922.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [11:40<12:04, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 921.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [11:41<11:42, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 920.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [11:42<11:26, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 919.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [11:42<11:17, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 918.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [11:43<13:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 917.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [11:44<12:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 916.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [11:44<12:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 915.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [11:45<11:50, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 914.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [11:46<12:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 913.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [11:46<11:45, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 912.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [11:47<11:13, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 911.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [11:47<11:51, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 910.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [11:48<11:25, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 909.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [11:49<12:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 908.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [11:49<12:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 907.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [11:50<11:18, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 905.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [11:50<10:44, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 904.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [11:51<10:44, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 903.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [11:52<11:04, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 902.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [11:52<11:15, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 901.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [11:53<11:07, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 900.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [11:53<10:31, 1.77it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 899.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [11:54<11:30, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 898.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [11:55<11:36, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 897.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [11:55<11:34, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 896.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [11:56<12:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 895.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [11:57<11:38, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 894.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [11:57<11:10, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 893.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [11:58<10:58, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 892.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [11:58<11:43, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 891.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [11:59<11:26, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 890.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [12:00<11:09, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 889.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [12:00<10:52, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 888.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [12:01<10:49, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 886.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [12:01<10:31, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 885.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [12:02<10:31, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 884.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [12:02<10:44, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 883.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [12:03<10:49, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 882.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [12:04<10:47, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 881.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [12:04<11:08, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 880.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [12:05<12:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 879.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [12:06<12:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 878.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [12:06<12:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 877.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [12:07<11:37, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 876.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [12:08<12:03, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 875.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [12:08<11:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 874.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [12:10<17:13, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 875.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [12:11<15:01, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 873.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [12:11<13:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 872.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [12:12<13:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 871.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [12:12<12:24, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 870.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [12:13<11:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 869.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [12:14<11:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 868.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [12:14<11:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 867.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [12:15<10:59, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 866.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [12:15<10:44, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 865.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [12:16<10:51, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 864.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [12:17<10:46, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 863.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [12:17<11:00, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 862.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [12:18<11:17, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 861.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [12:19<13:54, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 861.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [12:20<12:48, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 860.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [12:20<12:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 859.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [12:21<12:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 858.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [12:22<12:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 857.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [12:22<12:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 856.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [12:23<12:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 855.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [12:24<12:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 854.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [12:24<11:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 853.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [12:25<11:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 852.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [12:26<12:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 851.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [12:26<11:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 850.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [12:28<14:46, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 850.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [12:28<13:47, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 849.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [12:29<12:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 848.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [12:29<12:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 847.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [12:30<12:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 846.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [12:31<12:04, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 845.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [12:32<12:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 844.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [12:32<12:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 843.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [12:33<15:12, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 843.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [12:34<13:54, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 842.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [12:35<13:49, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 841.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [12:35<12:44, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 840.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [12:36<12:10, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 839.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [12:38<16:13, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 839.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [12:38<14:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 838.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [12:39<13:13, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 837.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [12:39<12:54, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 836.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [12:40<12:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 835.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [12:41<11:59, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 834.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [12:41<12:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 833.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [12:42<11:42, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 832.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [12:43<11:23, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 831.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [12:43<11:04, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 830.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [12:44<11:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 829.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [12:45<11:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 828.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [12:46<14:25, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 828.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [12:47<13:49, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 827.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [12:47<13:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 826.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [12:48<12:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 825.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [12:49<12:25, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 824.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [12:49<11:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 823.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [12:50<11:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 822.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [12:50<11:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 821.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [12:51<10:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 820.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [12:52<11:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 820.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [12:52<11:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 819.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [12:53<11:13, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 818.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [12:54<11:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 817.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [12:54<10:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 816.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [12:55<10:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 815.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [12:56<10:58, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 814.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [12:56<10:32, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 813.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [12:57<11:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 812.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [12:57<10:18, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 811.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [12:58<10:13, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 810.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [12:59<10:55, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 809.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [12:59<10:52, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 808.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [13:00<10:48, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 807.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [13:01<10:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 806.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [13:01<10:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 805.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [13:02<11:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 804.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [13:03<11:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 803.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [13:03<11:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 802.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [13:04<11:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 801.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [13:05<10:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 801.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [13:05<10:41, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 800.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [13:06<10:28, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 799.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [13:06<10:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 798.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [13:07<10:50, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 797.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [13:08<11:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 796.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [13:09<11:07, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 795.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [13:09<11:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 794.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [13:10<11:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 793.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [13:10<10:58, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 792.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [13:11<10:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 791.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [13:13<15:42, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 791.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [13:13<14:10, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 790.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [13:14<13:24, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 789.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [13:15<12:29, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 788.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [13:15<12:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 788.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [13:16<11:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 787.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [13:17<11:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 786.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [13:17<10:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 785.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [13:18<10:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 784.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [13:18<10:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 783.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [13:19<10:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 782.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [13:20<10:09, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 781.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [13:20<10:06, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 780.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [13:21<10:13, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 779.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [13:22<10:19, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 778.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [13:22<11:14, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 777.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [13:23<11:12, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 776.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [13:24<10:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 775.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [13:24<10:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 774.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [13:25<10:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 773.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [13:26<10:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 772.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [13:26<10:10, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 771.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [13:27<10:00, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 771.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [13:27<09:55, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 770.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [13:28<10:26, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 769.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [13:29<11:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 768.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [13:29<10:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 767.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [13:31<15:25, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 767.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [13:32<14:51, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 766.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [13:33<13:44, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 765.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [13:33<12:21, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 764.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [13:34<12:10, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 763.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [13:35<11:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 763.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [13:35<11:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 762.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [13:36<10:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 761.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [13:36<10:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 760.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [13:37<10:06, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 759.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [13:38<10:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 758.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [13:41<25:16, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 760.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [13:42<21:03, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 759.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [13:43<17:37, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 758.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [13:43<15:06, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 757.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [13:44<13:35, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 756.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [13:45<12:30, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 755.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [13:45<12:09, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 754.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [13:46<12:15, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 753.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [13:47<12:05, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 753.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [13:47<11:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 752.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [13:48<10:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 751.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [13:49<10:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 750.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [13:49<09:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 749.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [13:50<09:52, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 748.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [13:50<09:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 747.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [13:51<09:38, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 746.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [13:52<09:38, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 745.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [13:52<09:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 744.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [13:53<09:25, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 743.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [13:53<09:02, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 742.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [13:54<09:05, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 741.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [13:54<09:09, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 740.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [13:55<08:54, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 739.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [13:56<09:05, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 738.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [13:56<10:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 737.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [13:57<11:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 737.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [13:58<10:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 736.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [14:00<16:16, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 736.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [14:00<13:55, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 735.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [14:01<12:33, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 734.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [14:02<12:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 733.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [14:02<11:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 732.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [14:03<11:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 731.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [14:04<10:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 730.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [14:04<10:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 729.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [14:05<09:49, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 728.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [14:05<09:44, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 727.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [14:06<10:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 727.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [14:07<09:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 726.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [14:07<10:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 725.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [14:08<10:14, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 724.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [14:09<09:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 723.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [14:09<10:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 722.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [14:11<13:07, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 722.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [14:11<12:16, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 721.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [14:13<16:02, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 721.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [14:14<15:03, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 720.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [14:15<15:25, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 720.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [14:16<15:39, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 719.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [14:17<13:42, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 718.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [14:17<12:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 717.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [14:18<11:49, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 716.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [14:19<11:09, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 715.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [14:19<10:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 714.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [14:20<10:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 713.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [14:21<10:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 713.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [14:21<10:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 712.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [14:22<10:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 711.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [14:23<10:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 710.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [14:23<10:22, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 709.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [14:24<09:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 708.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [14:25<09:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 707.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [14:25<10:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 706.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [14:26<10:25, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 706.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [14:27<10:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 705.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [14:27<10:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 704.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [14:28<10:30, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 703.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [14:29<10:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 702.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [14:29<10:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 701.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [14:30<09:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 700.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [14:31<09:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 700.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [14:32<10:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 699.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [14:32<10:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 698.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [14:33<10:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 697.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [14:34<10:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 696.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [14:34<09:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 695.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [14:35<09:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 694.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [14:35<09:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 693.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [14:36<09:26, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 692.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [14:37<09:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 692.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [14:38<10:23, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 691.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [14:38<10:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 690.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [14:39<10:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 689.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [14:40<10:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 688.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [14:40<10:30, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 687.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [14:41<10:07, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 687.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [14:42<10:03, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 686.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [14:42<09:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 685.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [14:43<10:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 684.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [14:44<09:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 683.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [14:44<09:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 682.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [14:45<09:21, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 681.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [14:46<09:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 680.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [14:46<09:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 679.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [14:47<09:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 679.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [14:47<08:51, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 678.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [14:48<08:46, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 677.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [14:49<08:41, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 676.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [14:49<09:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [14:50<09:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 674.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [14:51<09:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 673.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [14:51<09:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 672.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [14:52<09:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 671.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [14:53<08:55, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 671.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [14:53<08:56, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 670.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [14:54<10:25, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 669.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [14:55<09:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 668.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [14:55<09:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 667.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [14:56<09:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 666.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [14:57<09:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 665.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [14:58<11:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 665.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [14:58<10:35, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 664.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [14:59<09:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 663.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [15:00<09:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 662.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [15:00<09:21, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 661.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [15:01<09:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 660.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [15:02<10:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 660.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [15:02<09:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 659.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [15:03<09:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 658.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [15:04<08:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 657.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [15:04<09:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 656.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [15:05<09:16, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 655.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [15:06<09:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 654.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [15:07<10:18, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 654.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [15:07<09:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 653.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [15:08<08:53, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 652.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [15:09<09:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 651.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [15:09<09:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 650.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [15:10<09:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 649.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [15:11<09:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 649.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [15:11<08:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 648.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [15:12<09:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 647.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [15:13<09:21, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 646.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [15:13<09:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 645.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [15:14<09:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 644.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [15:15<09:16, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 643.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [15:15<09:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 643.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [15:16<09:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 642.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [15:17<09:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 641.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [15:17<09:13, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 640.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [15:18<08:49, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 639.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [15:19<08:48, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 638.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [15:19<09:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 637.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [15:20<08:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 636.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [15:20<08:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 636.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [15:21<08:42, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 635.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [15:22<08:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 634.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [15:22<08:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 633.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [15:23<08:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 632.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [15:24<08:38, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 631.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [15:24<08:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 630.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [15:25<08:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 630.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [15:26<08:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 629.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [15:26<08:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 628.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [15:27<08:46, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 627.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [15:28<08:53, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 626.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [15:28<09:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 625.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [15:29<09:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 625.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [15:30<09:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 624.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [15:31<10:46, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 623.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [15:32<10:16, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 622.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [15:32<10:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 621.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [15:33<09:39, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 621.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [15:34<09:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 620.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [15:34<09:32, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 619.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [15:35<09:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 618.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [15:36<09:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 617.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [15:36<09:15, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 616.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [15:38<10:57, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 616.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [15:38<09:59, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 615.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [15:39<10:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 614.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [15:40<09:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 613.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [15:40<09:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 613.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [15:41<09:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 612.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [15:42<09:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 611.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [15:42<09:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 610.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [15:44<11:50, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 610.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [15:44<10:56, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 609.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [15:45<10:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 608.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [15:46<09:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 607.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [15:46<08:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 606.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [15:47<08:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 605.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [15:48<08:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 604.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [15:48<08:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 604.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [15:49<08:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 603.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [15:50<09:25, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 602.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [15:50<09:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 601.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [15:51<08:44, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 600.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [15:52<08:33, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 599.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [15:52<08:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 599.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [15:53<10:06, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 598.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [15:54<09:35, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 597.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [15:55<09:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 596.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [15:55<09:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 595.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [15:56<08:47, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 595.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [15:57<08:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 594.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [15:57<08:08, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 593.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [15:58<07:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 592.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [15:58<07:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 591.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [15:59<07:47, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 590.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [16:00<08:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 589.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [16:01<08:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 589.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [16:01<08:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 588.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [16:02<07:48, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 587.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [16:02<08:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 586.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [16:03<08:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 585.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [16:04<08:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 584.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [16:04<08:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 583.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [16:05<07:50, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 582.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [16:06<07:53, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 582.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [16:06<07:42, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 581.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [16:07<07:36, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 580.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [16:07<07:21, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 579.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [16:08<07:42, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 578.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [16:09<07:51, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 577.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [16:09<07:39, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 576.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [16:10<07:27, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 575.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [16:10<07:38, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 575.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [16:11<07:26, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 574.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [16:12<07:19, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 573.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [16:12<07:24, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 572.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [16:13<07:26, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 571.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [16:13<07:19, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 570.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [16:14<07:31, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 569.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [16:15<07:25, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 569.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [16:15<07:51, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 568.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [16:16<07:57, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 567.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [16:17<08:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 566.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [16:17<08:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 565.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [16:18<09:07, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 565.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [16:19<08:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 564.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [16:20<08:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 563.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [16:20<08:22, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 562.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [16:21<07:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 561.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [16:22<08:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 560.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [16:22<08:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 560.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [16:23<09:19, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 559.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [16:24<09:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 558.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [16:25<08:29, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 557.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [16:25<08:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 556.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [16:26<08:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 556.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [16:27<08:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 555.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [16:29<13:24, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 555.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [16:29<11:55, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 554.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [16:31<12:09, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 553.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [16:31<10:41, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 553.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [16:32<10:03, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 552.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [16:33<09:23, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 551.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [16:33<08:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 550.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [16:34<08:26, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 549.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [16:34<08:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 548.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [16:35<08:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 548.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [16:36<08:10, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 547.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [16:37<08:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 546.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [16:37<08:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 545.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [16:38<08:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 544.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [16:39<07:56, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 543.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [16:39<08:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 543.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [16:40<08:27, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 542.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [16:41<08:33, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 541.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [16:42<08:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 540.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [16:42<08:13, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 539.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [16:43<08:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 539.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [16:44<08:04, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 538.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [16:44<07:55, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 537.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [16:45<07:49, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 536.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [16:46<07:47, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 535.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [16:46<07:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 535.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [16:47<07:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 534.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [16:48<07:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 533.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [16:48<07:42, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 532.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [16:49<07:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [16:49<07:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 530.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [16:50<07:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 530.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [16:51<07:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 529.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [16:51<07:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 528.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [16:52<07:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 527.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [16:53<07:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 526.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [16:54<07:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 525.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [16:54<07:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 525.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [16:55<07:19, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 524.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [16:55<07:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 523.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [16:56<07:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 522.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [16:57<09:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 522.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [16:58<09:01, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 521.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [16:59<08:31, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 520.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [16:59<08:12, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 519.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [17:00<08:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 518.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [17:01<07:53, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 518.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [17:02<08:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 517.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [17:02<08:09, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 516.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [17:03<07:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 515.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [17:04<07:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 514.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [17:04<07:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 513.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [17:05<07:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 513.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [17:05<07:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 512.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [17:06<07:05, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 511.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [17:07<07:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 510.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [17:07<07:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 509.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [17:08<07:09, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 508.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [17:09<06:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 508.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [17:09<07:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 507.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [17:10<08:40, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 506.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [17:11<08:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 505.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [17:12<07:59, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 505.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [17:12<07:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 504.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [17:13<07:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 503.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [17:14<07:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 502.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [17:14<07:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 501.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [17:15<07:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 500.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [17:16<07:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 500.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [17:17<08:01, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 499.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [17:17<08:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 498.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [17:18<07:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 497.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [17:19<07:19, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 496.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [17:19<07:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 496.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [17:21<10:27, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 495.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [17:22<09:43, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [17:22<08:46, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 494.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [17:23<08:24, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 493.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [17:24<07:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 492.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [17:24<07:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 491.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [17:25<07:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [17:26<07:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 490.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [17:26<07:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 489.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [17:27<07:16, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 488.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [17:28<07:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 487.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [17:28<06:58, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 486.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [17:31<12:26, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 486.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [17:31<10:58, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 486.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [17:32<09:52, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 485.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [17:33<08:58, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 484.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [17:33<08:32, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 483.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [17:34<08:08, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 482.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [17:35<07:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 481.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [17:36<09:41, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 481.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [17:37<08:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 480.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [17:37<08:07, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 479.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [17:38<07:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 479.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [17:39<07:16, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 478.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [17:39<07:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 477.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [17:40<07:56, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 476.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [17:41<07:37, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [17:42<07:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 475.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [17:42<07:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 474.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [17:44<08:37, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [17:44<07:50, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 472.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [17:45<07:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 471.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [17:45<07:06, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 471.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [17:46<06:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 470.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [17:47<07:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 469.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [17:47<07:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 468.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [17:50<12:55, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 468.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [17:51<11:14, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 467.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [17:52<10:49, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 467.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [17:53<09:44, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 466.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [17:53<08:56, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 465.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [17:54<08:12, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 464.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [17:54<07:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 464.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [17:55<06:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 463.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [17:56<06:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 462.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [17:56<06:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 461.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [17:57<06:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 460.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [17:57<06:09, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 459.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [17:58<05:57, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 458.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [18:00<09:00, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 458.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [18:00<08:01, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [18:01<07:28, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 456.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [18:01<06:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 456.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [18:02<06:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 455.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [18:03<07:47, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 454.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [18:04<07:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 453.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [18:04<06:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 452.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [18:05<06:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 452.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [18:05<06:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 451.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [18:06<06:25, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 450.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [18:07<07:27, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 449.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [18:08<08:06, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 449.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [18:09<07:35, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 448.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [18:09<06:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 447.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [18:10<06:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 446.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [18:11<06:32, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [18:11<06:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 444.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [18:12<06:07, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 444.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [18:12<05:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 443.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [18:13<05:48, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 442.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [18:14<06:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 441.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [18:14<06:21, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 440.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [18:15<06:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 440.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [18:17<09:21, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 439.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [18:18<08:48, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 438.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [18:18<08:12, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 438.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [18:19<07:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 437.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [18:21<10:04, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 436.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [18:21<08:58, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 436.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [18:22<08:02, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 435.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [18:23<07:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 434.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [18:24<08:08, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 433.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [18:24<07:40, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 432.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [18:25<07:13, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 432.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [18:26<06:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 431.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [18:26<06:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 430.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [18:27<06:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 429.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [18:28<06:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 428.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [18:28<06:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 428.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [18:29<06:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 427.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [18:30<06:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 426.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [18:30<06:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 425.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [18:31<06:05, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 424.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [18:32<05:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 424.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [18:34<11:20, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 423.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [18:35<09:34, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 423.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [18:36<08:34, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 422.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [18:36<07:58, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 421.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [22:40<11:11:13, 73.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 512.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [22:40<7:50:51, 51.74s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 511.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [22:41<5:31:52, 36.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 510.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [22:44<3:59:40, 26.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 509.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [22:45<2:49:21, 18.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 508.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [22:46<2:00:05, 13.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 507.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [22:46<1:25:53, 9.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 506.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [22:48<1:03:21, 7.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 506.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [22:48<46:00, 5.12s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 505.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [22:49<33:46, 3.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 503.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [22:51<29:08, 3.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 503.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [22:51<21:50, 2.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 502.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [22:53<19:28, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 501.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [22:54<15:00, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 500.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [22:54<11:55, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 499.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [22:56<13:28, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 498.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [22:57<10:55, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 497.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [22:57<09:15, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 496.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [22:58<08:01, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 495.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [22:58<07:20, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 494.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [22:59<06:39, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 493.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [23:00<06:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 492.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [23:00<06:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 491.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [23:01<05:57, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 490.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [23:02<06:17, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 489.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [23:05<11:53, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 489.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [23:06<12:04, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 488.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [23:07<10:13, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 487.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [23:08<10:17, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 486.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [23:09<10:12, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 485.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [23:11<11:29, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 485.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [23:11<09:32, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 484.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [23:12<08:31, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 483.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [23:22<30:46, 3.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 485.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [23:24<26:28, 3.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 484.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [23:24<20:07, 2.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 483.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [23:25<16:01, 1.88s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 482.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [23:26<14:22, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [23:32<23:17, 2.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 482.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [23:32<18:25, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 481.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [23:34<16:31, 1.96s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 480.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [23:37<19:10, 2.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 480.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [23:38<16:39, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 479.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [23:41<17:48, 2.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 478.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [23:41<13:58, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 477.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [23:42<11:36, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 476.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [23:43<09:56, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 475.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [23:43<08:31, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 474.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [23:46<12:15, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 474.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [23:47<11:25, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 473.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [23:48<09:29, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 472.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [23:49<08:50, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 471.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [23:49<07:51, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 470.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [23:51<09:06, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 469.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [23:52<08:38, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 468.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [23:52<07:47, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 467.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [23:56<13:51, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 467.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [23:56<11:13, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 466.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [23:57<09:37, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 465.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [23:58<08:18, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 464.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [23:59<08:38, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 463.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [24:00<07:40, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 462.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [24:00<06:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 461.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [24:01<06:21, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 460.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [24:02<06:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 459.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [24:02<05:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 458.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [24:06<13:53, 1.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 458.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [24:08<12:36, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 457.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [24:09<13:03, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 456.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [24:11<12:30, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 455.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [24:13<15:05, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 455.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [24:15<13:39, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 454.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [24:16<11:31, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 453.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [24:16<09:41, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 452.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [24:17<09:01, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 451.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [24:19<10:24, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 450.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [24:22<14:54, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 450.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [24:23<12:23, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 449.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [24:24<10:55, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 448.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [24:26<13:01, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 448.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [24:27<10:25, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 447.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [24:27<08:47, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [24:29<09:58, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 445.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [24:30<08:38, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 444.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [24:31<07:35, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 443.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [24:31<07:12, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 442.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [24:32<06:29, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 441.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [24:33<06:01, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 440.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [24:33<06:00, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 439.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [24:34<05:39, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 438.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [24:35<05:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 436.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [24:35<05:12, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 435.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [24:37<06:33, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 435.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [24:37<05:51, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 433.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [24:38<05:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 432.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [24:40<08:12, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 432.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [24:40<07:24, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 431.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [24:42<08:13, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 430.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [24:45<12:58, 1.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 430.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [24:46<11:08, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 429.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [24:48<13:05, 1.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 428.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [24:52<16:38, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 428.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [24:53<14:30, 1.96s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 427.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [24:58<21:44, 2.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 427.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [24:59<16:43, 2.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 426.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [25:00<13:06, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 425.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [25:02<14:02, 1.91s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 425.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [25:03<12:36, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 424.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [25:04<10:50, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 423.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [25:05<10:24, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 422.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [25:07<10:08, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 421.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [25:09<11:38, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 420.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [25:10<10:05, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 419.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [25:11<09:36, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 418.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [25:11<08:07, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 417.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [25:12<06:54, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 416.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [25:13<06:05, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 415.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [25:13<05:56, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 414.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [25:14<05:22, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 413.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [25:16<08:19, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 412.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [25:17<07:03, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 411.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [25:17<06:09, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 410.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [25:18<05:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 409.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [25:19<05:53, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 408.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [25:20<06:46, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 407.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [25:22<08:04, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 407.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [25:23<08:04, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [25:28<16:05, 2.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [25:29<12:47, 1.83s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 405.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [25:29<10:12, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 404.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [25:31<11:04, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 403.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [25:32<09:06, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 402.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [25:33<08:59, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 401.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [25:34<08:32, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 400.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [25:35<08:10, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 399.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [25:36<08:11, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 398.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [25:37<06:58, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 397.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [25:38<07:43, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [25:40<07:54, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 395.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [25:40<07:18, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 394.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [25:42<08:04, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 394.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [25:46<13:36, 2.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 393.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [25:50<17:06, 2.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 393.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [25:51<14:02, 2.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 392.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [25:51<10:56, 1.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 391.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [25:52<09:15, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 390.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [25:53<08:34, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 389.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [25:54<07:13, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 388.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [25:55<06:43, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 387.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [25:56<07:35, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [25:57<06:33, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 385.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [25:57<06:11, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 384.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [25:59<06:32, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 383.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [26:00<08:03, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 382.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [26:01<07:44, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 382.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [26:03<09:07, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 381.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [26:07<14:25, 2.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 381.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [26:10<14:36, 2.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 380.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [26:12<13:58, 2.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 379.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [26:12<11:13, 1.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 378.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [26:14<10:33, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 377.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [26:14<08:35, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 376.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [26:15<07:12, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 375.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [26:18<09:48, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 375.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [26:18<08:13, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 374.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [26:19<07:03, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 372.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [26:21<08:38, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 372.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [26:22<08:37, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 371.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [26:24<09:47, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 370.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [26:25<08:58, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 369.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [26:27<09:53, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 368.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [26:28<08:47, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 367.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [26:30<08:35, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 367.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [26:31<07:51, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 366.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [26:32<07:47, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 365.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [26:33<07:46, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [26:34<06:41, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 363.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [26:34<05:45, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [26:35<05:18, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 361.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [26:36<04:51, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 359.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [26:36<04:40, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 358.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [26:37<04:26, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 357.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [26:38<04:35, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 356.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [26:39<05:32, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 355.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [26:41<07:03, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 355.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [26:42<06:01, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 354.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [26:42<05:20, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 353.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [26:44<06:27, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 352.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [26:45<06:41, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 351.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [26:47<09:07, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [26:50<10:20, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 349.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [26:51<09:30, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 348.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [26:52<08:33, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 348.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [26:54<08:59, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 347.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [26:56<10:39, 1.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 346.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [26:57<08:31, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 345.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [27:00<11:21, 1.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 344.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [27:03<13:45, 2.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 344.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [27:05<12:12, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [27:06<10:05, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 342.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [27:09<12:07, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [27:10<10:21, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 341.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [27:12<11:43, 2.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 340.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [27:14<11:36, 2.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 339.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [27:17<12:49, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 339.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [27:19<12:24, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 338.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [27:21<12:12, 2.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 337.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [27:23<11:02, 1.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 336.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [27:24<09:24, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 335.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [27:25<08:16, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 334.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [27:25<06:49, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 333.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [27:26<05:51, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 332.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [27:26<05:03, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 331.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [27:27<04:31, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 330.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [27:28<04:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 329.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [27:37<18:52, 3.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 330.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [27:38<14:14, 2.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 328.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [27:39<11:03, 2.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 327.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [27:40<10:24, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 327.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [27:44<14:05, 2.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 326.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [27:46<11:51, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 325.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [27:46<09:18, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 324.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [27:48<09:07, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [27:51<12:07, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 323.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [27:52<09:35, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [27:54<09:01, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 321.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [27:54<07:17, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 320.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [27:55<06:00, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 319.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [27:57<08:09, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 318.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [28:00<10:18, 1.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 317.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [28:03<11:48, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [28:04<09:48, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 316.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [28:06<09:32, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 315.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [28:08<10:13, 1.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 314.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [28:09<09:13, 1.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 313.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [28:12<09:51, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 312.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [28:13<09:34, 1.85s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [28:15<08:35, 1.66s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 310.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [28:18<11:26, 2.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 310.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [28:21<12:16, 2.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 309.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [28:22<10:42, 2.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 308.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [28:28<15:39, 3.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 308.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [28:32<17:21, 3.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 308.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [28:33<13:45, 2.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 307.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [28:34<11:30, 2.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 306.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [28:36<10:36, 2.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 305.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [28:38<10:28, 2.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 304.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [28:41<11:17, 2.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 303.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [28:44<12:35, 2.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 303.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [28:45<10:35, 2.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 302.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [28:46<08:32, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [28:46<06:50, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 300.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [28:49<08:00, 1.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [28:49<06:38, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 298.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [28:50<05:31, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 297.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [28:50<04:42, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 295.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [28:51<04:46, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 294.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [28:55<08:41, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 294.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [28:57<08:24, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 293.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [28:57<06:50, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 292.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [28:58<05:45, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 291.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [29:00<06:57, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 290.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [29:01<05:48, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 289.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [29:03<06:28, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 288.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [29:04<05:53, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 287.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [29:05<06:22, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 286.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [29:10<10:46, 2.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 286.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [29:11<09:36, 2.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 285.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [29:12<07:31, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 284.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [29:12<06:09, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 283.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [29:14<06:43, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 282.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [29:17<08:41, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 281.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [29:18<07:57, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 280.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [29:20<07:04, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 279.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [29:21<07:02, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 278.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [29:22<06:30, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 277.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [29:23<05:39, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 276.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [29:24<04:53, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 275.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [29:25<04:59, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 274.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [29:26<04:19, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 273.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [29:26<03:52, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 272.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [29:28<04:55, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 271.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [29:29<04:14, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 270.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [29:29<04:09, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 269.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [29:30<03:45, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 268.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [29:32<04:50, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 267.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [29:36<08:33, 1.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [29:36<06:53, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 265.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [29:37<05:40, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 264.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [29:38<04:39, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 263.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [29:38<04:02, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 262.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [29:39<03:45, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 261.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [29:40<03:22, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 260.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [29:40<03:06, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 259.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [29:41<03:07, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 258.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [29:42<02:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 256.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [29:42<02:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 255.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [29:43<03:15, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 254.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [29:44<03:36, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 253.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [29:45<03:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 252.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [29:46<03:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 251.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [29:46<02:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 250.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [29:47<02:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [29:47<02:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 248.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [29:49<03:32, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 247.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [29:49<03:16, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 246.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [29:50<03:11, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 245.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [29:51<02:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 244.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [29:51<02:44, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 243.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [29:52<02:53, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 242.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [29:53<02:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 241.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [29:53<02:34, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 240.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [29:54<02:29, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 238.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [29:55<02:25, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 237.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [29:55<02:23, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 236.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [29:56<02:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 235.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [29:57<02:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 234.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [29:58<03:04, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 233.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [29:58<02:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 232.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [29:59<02:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 231.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [30:00<02:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 230.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [30:00<02:27, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 229.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [30:01<02:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 228.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [30:02<02:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 227.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [30:02<02:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 226.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [30:03<02:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 225.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [30:04<02:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 224.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [30:05<03:31, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 223.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [30:06<03:04, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 222.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [30:06<02:47, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 221.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [30:07<02:39, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 220.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [30:08<02:30, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 218.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [30:09<02:33, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 217.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [30:09<02:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 216.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [30:10<02:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 215.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [30:10<02:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 214.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [30:12<03:34, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 213.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [30:13<03:06, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 212.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [30:13<02:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 211.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [30:14<02:30, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 210.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [30:15<02:21, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 209.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [30:15<02:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 208.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [30:16<02:22, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 207.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [30:17<02:15, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 206.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [30:17<02:11, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 205.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [30:18<02:05, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 204.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [30:18<02:02, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 203.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [30:19<02:02, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 202.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [30:20<02:02, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 201.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [30:20<01:58, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 200.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [30:21<02:00, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 199.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [30:21<01:57, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 197.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [30:22<01:58, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 196.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [30:23<01:56, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 195.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [30:23<02:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 194.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [30:24<02:35, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 193.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [30:25<02:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 192.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [30:26<02:21, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 191.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [30:27<02:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 190.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [30:27<02:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 189.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [30:28<02:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [30:29<02:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 187.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [30:29<02:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 186.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [30:30<01:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 185.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [30:30<01:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 184.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [30:31<01:53, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 183.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [30:32<02:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 182.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [30:32<01:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 181.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [30:34<02:34, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 180.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [30:35<02:42, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 179.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [30:38<04:26, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 178.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [30:38<03:49, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 177.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [30:43<06:41, 2.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 176.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [30:45<06:23, 2.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 175.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [30:49<07:50, 2.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 175.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [30:50<05:59, 2.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 174.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [30:50<04:45, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 173.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [30:51<03:55, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 172.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [30:52<03:49, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 171.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [30:53<03:15, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 170.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [30:54<03:08, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 169.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [30:55<02:39, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 167.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [30:55<02:29, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 166.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [30:59<04:48, 1.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 166.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [31:01<04:59, 1.84s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 165.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [31:02<04:02, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 164.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [31:02<03:17, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 163.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [31:03<03:04, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 162.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [31:04<02:37, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 161.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [31:05<02:19, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 160.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [31:05<02:05, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 158.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [31:06<02:02, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 157.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [31:07<01:55, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 156.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [31:07<01:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 155.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [31:08<01:59, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 154.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [31:09<01:53, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 153.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [31:10<01:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 152.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [31:10<01:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 151.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [31:11<01:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 150.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [31:11<01:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 149.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [31:12<01:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [31:13<01:29, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 147.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [31:13<01:27, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 146.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [31:14<01:29, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 145.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [31:14<01:28, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 144.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [31:15<01:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 143.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [31:16<01:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 142.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [31:16<01:28, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 141.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [31:17<01:27, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 140.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [31:18<01:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [31:18<01:24, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 138.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [31:19<01:20, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 137.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [31:19<01:20, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 136.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [31:20<01:19, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 135.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [31:20<01:16, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 134.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [31:21<01:16, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 133.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [31:22<01:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 131.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [31:23<01:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 130.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [31:23<01:18, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 129.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [31:24<01:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 128.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [31:25<01:51, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 127.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [31:26<01:42, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 126.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [31:26<01:33, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 125.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [31:27<01:32, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 124.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [31:28<01:32, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 123.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [31:29<01:28, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 122.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [31:29<01:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 121.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [31:30<01:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 120.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [31:31<01:30, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 119.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [31:32<01:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 118.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [31:32<01:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 117.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [31:33<01:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 116.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [31:34<01:25, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 115.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [31:35<01:27, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 114.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [31:35<01:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 113.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [31:36<01:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 112.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [31:37<01:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 111.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [31:38<01:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 110.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [31:38<01:15, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [31:39<01:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 108.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [31:40<01:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 107.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [31:40<01:11, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [31:41<01:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 105.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [31:42<01:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 104.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [31:43<01:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 103.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [31:43<01:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 102.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [31:44<01:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 101.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [31:45<01:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 100.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [31:45<01:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 99.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [31:46<01:07, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 98.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [31:47<01:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 97.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [31:48<01:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 96.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [31:48<01:08, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 95.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [31:49<01:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 94.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [31:49<01:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 93.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [31:51<01:16, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 92.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [31:52<01:16, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 91.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [31:53<01:44, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 90.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [31:55<01:45, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 89.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [32:04<05:22, 3.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 88.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [32:05<03:58, 2.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 87.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [32:05<03:01, 2.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 86.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [32:06<02:26, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 85.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [32:07<02:00, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 84.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [32:08<01:41, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 83.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [32:09<01:37, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 82.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [32:09<01:24, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 81.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [32:10<01:15, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 80.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [32:11<01:13, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 79.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [32:12<01:13, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 78.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [32:13<01:05, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 77.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [32:13<01:02, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 76.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [32:14<00:57, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 75.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [32:15<00:56, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 74.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [32:16<00:55, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 73.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [32:16<00:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 72.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [32:17<00:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 71.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [32:17<00:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 70.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [32:18<00:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 69.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [32:19<00:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 68.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [32:19<00:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 67.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [32:20<00:41, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 66.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [32:20<00:40, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 65.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [32:21<00:39, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 64.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [32:22<00:38, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 63.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [32:23<00:47, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 62.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [32:23<00:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 61.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [32:25<00:49, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 60.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [32:25<00:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 59.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [32:26<00:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 58.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [32:26<00:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 57.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [32:27<00:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 56.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [32:28<00:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 55.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [32:28<00:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 54.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [32:29<00:35, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 53.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [32:30<00:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 52.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [32:30<00:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 51.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [32:31<00:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 50.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [32:32<00:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 49.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [32:32<00:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 48.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [32:33<00:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 47.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [32:34<00:29, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 46.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [32:35<00:38, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 45.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [32:36<00:35, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 44.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [32:36<00:33, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 43.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [32:37<00:32, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 42.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [32:38<00:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 41.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [32:38<00:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 40.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [32:39<00:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 39.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [32:40<00:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 38.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [32:40<00:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 37.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [32:41<00:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 36.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [32:42<00:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 34.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [32:42<00:22, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 33.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [32:43<00:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 32.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [32:44<00:20, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 31.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [32:44<00:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 30.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [32:45<00:18, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 29.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [32:47<00:28, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 28.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [32:47<00:25, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 27.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [32:48<00:22, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 26.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [32:49<00:22, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 25.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [32:50<00:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [32:50<00:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 23.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [32:51<00:20, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 22.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [32:52<00:17, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 21.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [32:53<00:16, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 20.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [32:53<00:15, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 19.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [32:54<00:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 18.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [32:55<00:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 17.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [32:55<00:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 16.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [32:56<00:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 15.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [32:57<00:10, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 14.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [32:57<00:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 13.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [32:58<00:08, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 12.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [32:59<00:07, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 11.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [32:59<00:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 10.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [33:00<00:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 10.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [33:01<00:06, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 9.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [33:02<00:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 8.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [33:04<00:07, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 7.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [33:04<00:05, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 6.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [33:05<00:04, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 5.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [33:06<00:03, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 4.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [33:07<00:02, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 3.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [33:07<00:01, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 2.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [33:08<00:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 1.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [33:09<00:00, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df4.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df4.csv', index=False)"],"metadata":{"id":"hznC-rZhwcI7"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df5['box'] = apply_with_progress(df5, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"hOxiyW-X4bN0","executionInfo":{"status":"ok","timestamp":1749294706177,"user_tz":-330,"elapsed":1498545,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"a1d33cb6-b67f-4bd6-ad26-2ecbddf50612"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<21:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1279.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<19:28, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1184.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:01<19:54, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1198.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:02<20:15, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1209.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:02<19:25, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1183.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:03<21:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1243.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:04<21:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1243.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:05<21:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1255.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:05<21:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1248.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:06<21:10, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:06<21:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1257.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:07<21:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1259.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:08<22:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1275.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:08<21:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1272.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:09<21:10, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1265.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:10<20:45, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1259.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:10<20:52, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1259.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:11<20:56, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1259.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:12<21:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1260.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:12<20:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1257.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:13<20:06, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1249.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:13<20:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1252.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:14<21:01, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:15<20:55, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1253.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:15<20:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:16<24:43, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1281.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:17<23:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1277.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:18<22:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1278.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:18<23:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1283.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:19<22:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1280.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:20<21:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1278.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:21<24:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1293.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:21<23:47, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1295.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:22<23:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1298.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:23<22:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:23<21:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1290.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:24<20:29, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1283.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:24<20:13, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1280.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:25<20:24, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1278.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:26<19:58, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1274.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:26<21:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1280.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:27<21:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1279.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:28<21:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1278.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:28<21:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1277.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:29<21:28, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1277.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:30<22:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1281.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:30<22:39, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1283.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:31<21:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1281.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:32<21:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1280.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:32<21:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1279.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:33<20:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1276.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:34<20:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1275.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:34<20:04, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1271.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:35<19:16, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:35<19:28, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1264.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:36<19:57, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1264.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:36<19:32, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1260.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:37<20:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1261.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:38<20:13, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1259.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:38<20:08, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1258.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:39<20:35, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1258.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:40<20:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1255.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:40<19:54, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1253.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:41<19:46, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1251.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:41<18:55, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1247.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:42<19:50, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1247.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:43<19:56, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1246.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:43<19:07, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1243.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:44<22:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1251.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:45<26:21, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1262.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:46<27:14, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1269.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:47<24:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1266.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:47<23:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1264.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:48<22:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [00:49<21:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1262.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [00:49<22:00, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [00:50<23:03, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1265.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [00:51<22:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1264.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [00:51<21:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1263.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [00:52<21:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1263.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [00:53<20:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1261.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [00:53<21:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1262.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [00:56<36:05, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1296.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [00:56<31:15, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1295.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [00:57<29:44, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1297.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [00:58<33:14, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1310.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:00<36:45, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1326.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:00<32:02, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1324.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:01<29:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1324.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:02<26:57, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1323.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:03<25:16, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1322.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:03<23:47, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1320.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:04<21:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1316.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:04<20:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1313.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:06<27:45, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1327.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:06<25:28, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1325.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:07<23:55, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1323.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:08<23:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1322.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:08<22:58, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1322.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:09<21:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1319.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:09<20:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1315.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:10<21:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1316.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:11<20:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1313.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:12<21:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1313.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:12<20:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1311.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:13<25:45, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1319.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:14<23:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1317.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:15<22:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1315.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:16<27:09, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1323.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:16<24:43, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1321.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:17<22:58, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1318.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:18<21:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1316.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:18<21:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1314.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:19<21:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1313.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:20<20:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1312.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:20<19:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1309.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:21<19:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1307.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:21<20:35, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:22<20:27, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1305.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:23<20:17, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1304.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:23<19:29, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1301.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:24<18:47, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1298.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:25<21:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:25<21:49, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1300.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:26<22:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:27<22:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1300.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:28<23:21, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1301.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:28<22:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1300.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:30<31:04, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1313.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:31<28:04, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1312.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:31<26:11, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1311.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:32<25:42, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1312.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:33<26:23, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1314.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:35<35:09, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1328.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:36<31:57, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1329.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:36<28:50, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1328.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:37<26:42, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1327.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:39<33:46, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1338.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:39<30:21, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1338.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:40<27:22, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1336.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:41<25:03, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1334.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:41<22:45, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1332.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [01:42<22:46, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1331.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [01:43<21:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1329.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [01:43<21:10, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1328.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [01:44<20:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1326.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [01:45<19:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [01:45<19:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1321.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [01:46<19:21, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1319.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [01:46<20:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1319.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [01:47<19:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1317.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [01:48<18:54, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1314.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [01:48<19:16, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1313.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [01:49<19:36, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [01:50<20:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [01:50<19:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1309.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [01:51<19:20, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [01:51<18:47, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1304.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [01:52<18:39, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1302.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [01:53<18:57, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1301.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [01:53<20:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1301.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [01:54<20:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1300.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [01:55<19:46, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1298.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [01:55<19:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1296.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [01:56<20:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1295.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [01:57<19:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1293.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [01:59<31:13, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1306.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [01:59<27:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1305.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:00<25:18, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1303.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:00<23:28, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1301.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:02<32:59, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1313.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:03<28:37, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1311.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:04<26:51, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1310.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:04<24:28, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1309.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:05<22:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1307.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:05<21:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1305.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:06<21:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1304.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:07<20:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1302.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:07<20:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1301.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:08<19:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1299.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:09<20:14, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1298.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:09<20:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1297.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:10<20:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1296.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:11<19:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1294.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:11<19:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1293.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:12<20:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1292.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:13<19:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1291.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:14<21:45, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1291.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:14<20:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1290.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:18<48:59, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1319.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:19<39:42, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:19<33:09, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1315.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:20<28:18, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1312.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:20<25:15, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:21<22:34, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1308.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:21<21:26, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1306.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:22<20:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1304.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:23<21:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1305.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:24<21:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1304.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:24<20:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1302.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:25<19:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1300.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:25<19:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:26<20:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1299.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:27<20:03, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1297.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:27<19:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1295.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:28<19:48, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1294.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:29<19:58, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1293.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:29<18:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1291.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:30<19:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1290.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:31<20:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1290.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:31<19:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1288.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:32<20:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1287.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:33<20:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1286.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:33<19:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1284.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:34<19:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1283.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:35<19:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1281.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:35<18:11, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1279.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:36<17:24, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1277.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:37<18:57, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1276.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:37<19:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1276.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:38<19:14, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1274.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:39<19:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1273.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:39<19:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1272.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:40<20:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1272.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:40<18:33, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1269.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:41<18:24, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1268.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:42<18:41, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1266.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:42<19:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1266.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [02:43<18:48, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1264.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [02:44<18:31, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1263.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [02:44<18:06, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [02:45<17:22, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1259.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [02:45<17:30, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1257.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [02:46<18:53, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [02:47<18:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [02:47<17:50, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1253.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [02:48<18:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1252.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [02:49<18:37, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1251.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [02:49<17:45, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1249.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [02:50<17:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1248.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [02:50<17:22, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1246.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [02:52<29:14, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1254.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [02:53<26:13, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1253.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [02:54<30:39, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1257.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [02:55<26:38, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1256.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [02:55<23:39, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [02:56<21:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [02:57<20:46, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1251.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [02:59<34:52, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1262.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:00<30:19, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:00<26:41, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1259.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:02<31:25, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1264.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:02<28:10, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1263.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:03<26:59, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1263.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:04<24:50, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1262.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:05<22:43, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1261.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:05<21:02, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1259.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:06<21:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1259.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:07<20:26, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1257.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:07<21:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1257.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:08<20:18, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1256.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:09<19:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:09<18:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:10<17:38, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1251.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:10<17:52, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1249.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:12<24:11, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1253.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:12<22:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1251.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:13<21:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1250.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:14<21:45, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:15<21:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:15<20:11, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1248.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:16<19:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1247.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:16<19:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1245.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:18<24:46, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1248.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:18<22:39, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1247.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:19<21:18, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1246.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:20<20:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1244.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:21<24:36, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1246.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:23<32:26, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1252.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:23<29:10, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1252.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:24<25:50, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1250.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:25<24:29, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1250.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:25<23:32, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:26<21:26, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1247.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:27<19:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1246.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:27<20:50, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1246.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:28<19:41, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1244.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:29<20:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1244.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:30<24:24, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1246.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:31<22:08, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1244.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:31<20:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1243.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:32<20:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1242.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:32<19:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1240.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:33<19:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1239.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:34<19:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1238.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:35<19:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1237.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:36<23:35, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:36<21:57, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1238.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:37<20:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1237.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:38<19:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1235.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:38<19:44, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1234.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:39<20:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1234.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [03:40<19:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1233.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [03:40<18:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1231.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [03:41<18:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1230.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [03:42<24:33, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1233.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [03:43<25:32, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1233.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [03:46<37:38, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1242.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [03:46<31:32, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1240.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [03:47<26:43, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1238.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [03:47<24:27, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1237.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [03:48<22:27, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1236.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [03:49<20:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1235.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [03:49<19:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1233.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [03:50<19:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1233.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [03:51<18:48, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1231.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [03:51<18:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1230.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [03:52<19:14, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1229.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [03:53<19:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1228.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [03:53<18:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1227.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [03:54<18:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1225.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [03:54<17:39, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1224.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [03:55<17:20, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1222.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [03:56<18:32, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1222.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [03:57<18:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1221.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [03:57<18:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1220.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [03:58<17:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1218.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [03:58<18:34, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1218.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [03:59<18:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1216.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [04:00<20:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1217.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [04:01<19:48, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1215.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [04:01<20:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1215.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:02<22:50, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1216.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:03<21:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1215.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:04<20:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1214.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:05<21:43, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1214.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:05<21:01, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1213.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:06<20:29, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1212.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:07<19:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1211.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:07<19:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1210.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:08<18:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1208.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:09<18:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1207.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:10<25:52, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1211.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:11<23:41, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1210.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:12<22:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1209.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:12<21:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1208.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:13<20:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1207.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:14<19:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1206.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:14<18:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1204.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:15<18:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1203.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:15<17:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1202.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:16<17:03, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:17<17:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1199.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:17<17:12, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1198.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:18<17:03, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1197.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:18<16:56, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1195.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:19<17:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1195.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [04:20<19:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1195.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [04:21<18:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1193.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [04:21<18:40, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1192.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [04:22<18:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1191.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [04:23<17:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1190.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [04:23<17:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1189.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [04:24<17:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1188.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [04:24<16:58, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1186.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [04:27<32:26, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1194.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [04:28<28:33, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1193.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [04:29<26:58, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1193.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [04:29<24:28, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1192.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [04:30<22:18, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1191.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [04:31<22:04, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1190.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [04:31<21:26, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1190.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [04:32<20:41, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1189.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [04:33<19:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1188.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [04:33<19:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1187.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [04:34<17:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1185.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [04:35<18:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1184.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [04:35<17:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1183.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [04:37<24:24, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1185.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [04:37<22:13, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1184.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [04:38<21:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1184.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [04:39<19:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1182.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [04:40<23:29, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1183.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [04:40<20:51, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1182.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [04:41<20:32, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1181.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [04:42<19:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1180.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [04:43<19:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1180.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [04:43<18:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1178.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [04:44<18:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1177.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [04:45<18:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1177.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [04:45<17:57, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1175.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [04:47<23:02, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1177.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [04:47<21:15, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1176.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [04:48<19:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1175.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [04:48<18:45, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1173.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [04:49<18:22, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1172.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [04:50<17:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1171.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [04:50<17:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1170.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [04:52<24:49, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1173.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [04:52<22:04, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1171.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [04:53<20:42, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1170.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [04:54<20:35, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1170.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [04:55<20:04, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1169.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [04:55<18:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1168.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [04:56<20:49, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1168.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [04:57<20:06, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1167.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [04:57<19:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1166.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [04:58<18:12, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1165.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [04:59<18:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1164.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [04:59<18:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1163.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:00<17:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1161.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:01<16:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1160.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:01<16:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:02<16:32, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:02<16:07, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1157.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:04<20:01, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1157.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:05<25:21, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1159.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:06<22:36, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1158.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:06<20:27, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1157.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:07<19:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1156.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:07<17:57, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1154.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:08<17:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1153.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:09<17:13, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1152.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:09<16:40, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1151.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:10<18:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1150.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:11<17:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1149.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:11<17:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:12<16:19, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1147.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:13<16:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1146.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:13<17:07, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1145.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:14<16:51, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1144.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [05:14<16:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1143.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [05:15<16:03, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1141.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [05:16<15:37, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1140.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [05:16<15:38, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [05:17<15:22, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1137.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [05:17<15:43, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1136.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [05:18<19:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1137.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [05:19<18:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1136.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [05:20<18:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1135.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [05:20<17:10, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1134.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [05:21<16:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1132.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [05:21<16:04, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1131.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [05:22<16:05, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1130.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [05:23<16:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1129.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [05:23<16:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1128.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [05:24<16:10, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1127.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [05:25<16:25, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1126.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [05:25<16:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1125.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [05:26<16:28, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1124.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [05:27<17:16, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1123.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [05:27<17:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1122.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [05:28<16:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1121.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [05:29<17:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1120.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [05:29<16:51, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1119.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [05:31<21:57, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1121.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [05:31<20:40, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1120.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [05:32<19:42, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1119.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [05:33<18:38, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1118.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [05:33<17:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1117.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [05:34<17:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1116.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [05:34<17:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1115.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [05:35<16:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1114.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [05:36<16:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1113.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [05:36<15:56, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1111.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [05:37<15:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1110.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [05:38<16:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1109.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [05:38<15:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1108.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [05:39<16:29, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1107.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [05:40<18:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1107.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [05:40<17:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1106.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [05:41<17:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1105.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [05:42<18:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1105.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [05:43<18:06, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1104.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [05:43<17:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1103.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [05:44<20:25, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1104.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [05:45<18:53, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1103.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [05:46<17:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1101.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [05:46<16:54, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1100.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [05:47<16:00, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1099.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [05:48<19:36, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1099.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [05:48<18:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1098.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [05:49<17:53, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1097.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [05:50<17:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1096.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [05:50<16:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1095.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [05:51<15:39, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1094.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [05:51<15:17, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1093.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [05:53<22:52, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1095.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [05:54<21:24, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1094.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [05:54<19:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1093.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [05:55<18:15, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1092.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [05:56<17:10, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1091.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [05:56<16:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1090.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [05:57<16:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1089.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [05:58<23:33, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1091.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [05:59<21:07, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1090.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:00<20:15, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1089.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:01<21:24, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1089.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:01<20:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1088.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:02<19:29, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1087.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:03<18:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1086.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:03<17:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1085.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:04<17:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1084.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:05<17:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1084.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:05<16:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1083.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:06<16:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1082.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:07<16:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1081.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:07<16:46, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1080.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:08<16:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1079.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:09<16:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1078.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:09<16:34, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1077.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:10<16:48, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1076.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [06:11<16:59, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1076.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [06:12<18:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1075.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [06:12<18:28, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1075.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [06:13<18:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1074.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [06:14<17:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1073.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [06:14<16:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1072.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [06:15<16:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1071.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [06:16<16:31, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1070.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [06:16<16:22, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1069.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [06:17<15:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1068.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [06:18<15:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1067.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [06:18<15:50, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1066.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [06:19<16:14, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1065.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [06:20<15:51, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1064.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [06:20<15:33, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1063.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [06:21<15:11, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1062.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [06:21<15:28, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1061.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [06:22<17:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1061.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [06:23<17:30, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1060.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [06:24<21:38, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1061.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [06:25<19:58, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1060.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [06:29<44:11, 1.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1069.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [06:30<35:37, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1068.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [06:30<30:00, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1067.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [06:31<25:29, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1066.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [06:32<23:07, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1065.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [06:32<20:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1064.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [06:33<18:38, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1063.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [06:34<17:31, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1062.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [06:34<17:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1061.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [06:35<16:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1060.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [06:35<15:52, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1059.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [06:36<15:10, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1058.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [06:37<14:50, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1057.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [06:37<14:46, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1056.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [06:38<15:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1055.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [06:39<16:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1054.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [06:39<15:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1053.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [06:40<15:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1052.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [06:41<15:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1052.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [06:41<15:20, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1050.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [06:42<15:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1049.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [06:42<15:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1049.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [06:43<15:47, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1048.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [06:44<15:01, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1047.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [06:44<15:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1046.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [06:45<14:56, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1045.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [06:45<14:34, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1043.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [06:46<14:20, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1042.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [06:47<14:06, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1041.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [06:47<14:06, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1040.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [06:48<14:01, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1039.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [06:48<14:14, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1038.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [06:49<14:22, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1037.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [06:50<14:02, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1036.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [06:50<14:33, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1035.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [06:51<14:10, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1034.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [06:51<14:22, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1033.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [06:52<14:19, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1032.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [06:53<16:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1032.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [06:54<16:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1031.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [06:54<15:21, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1030.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [06:55<15:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1029.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [06:55<14:39, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1028.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [06:56<14:24, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1026.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [06:56<13:59, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1025.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [06:57<14:07, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1024.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [06:58<14:12, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1023.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [06:59<16:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1023.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [06:59<15:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1022.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:00<15:30, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1021.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:00<14:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1020.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:01<16:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1020.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:02<16:44, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1019.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:03<15:52, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1018.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:03<15:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1017.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [07:04<15:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1016.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [07:04<14:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1015.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [07:05<14:28, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1014.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [07:06<14:07, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1013.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [07:06<14:03, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1012.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [07:07<13:44, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1011.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [07:10<31:28, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1016.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [07:11<26:38, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1015.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [07:11<22:30, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1014.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [07:12<21:22, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1013.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [07:13<20:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1013.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [07:13<18:07, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1011.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [07:14<16:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1010.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [07:14<15:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1009.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [07:15<15:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1008.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [07:16<15:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1008.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [07:17<19:01, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1008.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [07:18<18:05, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1007.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [07:18<16:51, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1006.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [07:19<16:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1005.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [07:19<15:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1004.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [07:20<14:15, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1003.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [07:20<14:06, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1002.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [07:21<14:30, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1001.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [07:22<14:29, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1000.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [07:23<15:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1000.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [07:23<14:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 998.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [07:24<14:18, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 997.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [07:24<14:07, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 996.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [07:25<14:25, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 996.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [07:25<13:55, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 994.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [07:26<14:15, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 994.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [07:27<14:42, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 993.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [07:27<14:15, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 992.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [07:28<14:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 991.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [07:29<15:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 990.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [07:29<15:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 989.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [07:30<15:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 989.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [07:31<15:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 988.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [07:31<14:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 987.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [07:32<16:10, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 986.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [07:34<21:31, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 987.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [07:34<19:28, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 986.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [07:35<17:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 985.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [07:36<16:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 985.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [07:36<17:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 984.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [07:37<16:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 983.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [07:38<15:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 982.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [07:38<15:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 981.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [07:39<15:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 980.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [07:39<14:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 979.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [07:40<14:02, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 978.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [07:41<13:55, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 977.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [07:41<14:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 977.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [07:42<14:26, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 976.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [07:43<14:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 975.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [07:43<14:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 974.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [07:44<15:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 973.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [07:45<14:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 972.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [07:45<15:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 972.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [07:46<14:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 971.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [07:47<15:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 970.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [07:47<15:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 969.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [07:48<14:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 968.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [07:50<26:13, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 971.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [07:51<22:34, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 970.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [07:52<20:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 969.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [07:52<19:27, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 969.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [07:53<17:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 968.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [07:54<16:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 967.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [07:54<15:23, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 966.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [07:55<15:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 965.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [07:55<14:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 964.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [07:56<14:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 963.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [07:57<14:24, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 962.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [07:57<14:32, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 961.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [07:58<14:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 960.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [07:59<14:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 959.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [07:59<13:51, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 958.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [08:00<13:19, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 957.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [08:01<13:59, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 957.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [08:01<13:27, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 956.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [08:02<13:51, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 955.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [08:02<13:31, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 954.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [08:03<13:26, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 953.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [08:04<13:17, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 952.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [08:04<13:47, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 951.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [08:05<13:56, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 950.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [08:05<13:44, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 949.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [08:06<13:35, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 948.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [08:07<13:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 947.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [08:07<13:26, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 946.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [08:08<13:39, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 946.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [08:08<13:21, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 945.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [08:09<13:25, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 944.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [08:10<13:25, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 943.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [08:10<14:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 942.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [08:11<13:57, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 941.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [08:12<15:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 941.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [08:13<16:05, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 940.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [08:13<15:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 939.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [08:14<16:59, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 939.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [08:15<15:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 938.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [08:15<14:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 937.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [08:16<14:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 936.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [08:17<14:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 935.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [08:17<14:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 934.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [08:18<14:15, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 934.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [08:19<13:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 933.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [08:19<13:46, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 932.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [08:20<15:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 931.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [08:21<14:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 931.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [08:21<14:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 930.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [08:22<13:50, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 929.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [08:23<13:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 928.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [08:23<12:54, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 927.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [08:24<12:34, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 926.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [08:24<12:42, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 925.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [08:25<13:17, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 924.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [08:26<13:20, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 923.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [08:26<13:37, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 922.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [08:27<13:31, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 921.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [08:28<13:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 921.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [08:28<13:21, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 920.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [08:29<13:24, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 919.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [08:29<13:24, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 918.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [08:31<22:16, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 920.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [08:32<22:17, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 919.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [08:33<19:24, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 918.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [08:34<17:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 918.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [08:34<16:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 917.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [08:35<15:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 916.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [08:36<16:39, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 915.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [08:37<16:40, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 915.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [08:37<15:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 914.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [08:38<15:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 913.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [08:39<14:34, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 912.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [08:39<15:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 912.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [08:40<14:34, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 911.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [08:41<14:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 910.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [08:41<14:07, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 909.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [08:42<13:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 908.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [08:43<13:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 907.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [08:44<16:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 907.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [08:44<15:17, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 906.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [08:45<14:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 906.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [08:45<14:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 905.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [08:46<14:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 904.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [08:47<13:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 903.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [08:47<13:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 902.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [08:48<13:12, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 901.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [08:49<13:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 900.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [08:49<13:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 900.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [08:50<13:13, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 899.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [08:50<13:01, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 898.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [08:51<12:35, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 897.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [08:52<12:45, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 896.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [08:52<12:55, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 895.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [08:54<18:32, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 896.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [08:54<16:57, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 895.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [08:55<15:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 894.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [08:56<15:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 893.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [08:56<14:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 893.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [08:57<13:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 892.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [08:58<13:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 891.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [08:58<14:20, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 890.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [08:59<13:43, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 889.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [09:00<17:17, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 889.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [09:01<16:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 889.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [09:02<15:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 888.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [09:02<14:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 887.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [09:03<14:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 886.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [09:03<14:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 885.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [09:04<13:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 884.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [09:05<14:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 884.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [09:05<13:47, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 883.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [09:09<29:00, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 886.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [09:09<24:55, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 885.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [09:10<21:43, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 885.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [09:11<19:20, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 884.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [09:11<17:34, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 883.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [09:13<23:51, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 884.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [09:14<21:54, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 884.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [09:15<18:49, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 883.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [09:16<20:38, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 883.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [09:17<19:20, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 882.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [09:17<17:11, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 881.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [09:18<15:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 880.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [09:19<15:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 880.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [09:20<16:27, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 879.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [09:20<15:06, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 878.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [09:21<14:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 877.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [09:21<14:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 877.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [09:22<14:30, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 876.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [09:23<14:27, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 875.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [09:24<14:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 874.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [09:24<13:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 874.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [09:25<13:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 873.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [09:25<12:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 872.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [09:26<13:15, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 871.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [09:27<13:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 870.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [09:28<14:44, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 870.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [09:28<14:17, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 869.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [09:29<14:08, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 868.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [09:30<14:11, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 867.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [09:30<13:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 867.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [09:31<14:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 866.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [09:32<14:24, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 865.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [09:32<13:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 864.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [09:33<13:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 864.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [09:35<18:12, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 864.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [09:35<16:21, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 863.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [09:36<15:16, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 862.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [09:38<23:52, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 864.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [09:39<20:34, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 863.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [09:39<18:25, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 862.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [09:40<16:53, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 861.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [09:41<15:56, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 861.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [09:41<14:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 860.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [09:42<13:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 859.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [09:43<13:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 858.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [09:44<15:54, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 858.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [09:44<15:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 857.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [09:45<14:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 856.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [09:46<13:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 855.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [09:46<13:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 854.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [09:47<13:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 854.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [09:47<12:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 853.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [09:48<12:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 852.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [09:49<12:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 851.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [09:49<12:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 850.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [09:50<12:32, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 849.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [09:51<12:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 849.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [09:51<13:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 848.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [09:53<18:03, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 848.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [09:55<23:09, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 849.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [09:56<21:35, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 849.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [09:56<18:47, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 848.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [09:57<16:43, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 847.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [09:58<15:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 846.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [09:58<14:43, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 845.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [09:59<15:31, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 845.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [10:00<14:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 844.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [10:00<14:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 843.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [10:01<14:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 842.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [10:02<14:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 842.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [10:03<14:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 841.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [10:03<13:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 840.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [10:04<13:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 839.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [10:05<12:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 838.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [10:05<12:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 838.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [10:06<12:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 837.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [10:06<12:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 836.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [10:07<12:44, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 835.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [10:08<12:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 834.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [10:09<13:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 834.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [10:09<13:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 833.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [10:10<13:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 832.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [10:11<16:32, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 832.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [10:12<16:07, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 832.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [10:13<15:26, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 831.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [10:13<15:01, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 830.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [10:14<14:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 829.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [10:15<13:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 829.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [10:16<19:09, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 829.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [10:17<17:18, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 828.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [10:18<16:08, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 828.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [10:19<15:22, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 827.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [10:19<14:14, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 826.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [10:20<13:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 825.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [10:20<12:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 824.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [10:21<12:49, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 823.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [10:22<15:12, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 823.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [10:23<14:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 822.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [10:23<13:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 822.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [10:25<19:55, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 822.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [10:26<17:44, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 821.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [10:27<16:31, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 821.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [10:27<14:45, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 820.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [10:28<14:01, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 819.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [10:28<13:29, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 818.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [10:30<16:32, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 818.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [10:30<14:53, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 817.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [10:31<16:38, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 817.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [10:33<19:29, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 817.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [10:33<17:21, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 816.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [10:34<15:37, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 815.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [10:36<19:40, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 816.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [10:37<23:22, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 816.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [10:38<20:19, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 816.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [10:39<17:30, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 815.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [10:39<15:56, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 814.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [10:40<14:57, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 813.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [10:41<14:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 812.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [10:41<13:48, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 812.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [10:42<13:19, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 811.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [10:43<12:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 810.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [10:43<12:27, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 809.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [10:44<12:30, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 808.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [10:45<12:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 807.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [10:45<12:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 807.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [10:46<12:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 806.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [10:47<12:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 805.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [10:47<12:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 804.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [10:48<12:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 804.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [10:49<13:03, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 803.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [10:50<13:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 802.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [10:51<17:13, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 802.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [10:52<15:50, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 802.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [10:52<15:13, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 801.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [10:53<14:40, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 800.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [10:54<14:11, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 799.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [10:55<13:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 799.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [10:55<13:09, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 798.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [10:56<12:56, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 797.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [10:57<12:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 796.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [10:57<12:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 795.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [10:58<12:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 795.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [10:59<15:23, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 794.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [11:00<14:42, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 794.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [11:01<14:05, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 793.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [11:01<13:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 792.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [11:02<13:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 792.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [11:03<13:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 791.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [11:03<12:43, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 790.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [11:04<12:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 789.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [11:05<12:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 788.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [11:05<12:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 787.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [11:06<11:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 787.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [11:07<16:08, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 787.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [11:08<16:54, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 786.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [11:09<15:24, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 786.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [11:10<14:06, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 785.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [11:10<13:43, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 784.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [11:11<13:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 783.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [11:12<13:22, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 782.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [11:13<13:15, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 782.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [11:13<12:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 781.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [11:14<12:52, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 780.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [11:15<13:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 780.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [11:15<12:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 779.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [11:16<12:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 778.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [11:18<20:48, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 779.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [11:19<19:09, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 778.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [11:20<17:08, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 778.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [11:21<15:23, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 777.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [11:21<14:43, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 776.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [11:22<13:52, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 775.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [11:23<13:15, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 774.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [11:23<12:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 774.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [11:24<12:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 773.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [11:25<12:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 772.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [11:25<12:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 771.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [11:26<12:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 771.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [11:27<11:52, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 770.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [11:27<11:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 769.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [11:28<11:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 768.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [11:29<12:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 767.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [11:29<11:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 767.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [11:30<12:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 766.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [11:31<12:03, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 765.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [11:32<17:50, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 765.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [11:33<16:30, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 765.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [11:34<14:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 764.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [11:35<14:01, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 763.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [11:35<13:42, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 762.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [11:36<13:04, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 762.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [11:37<12:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 761.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [11:37<12:30, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 760.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [11:38<11:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 759.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [11:39<11:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 758.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [11:39<11:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 758.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [11:40<13:28, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 757.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [11:41<14:11, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 757.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [11:42<13:50, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 756.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [11:43<12:54, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 755.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [11:43<13:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 755.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [11:44<12:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 754.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [11:45<15:37, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 754.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [11:46<14:22, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 753.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [11:47<12:59, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 752.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [11:49<23:20, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 753.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [11:50<20:10, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 753.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [11:51<17:38, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 752.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [11:51<15:27, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 751.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [11:52<15:14, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 750.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [11:53<14:11, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 750.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [11:54<13:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 749.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [11:54<13:05, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 748.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [11:55<13:26, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 747.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [11:56<14:06, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 747.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [11:58<17:26, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 747.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [11:58<15:49, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 746.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [11:59<14:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 745.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [12:00<13:01, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 745.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [12:00<11:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 744.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [12:01<11:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 743.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [12:01<10:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 742.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [12:02<11:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 741.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [12:03<11:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 740.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [12:03<11:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 740.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [12:04<10:57, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 739.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [12:05<11:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 738.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [12:05<11:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 737.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [12:06<11:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 736.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [12:07<11:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 736.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [12:07<11:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 735.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [12:08<11:20, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 734.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [12:09<11:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 733.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [12:09<10:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 732.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [12:10<10:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 732.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [12:11<10:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 731.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [12:11<10:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 730.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [12:12<10:35, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 729.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [12:13<10:39, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 728.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [12:14<12:56, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 728.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [12:14<12:14, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 727.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [12:15<11:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 726.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [12:16<11:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 725.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [12:16<11:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 725.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [12:17<11:53, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 724.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [12:18<11:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 723.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [12:19<12:44, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 723.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [12:19<12:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 722.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [12:20<12:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 721.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [12:21<11:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 720.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [12:21<11:20, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 720.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [12:22<11:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 719.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [12:23<11:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 718.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [12:24<13:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 718.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [12:25<12:47, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 717.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [12:25<12:17, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 716.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [12:26<12:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 715.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [12:27<11:44, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 715.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [12:27<11:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 714.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [12:28<11:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 713.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [12:29<11:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 712.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [12:29<11:17, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 711.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [12:30<11:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 711.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [12:31<11:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 710.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [12:31<10:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 709.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [12:32<12:02, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 709.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [12:33<11:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 708.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [12:34<11:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 707.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [12:34<11:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 706.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [12:35<11:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 705.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [12:36<11:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 705.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [12:36<10:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 704.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [12:37<10:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 703.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [12:38<10:29, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 702.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [12:39<12:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 702.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [12:40<13:28, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 701.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [12:41<13:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 701.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [12:41<12:51, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 700.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [12:42<12:39, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 699.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [12:43<12:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 698.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [12:43<11:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 698.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [12:44<11:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 697.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [12:45<10:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 696.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [12:45<10:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 695.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [12:46<10:27, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 694.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [12:47<10:12, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 694.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [12:47<09:46, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 693.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [12:48<09:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 692.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [12:48<09:24, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 691.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [12:49<09:23, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 690.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [12:49<09:23, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 689.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [12:51<12:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 689.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [12:51<12:03, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 688.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [12:52<12:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 688.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [12:53<11:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 687.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [12:53<10:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 686.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [12:54<10:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 685.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [12:55<10:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 684.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [12:55<09:41, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 683.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [12:56<09:43, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 682.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [12:56<09:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 682.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [12:57<09:32, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 681.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [12:58<09:30, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 680.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [12:58<09:15, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 679.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [12:59<09:33, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 678.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [12:59<09:13, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 677.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [13:00<09:12, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 677.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [13:01<09:20, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 676.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [13:01<09:30, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [13:02<09:48, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 674.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [13:03<09:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 673.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [13:03<10:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 673.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [13:04<10:01, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 672.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [13:05<09:50, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 671.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [13:05<09:29, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 670.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [13:06<09:21, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 669.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [13:06<09:22, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 668.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [13:07<09:16, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 668.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [13:08<09:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 667.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [13:08<08:53, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 666.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [13:09<09:13, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 665.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [13:09<08:52, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 664.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [13:10<08:31, 1.78it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 663.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [13:10<08:30, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 662.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [13:11<08:31, 1.78it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 662.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [13:12<13:16, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 662.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [13:13<12:38, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 661.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [13:14<12:19, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 660.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [13:15<11:45, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 659.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [13:15<11:19, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 659.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [13:16<10:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 658.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [13:17<10:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 657.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [13:17<10:46, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 656.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [13:18<10:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 656.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [13:19<10:25, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 655.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [13:20<10:33, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 654.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [13:20<10:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 653.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [13:21<10:04, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 653.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [13:21<09:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 652.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [13:22<09:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 651.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [13:23<09:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 650.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [13:23<09:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 649.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [13:24<09:47, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 649.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [13:25<09:23, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 648.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [13:25<09:28, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 647.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [13:26<09:20, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 646.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [13:27<09:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 645.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [13:27<09:46, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 645.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [13:28<09:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 644.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [13:29<09:32, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 643.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [13:29<10:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 642.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [13:30<09:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 642.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [13:31<09:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 641.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [13:31<10:15, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 640.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [13:32<10:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 639.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [13:33<10:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 639.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [13:33<09:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 638.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [13:34<10:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 637.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [13:36<15:00, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 637.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [13:37<13:05, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 636.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [13:37<11:59, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 636.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [13:38<11:10, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 635.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [13:39<10:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 634.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [13:39<11:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 633.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [13:40<10:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 633.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [13:41<11:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 632.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [13:42<10:53, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 631.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [13:42<10:19, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 630.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [13:43<09:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 630.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [13:44<09:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 629.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [13:44<10:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 628.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [13:45<10:05, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 627.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [13:46<09:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 627.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [13:46<09:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 626.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [13:47<09:08, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 625.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [13:48<10:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 624.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [13:49<10:42, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 624.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [13:49<10:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 623.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [13:50<09:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 622.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [13:51<09:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 621.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [13:51<09:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 621.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [13:52<09:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 620.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [13:52<09:25, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 619.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [13:53<09:14, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 618.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [13:54<09:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 617.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [13:54<09:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 617.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [13:56<12:38, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 616.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [13:57<11:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 616.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [13:57<11:07, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 615.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [13:58<10:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 614.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [13:59<10:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 613.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [13:59<09:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 613.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [14:00<09:36, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 612.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [14:00<09:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 611.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [14:01<09:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 610.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [14:02<09:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 609.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [14:02<08:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 609.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [14:03<09:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 608.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [14:04<08:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 607.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [14:04<09:04, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 606.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [14:05<08:43, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 605.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [14:06<08:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 605.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [14:06<08:26, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 604.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [14:07<08:17, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 603.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [14:07<08:18, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 602.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [14:08<08:24, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [14:09<08:48, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 601.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [14:09<09:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 600.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [14:10<09:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 599.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [14:13<19:56, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 600.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [14:14<16:25, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 599.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [14:15<14:08, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 599.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [14:15<12:21, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 598.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [14:16<10:57, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 597.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [14:16<10:21, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 596.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [14:17<11:01, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 596.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [14:18<10:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 595.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [14:19<10:09, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 594.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [14:19<10:21, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 593.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [14:20<10:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 593.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [14:21<09:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 592.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [14:22<09:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 591.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [14:22<09:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 590.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [14:24<13:44, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 590.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [14:25<12:05, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 590.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [14:26<13:47, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 589.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [14:27<13:03, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 589.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [14:27<11:42, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 588.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [14:28<10:35, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 587.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [14:29<10:14, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 586.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [14:29<09:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [14:30<09:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 585.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [14:31<09:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 584.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [14:31<09:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 583.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [14:32<09:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 582.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [14:33<09:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 582.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [14:33<08:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 581.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [14:34<10:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 580.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [14:35<09:43, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 580.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [14:36<09:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 579.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [14:37<12:57, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 579.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [14:38<12:34, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 578.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [14:39<11:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 577.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [14:39<10:23, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 576.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [14:40<10:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 576.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [14:41<10:10, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 575.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [14:41<09:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 574.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [14:42<09:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 573.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [14:43<09:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 573.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [14:43<09:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 572.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [14:44<09:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 571.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [14:45<08:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 570.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [14:46<09:03, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 570.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [14:46<09:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 569.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [14:47<09:04, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 568.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [14:48<09:07, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 567.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [14:48<08:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 567.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [14:49<08:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 566.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [14:50<08:43, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 565.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [14:50<08:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 564.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [14:51<09:23, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 564.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [14:53<12:26, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 563.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [14:53<11:11, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 563.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [14:54<10:06, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 562.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [14:55<09:53, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 561.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [14:55<09:29, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 560.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [14:56<09:17, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 560.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [14:57<08:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 559.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [14:57<09:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 558.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [14:58<08:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 557.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [14:59<08:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 557.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [14:59<08:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 556.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [15:00<07:55, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 555.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [15:01<08:04, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 554.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [15:01<07:55, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 553.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [15:02<07:52, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 553.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [15:03<09:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 552.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [15:03<09:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 551.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [15:04<09:08, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 551.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [15:05<08:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 550.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [15:06<08:48, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 549.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [15:06<08:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 548.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [15:07<08:40, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 547.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [15:08<08:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 547.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [15:08<08:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 546.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [15:09<08:42, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 545.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [15:12<17:47, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 546.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [15:14<17:38, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 546.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [15:14<15:00, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 545.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [15:15<13:05, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 544.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [15:16<12:00, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 543.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [15:16<10:57, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 543.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [15:17<10:08, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 542.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [15:18<09:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 541.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [15:19<10:12, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 541.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [15:19<09:20, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 540.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [15:20<08:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 539.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [15:21<08:56, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 538.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [15:21<08:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 537.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [15:22<08:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 537.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [15:23<08:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 536.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [15:23<07:50, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 535.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [15:24<08:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 534.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [15:25<08:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 534.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [15:25<07:52, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 533.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [15:26<07:16, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [15:26<07:21, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [15:27<07:23, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 530.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [15:28<08:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 530.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [15:28<08:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 529.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [15:29<08:23, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 528.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [15:30<08:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 527.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [15:31<08:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 527.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [15:32<09:33, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 526.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [15:32<08:49, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 525.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [15:34<12:09, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 525.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [15:35<11:06, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 524.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [15:35<10:09, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 524.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [15:36<09:10, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 523.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [15:36<08:39, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 522.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [15:37<08:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 521.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [15:38<08:19, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 521.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [15:38<07:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 520.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [15:39<07:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 519.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [15:40<07:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 518.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [15:40<07:47, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 517.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [15:41<07:50, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 517.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [15:42<09:20, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 516.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [15:43<08:36, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 515.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [15:44<09:01, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [15:44<08:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 514.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [15:45<07:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 513.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [15:45<07:33, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 512.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [15:46<07:15, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 511.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [15:47<07:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 511.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [15:47<07:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 510.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [15:48<08:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [15:49<07:43, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 508.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [15:49<07:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 508.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [15:50<07:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 507.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [15:52<12:22, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 507.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [15:53<10:57, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 506.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [15:53<10:01, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 505.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [15:54<09:10, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 505.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [15:55<08:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 504.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [15:55<08:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 503.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [15:56<08:13, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 502.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [15:57<07:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 501.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [15:57<07:44, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 501.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [15:58<07:38, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 500.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [15:59<07:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 499.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [15:59<07:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 498.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [16:00<07:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 498.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [16:01<10:20, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 497.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [16:02<09:31, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 497.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [16:03<11:24, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 496.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [16:04<10:07, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 495.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [16:05<09:10, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 495.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [16:05<08:33, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 494.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [16:06<07:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 493.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [16:07<07:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 492.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [16:07<07:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 491.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [16:08<07:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 491.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [16:08<07:02, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 490.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [16:09<07:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 489.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [16:10<06:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 488.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [16:10<07:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 488.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [16:11<07:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 487.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [16:12<07:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 486.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [16:13<10:07, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 486.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [16:14<09:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 485.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [16:14<08:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 484.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [16:15<08:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 483.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [16:16<10:02, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 483.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [16:17<09:07, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 482.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [16:18<09:07, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 481.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [16:19<09:39, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 481.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [16:19<08:51, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 480.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [16:20<08:37, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 479.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [16:21<08:19, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 479.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [16:22<08:46, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 478.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [16:23<08:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 477.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [16:23<08:15, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 476.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [16:24<07:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 476.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [16:25<07:46, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 475.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [16:26<08:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 474.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [16:26<08:39, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 474.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [16:27<08:19, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 473.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [16:28<08:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 472.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [16:29<07:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 471.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [16:29<07:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 471.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [16:30<08:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 470.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [16:31<08:23, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 469.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [16:32<08:44, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 469.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [16:33<08:30, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 468.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [16:33<08:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 467.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [16:34<08:32, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 467.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [16:35<08:04, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 466.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [16:35<07:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 465.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [16:37<09:09, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 464.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [16:37<08:35, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 464.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [16:38<07:48, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 463.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [16:39<07:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 462.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [16:39<07:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 461.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [16:40<08:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 461.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [16:41<08:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 460.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [16:44<15:51, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 461.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [16:45<13:07, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 460.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [16:46<11:37, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 459.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [16:47<12:28, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 459.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [16:48<10:45, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 458.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [16:48<09:44, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 457.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [16:51<14:56, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [16:52<12:34, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 456.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [16:52<10:39, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 456.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [16:54<11:12, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 455.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [16:54<09:46, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 454.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [16:55<10:12, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 454.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [16:56<09:43, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 453.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [16:57<09:47, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 452.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [16:58<09:00, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 452.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [16:58<08:11, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 451.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [17:00<10:12, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 451.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [17:01<09:04, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 450.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [17:01<08:40, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 449.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [17:02<07:54, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 448.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [17:03<07:37, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 447.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [17:04<08:10, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 447.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [17:05<09:10, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 446.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [17:05<08:08, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [17:06<07:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 445.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [17:07<08:52, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 444.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [17:08<07:57, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 443.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [17:08<07:46, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 443.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [17:09<07:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 442.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [17:10<07:33, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 441.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [17:11<09:35, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 441.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [17:12<08:54, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 440.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [17:13<08:24, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 439.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [17:13<07:54, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 438.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [17:14<07:34, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 438.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [17:15<07:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 437.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [17:15<07:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 436.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [17:17<08:58, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 436.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [17:18<08:55, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 435.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [17:20<13:31, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 435.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [17:21<11:30, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 434.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [17:22<10:40, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 434.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [17:22<09:16, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 433.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [17:23<08:21, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 432.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [17:24<07:44, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 431.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [17:24<07:41, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 431.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [17:25<07:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 430.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [17:26<07:06, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 429.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [17:26<06:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 428.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [17:27<06:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 427.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [17:28<06:49, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 427.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [17:29<07:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 426.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [17:30<08:00, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 425.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [17:31<08:50, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 425.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [17:32<08:12, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 424.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [17:32<07:46, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 423.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [17:33<07:35, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 423.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [17:34<06:58, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 422.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [17:34<06:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 421.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [17:35<06:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 420.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [17:36<06:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 420.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [17:36<06:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 419.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [17:37<06:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 418.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [17:38<06:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 417.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [17:38<06:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 416.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [17:39<05:58, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 416.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [17:39<05:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 415.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [17:40<05:38, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 414.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [17:41<05:43, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 413.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [17:42<06:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 413.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [17:44<10:58, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 412.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [17:44<09:30, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 412.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [17:45<08:19, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 411.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [17:46<07:28, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 410.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [17:47<08:29, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 410.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [17:47<07:38, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 409.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [17:48<06:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 408.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [17:49<06:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 407.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [17:49<06:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 406.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [17:50<05:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 406.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [17:51<06:29, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 405.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [17:51<06:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 404.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [17:52<06:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [17:53<06:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 403.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [17:53<05:58, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 402.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [17:54<05:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [17:55<05:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 400.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [17:55<05:36, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 399.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [17:56<05:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 399.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [17:56<05:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 398.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [17:57<05:36, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 397.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [17:58<05:28, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 396.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [17:58<05:21, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 395.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [17:59<05:19, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 395.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [17:59<05:17, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 394.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [18:00<05:22, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 393.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [18:01<05:28, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 392.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [18:02<08:38, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 392.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [18:03<07:31, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 391.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [18:04<06:55, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 390.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [18:04<06:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 390.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [18:06<08:02, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 389.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [18:06<07:11, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 388.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [18:07<06:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 388.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [18:07<06:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 387.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [18:08<06:08, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 386.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [18:09<05:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 385.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [18:09<05:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 384.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [18:10<05:11, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 384.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [18:10<05:13, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 383.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [18:11<05:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 382.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [18:12<05:25, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 381.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [18:12<05:16, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 380.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [18:13<05:08, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 380.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [18:13<05:03, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 379.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [18:14<05:02, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 378.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [18:15<05:00, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [18:16<07:30, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 377.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [18:17<06:48, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 376.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [18:17<06:11, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 375.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [18:18<05:50, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 375.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [18:18<05:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 374.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [18:19<05:23, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 373.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [18:20<05:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 372.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [18:24<13:28, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 372.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [18:24<10:57, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 372.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [18:25<08:58, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 371.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [18:25<07:44, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [18:26<06:53, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 369.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [18:26<06:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 369.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [18:27<05:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 368.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [18:28<05:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 367.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [18:28<05:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 366.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [18:29<05:14, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 365.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [18:29<05:20, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 365.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [18:31<06:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 364.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [18:32<07:00, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 363.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [18:32<06:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 363.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [18:33<06:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 362.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [18:34<06:20, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 361.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [18:34<05:58, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 360.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [18:35<05:46, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 360.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [18:36<05:24, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 359.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [18:36<05:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [18:37<05:04, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 357.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [18:37<05:00, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 356.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [18:38<05:02, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 356.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [18:39<05:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 355.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [18:40<05:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 354.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [18:40<05:17, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 353.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [18:41<05:16, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 353.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [18:41<05:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 352.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [18:42<05:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 351.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [18:43<04:54, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 350.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [18:43<04:53, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 350.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [18:44<04:51, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [18:45<06:11, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 348.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [18:46<06:50, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 348.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [18:47<06:26, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 347.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [18:47<06:02, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 346.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [18:48<05:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 345.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [18:49<05:39, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 345.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [18:50<05:39, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 344.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [18:50<05:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [18:51<05:34, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 342.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [18:52<05:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [18:52<05:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 341.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [18:53<05:01, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 340.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [18:54<05:10, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 339.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [18:54<05:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 339.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [18:55<05:26, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 338.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [18:56<05:42, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 337.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [18:57<05:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 336.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [18:57<05:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 336.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [18:58<05:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 335.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [18:59<06:47, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 334.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [19:00<06:20, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 334.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [19:01<06:04, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 333.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [19:01<05:43, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 332.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [19:02<05:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 331.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [19:04<08:10, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 331.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [19:05<07:17, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 330.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [19:05<06:30, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 329.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [19:06<06:05, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 329.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [19:07<05:43, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 328.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [19:07<05:14, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 327.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [19:08<05:06, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 326.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [19:09<04:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 326.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [19:09<04:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 325.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [19:10<05:00, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 324.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [19:11<04:56, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [19:11<04:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 322.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [19:12<05:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [19:13<05:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 321.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [19:13<05:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 320.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [19:14<05:18, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 320.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [19:15<05:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 319.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [19:15<04:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 318.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [19:16<04:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 317.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [19:17<05:55, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [19:18<05:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 316.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [19:19<05:29, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 315.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [19:19<05:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 314.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [19:20<05:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 314.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [19:21<05:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 313.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [19:21<04:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 312.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [19:22<05:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [19:23<05:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 311.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [19:24<04:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 310.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [19:24<04:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 309.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [19:26<06:54, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 309.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [19:28<08:39, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 308.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [19:29<09:17, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 308.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [19:31<09:39, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 307.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [19:33<10:22, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [19:33<08:30, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 306.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [19:34<07:16, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 305.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [19:35<06:30, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 304.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [19:35<05:50, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 304.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [19:36<05:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 303.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [19:36<05:00, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 302.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [19:37<04:47, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 301.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [19:38<04:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [19:38<04:44, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 300.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [19:39<04:51, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 299.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [19:41<06:01, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 299.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [19:41<05:24, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 298.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [19:42<06:01, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 297.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [19:43<05:29, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 296.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [19:44<05:22, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 296.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [19:44<05:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 295.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [19:45<04:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 294.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [19:46<04:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 293.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [19:46<04:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [19:47<04:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 292.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [19:48<04:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 291.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [19:48<04:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 290.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [19:49<04:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 290.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [19:50<04:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 289.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [19:51<05:29, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 288.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [19:52<05:07, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 287.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [19:52<04:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 287.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [19:53<04:25, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 286.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [19:53<04:17, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 285.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [19:54<04:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 284.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [19:55<03:57, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 284.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [19:56<05:11, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 283.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [19:56<04:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 282.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [19:57<04:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 281.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [19:58<05:41, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 281.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [19:59<05:08, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 280.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [20:00<04:51, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 279.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [20:01<05:00, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 279.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [20:01<04:34, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 278.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [20:02<04:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 277.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [20:02<04:18, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 276.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [20:03<04:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 275.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [20:04<04:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 275.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [20:05<05:13, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 274.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [20:06<04:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 273.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [20:07<05:37, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 273.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [20:08<06:27, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 272.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [20:09<05:58, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 271.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [20:10<05:14, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 271.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [20:10<04:47, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 270.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [20:11<04:34, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 269.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [20:12<04:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 268.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [20:13<04:37, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 268.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [20:13<04:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 267.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [20:14<04:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [20:14<04:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 265.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [20:15<04:22, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 265.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [20:16<04:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 264.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [20:17<04:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 263.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [20:17<03:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 262.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [20:18<03:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 262.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [20:19<03:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [20:20<04:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 260.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [20:20<04:15, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 259.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [20:21<04:04, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 259.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [20:22<04:02, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 258.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [20:22<04:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 257.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [20:23<03:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 256.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [20:24<03:50, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 256.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [20:24<03:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 255.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [20:25<03:36, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [20:26<05:04, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 253.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [20:27<04:39, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 253.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [20:28<05:48, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 252.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [20:29<05:05, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 251.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [20:30<04:34, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [20:30<04:36, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [20:31<04:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 249.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [20:32<04:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 248.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [20:32<04:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 248.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [20:33<03:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 247.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [20:34<03:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 246.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [20:36<05:53, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 246.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [20:37<05:43, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 245.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [20:37<04:55, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 244.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [20:38<04:26, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 243.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [20:38<04:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 243.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [20:39<04:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 242.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [20:40<03:53, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 241.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [20:40<03:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 240.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [20:41<03:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 240.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [20:42<03:25, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 239.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [20:42<03:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 238.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [20:43<03:19, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 237.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [20:44<03:20, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 237.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [20:44<03:23, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 236.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [20:45<03:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 235.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [20:46<03:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 234.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [20:47<04:33, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 234.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [20:48<04:22, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 233.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [20:49<04:30, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 232.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [20:49<04:22, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 231.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [20:50<04:09, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 231.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [20:51<03:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 230.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [20:51<03:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 229.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [20:52<03:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 228.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [20:53<03:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 228.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [20:53<03:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 227.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [20:54<03:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 226.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [20:55<03:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 225.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [20:55<03:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 225.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [20:57<05:22, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 224.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [20:58<04:48, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 223.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [20:59<05:28, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 223.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [21:00<04:49, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 222.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [21:01<04:21, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 221.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [21:01<03:59, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 221.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [21:02<03:46, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 220.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [21:03<03:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 219.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [21:03<03:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 218.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [21:04<03:22, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 217.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [21:05<03:29, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 217.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [21:05<03:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 216.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [21:06<03:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 215.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [21:07<03:10, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 214.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [21:07<03:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 214.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [21:08<03:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 213.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [21:09<03:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 212.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [21:09<02:58, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 211.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [21:10<02:59, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 211.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [21:11<03:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 210.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [21:12<03:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 209.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [21:12<03:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [21:13<03:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 208.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [21:14<03:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 207.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [21:14<03:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 206.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [21:15<03:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 205.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [21:16<03:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 205.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [21:16<03:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 204.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [21:17<03:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 203.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [21:18<03:52, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 203.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [21:19<03:36, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 202.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [21:19<03:20, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 201.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [21:20<03:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [21:21<03:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 200.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [21:22<03:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [21:27<09:01, 2.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [21:27<07:03, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 198.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [21:29<06:52, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 197.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [21:29<05:41, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 197.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [21:30<04:47, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 196.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [21:31<04:12, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 195.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [21:31<03:42, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 194.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [21:32<03:41, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 194.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [21:33<03:22, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 193.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [21:33<03:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 192.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [21:34<03:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 191.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [21:35<03:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [21:35<02:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 190.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [21:36<02:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [21:37<02:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 188.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [21:37<02:54, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 188.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [21:38<02:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 187.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [21:39<02:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 186.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [21:39<02:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 185.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [21:40<02:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 184.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [21:41<02:42, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 184.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [21:41<02:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 183.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [21:42<02:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 182.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [21:43<02:39, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 181.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [21:43<02:36, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 181.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [21:44<02:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 180.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [21:45<02:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 179.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [21:45<02:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 178.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [21:46<02:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 178.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [21:47<02:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 177.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [21:47<02:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 176.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [21:48<02:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 175.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [21:49<02:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 175.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [21:49<02:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 174.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [21:50<02:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 173.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [21:51<02:30, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 172.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [21:51<02:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 172.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [21:52<02:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 171.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [21:53<02:37, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 170.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [21:53<02:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 169.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [21:54<02:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 169.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [21:55<02:30, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 168.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [21:55<02:32, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 167.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [21:56<02:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 166.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [21:57<02:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 166.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [21:58<02:48, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 165.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [21:58<02:42, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 164.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [21:59<02:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 163.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [22:00<02:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 163.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [22:00<02:27, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 162.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [22:01<02:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 161.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [22:02<02:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 160.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [22:03<03:00, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 160.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [22:05<04:45, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 159.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [22:06<04:06, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 159.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [22:07<03:33, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 158.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [22:08<03:18, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 157.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [22:08<03:13, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 156.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [22:09<02:58, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 156.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [22:10<02:47, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 155.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [22:10<02:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 154.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [22:12<03:09, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 153.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [22:12<02:53, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 153.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [22:13<02:43, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 152.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [22:14<02:29, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 151.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [22:14<02:23, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 150.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [22:15<02:30, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 150.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [22:16<02:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 149.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [22:16<02:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 148.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [22:17<02:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 147.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [22:18<02:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 147.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [22:18<02:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 146.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [22:19<02:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 145.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [22:20<02:11, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 144.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [22:20<02:04, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 144.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [22:21<02:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 143.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [22:22<02:31, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 142.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [22:23<02:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 141.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [22:23<02:17, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 141.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [22:24<02:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 140.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [22:25<02:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 139.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [22:25<02:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 138.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [22:26<02:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 138.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [22:27<02:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 137.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [22:28<02:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 136.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [22:29<02:56, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 135.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [22:30<03:02, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 135.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [22:31<02:45, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 134.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [22:31<02:30, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 133.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [22:32<02:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 133.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [22:33<02:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 132.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [22:34<02:14, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 131.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [22:34<02:17, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 130.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [22:35<02:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 130.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [22:36<02:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 129.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [22:37<02:09, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 128.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [22:38<02:18, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 127.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [22:38<02:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 127.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [22:39<02:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 126.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [22:39<01:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 125.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [22:41<02:23, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 124.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [22:41<02:11, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [22:42<02:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 123.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [22:43<01:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 122.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [22:43<01:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 121.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [22:46<03:11, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 121.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [22:46<02:43, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 120.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [22:49<03:47, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 119.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [22:50<04:04, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 119.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [22:51<03:25, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 118.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [22:52<02:53, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 117.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [22:52<02:33, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 117.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [22:53<02:14, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 116.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [22:54<02:00, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 115.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [22:54<01:51, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 114.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [22:55<01:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 113.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [22:55<01:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 113.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [22:56<01:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 112.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [22:57<01:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 111.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [22:58<01:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 110.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [22:58<01:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 110.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [22:59<01:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [23:00<02:17, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 108.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [23:01<02:02, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 108.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [23:02<01:52, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 107.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [23:02<01:47, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 106.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [23:03<01:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 105.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [23:04<01:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 105.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [23:04<01:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 104.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [23:05<01:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 103.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [23:06<01:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 102.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [23:06<01:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 102.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [23:07<01:25, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 101.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [23:07<01:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 100.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [23:08<01:27, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 99.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [23:09<01:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 99.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [23:09<01:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 98.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [23:10<01:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 97.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [23:11<01:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 96.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [23:12<01:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 96.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [23:12<01:25, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 95.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [23:13<01:23, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 94.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [23:13<01:21, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 93.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [23:14<01:20, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 93.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [23:16<02:04, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 92.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [23:17<01:49, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 91.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [23:17<01:38, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 90.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [23:20<02:34, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 90.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [23:20<02:09, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 89.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [23:21<01:53, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 88.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [23:21<01:42, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 87.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [23:22<01:36, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 87.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [23:23<01:40, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 86.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [23:24<01:32, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 85.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [23:25<01:33, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 84.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [23:26<01:46, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 84.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [23:26<01:33, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 83.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [23:27<01:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 82.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [23:28<01:24, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 82.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [23:28<01:17, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 81.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [23:29<01:20, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 80.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [23:30<01:15, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 79.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [23:32<01:46, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 79.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [23:32<01:34, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 78.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [23:33<01:25, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 77.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [23:33<01:17, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 76.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [23:34<01:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 76.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [23:35<01:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 75.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [23:35<01:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 74.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [23:36<01:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 73.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [23:37<01:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 73.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [23:38<01:29, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 72.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [23:39<01:21, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 71.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [23:40<01:15, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 70.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [23:40<01:12, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 70.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [23:41<01:09, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 69.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [23:42<01:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 68.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [23:42<01:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 67.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [23:43<01:04, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 67.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [23:44<01:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 66.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [23:44<01:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 65.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [23:45<01:08, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 64.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [23:46<01:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 64.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [23:47<01:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 63.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [23:47<00:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 62.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [23:48<00:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 61.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [23:49<00:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 61.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [23:49<00:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 60.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [23:50<00:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 59.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [23:51<00:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 58.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [23:51<00:51, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 58.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [23:52<00:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 57.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [23:53<00:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 56.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [23:53<00:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 55.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [23:54<00:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 55.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [23:55<00:53, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 54.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [23:56<00:51, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 53.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [23:56<00:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 52.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [23:57<00:48, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 52.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [23:58<00:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 51.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [23:58<00:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 50.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [23:59<00:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 49.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [24:01<01:09, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 49.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [24:02<01:01, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 48.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [24:03<01:15, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 47.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [24:04<01:04, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 47.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [24:05<00:56, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 46.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [24:05<00:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 45.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [24:06<00:46, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 44.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [24:07<00:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 44.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [24:08<00:52, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 43.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [24:09<00:48, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 42.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [24:09<00:44, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 41.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [24:10<00:41, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 41.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [24:12<00:58, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 40.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [24:12<00:50, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 39.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [24:14<00:54, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 38.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [24:14<00:47, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 38.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [24:15<00:42, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 37.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [24:16<00:38, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 36.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [24:16<00:35, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 35.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [24:17<00:33, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 35.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [24:18<00:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 34.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [24:18<00:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 33.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [24:19<00:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 32.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [24:19<00:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 32.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [24:20<00:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 31.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [24:21<00:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 30.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [24:21<00:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 29.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [24:22<00:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 29.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [24:23<00:26, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 28.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [24:24<00:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 27.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [24:24<00:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 26.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [24:25<00:21, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 26.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [24:25<00:20, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 25.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [24:26<00:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 24.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [24:27<00:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 23.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [24:28<00:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 23.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [24:28<00:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 22.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [24:29<00:20, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 21.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [24:30<00:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 20.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [24:30<00:18, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 20.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [24:31<00:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 19.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [24:32<00:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 18.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [24:32<00:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 17.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [24:33<00:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 17.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [24:34<00:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 16.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [24:35<00:16, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 15.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [24:35<00:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 14.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [24:36<00:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 14.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [24:37<00:12, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 13.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [24:37<00:10, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 12.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [24:41<00:25, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 11.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [24:42<00:19, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 11.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [24:42<00:15, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 10.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [24:44<00:17, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 9.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [24:48<00:23, 1.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 9.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [24:48<00:16, 1.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 8.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [24:50<00:14, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 7.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [24:50<00:10, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 6.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [24:51<00:08, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 6.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [24:52<00:06, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 5.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [24:52<00:05, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 4.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [24:53<00:04, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 3.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [24:54<00:04, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [24:55<00:02, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [24:56<00:01, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [24:57<00:00, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [24:58<00:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df5.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df5.csv', index=False)"],"metadata":{"id":"pwRvEWR--f9l"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df6['box'] = apply_with_progress(df6, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"vPeJJnXm-9Bn","executionInfo":{"status":"ok","timestamp":1749296260931,"user_tz":-330,"elapsed":1554396,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"c04cc821-de88-4505-db89-9bfbaa44b4b0"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<19:39, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1179.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<20:35, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1226.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:01<22:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1318.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:02<21:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1301.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:03<22:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1315.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:03<22:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1314.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:05<28:10, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1474.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:05<26:05, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1452.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:06<24:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1434.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:07<26:12, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1468.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:08<25:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1456.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:08<23:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1441.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:09<23:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:10<22:47, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1420.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:10<22:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1416.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:11<22:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1403.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:11<21:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1388.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:12<20:50, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1377.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:13<22:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1390.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:14<29:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1453.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:15<30:47, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:17<41:36, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1595.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:18<35:07, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1578.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:19<31:46, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1571.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:19<28:22, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1557.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:20<27:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1556.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:21<24:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1539.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:21<23:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1526.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:22<22:41, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1516.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:22<22:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:24<30:36, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1555.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:25<27:50, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1546.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:25<25:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1537.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:26<26:59, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1543.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:27<25:19, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1535.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:27<23:50, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1526.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:28<22:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1516.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:29<23:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1515.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:29<22:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1507.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:30<21:51, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1499.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:31<22:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1496.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:31<21:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1489.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:32<21:04, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1481.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:33<20:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:34<32:27, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1520.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:35<29:17, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1515.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:36<26:26, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1507.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:36<24:29, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1500.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:37<23:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1495.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:38<22:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1487.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:38<22:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1484.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:39<22:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1480.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:40<22:18, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1477.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:40<21:38, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1471.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:41<21:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1465.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:42<20:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1459.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:42<21:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1457.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:43<23:40, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1461.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:44<22:15, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1455.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:45<26:43, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1467.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:46<24:47, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1463.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:46<23:15, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:47<22:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1452.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:47<21:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1447.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:48<21:11, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1443.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:49<20:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1438.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:50<24:27, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1446.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:50<23:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1443.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:51<22:46, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1439.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:52<23:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1440.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:52<22:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1437.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:53<21:44, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1432.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:54<24:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1436.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:54<22:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [00:55<20:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1425.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [00:56<20:04, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1420.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [00:56<19:32, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1415.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [00:57<20:18, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1413.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [00:57<20:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1409.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [00:58<19:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [00:59<19:20, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [00:59<20:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:00<19:58, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:01<19:31, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1392.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:01<19:30, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1389.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:02<25:27, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1399.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:03<24:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1397.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:04<22:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1394.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:05<27:47, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1404.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:06<34:13, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1421.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:07<30:57, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1420.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:08<28:44, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1419.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:09<26:48, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1417.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:09<24:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1413.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:11<29:14, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1423.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:12<30:32, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1429.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:12<29:24, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1430.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:14<36:25, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1447.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:15<32:07, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1445.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:15<27:53, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1441.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:16<24:40, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1436.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:17<24:36, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1435.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:17<22:54, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1432.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:18<21:31, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1428.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:19<21:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1426.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:19<22:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1425.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:20<21:23, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1422.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:21<20:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1419.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:21<21:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1418.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:22<21:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1415.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:23<22:03, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1415.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:23<21:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1412.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:24<21:19, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1410.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:25<20:54, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1408.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:25<20:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1405.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:26<20:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1403.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:27<20:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1400.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:27<21:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1399.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:28<22:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1400.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:29<22:17, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1398.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:29<22:15, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1397.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:30<21:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1394.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:31<20:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1392.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:31<20:39, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1390.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:32<21:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1389.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:33<21:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1387.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:33<20:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1385.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:34<20:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1383.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:35<21:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1383.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:36<21:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1381.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:36<21:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1380.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:37<22:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1379.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:38<21:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:38<21:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1376.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:39<21:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1375.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:40<21:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1373.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:40<20:29, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1370.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:41<20:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1369.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:42<20:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1368.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:42<20:33, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1366.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:43<20:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1364.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:44<20:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1362.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [01:44<20:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1360.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [01:45<21:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1360.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [01:46<20:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1358.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [01:47<22:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1359.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [01:47<21:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1357.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [01:48<20:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1354.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [01:48<19:35, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1351.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [01:49<23:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1354.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [01:50<21:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1352.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [01:51<20:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1350.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [01:51<20:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1347.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [01:52<26:18, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1354.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [01:53<24:59, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1353.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [01:54<22:56, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1350.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [01:54<22:06, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [01:55<21:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1347.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [01:56<20:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1345.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [01:56<20:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1344.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [01:57<22:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1344.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [01:58<21:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1343.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [01:59<24:25, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1345.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:00<23:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1344.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:00<22:20, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:01<21:51, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1341.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:02<21:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1339.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:02<21:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1339.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:04<28:43, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1346.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:05<27:04, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1346.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:05<25:08, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1344.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:06<23:10, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:06<21:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1340.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:07<21:04, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1338.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:08<22:09, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1339.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:09<21:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:09<20:18, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1335.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:10<20:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1333.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:10<19:21, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1331.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:11<19:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1330.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:12<19:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1327.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:12<19:16, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1326.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:13<20:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1326.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:14<21:07, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1325.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:15<21:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1324.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:15<22:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1324.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:16<21:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1323.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:17<21:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:17<21:23, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1321.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:18<20:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1319.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:19<19:57, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1317.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:19<20:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1316.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:20<21:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:21<20:42, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1315.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:21<20:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1313.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:22<19:32, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1311.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:23<19:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1309.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:23<18:56, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1308.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:24<20:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1307.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:25<20:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1306.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:25<19:59, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1305.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:26<20:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1304.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:27<19:35, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1302.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:28<25:27, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1306.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:29<30:52, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1312.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:30<27:28, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:32<32:49, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:32<31:01, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1317.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:33<28:39, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1317.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:34<26:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:35<24:30, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1315.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:36<27:47, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1318.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:36<24:51, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:37<25:13, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1316.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:38<23:33, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1315.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:39<21:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1313.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:39<21:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1312.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:40<20:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1310.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:41<20:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1309.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:41<19:39, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1307.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:42<19:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1306.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:42<19:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1304.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:43<19:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1303.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:44<18:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1301.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:44<19:26, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1300.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:45<18:42, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1298.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:46<18:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1297.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:46<19:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1296.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [02:47<18:46, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1294.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [02:48<19:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1293.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [02:48<19:33, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1292.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [02:49<19:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1291.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [02:50<19:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1290.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [02:50<21:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1290.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [02:51<23:43, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1291.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [02:52<22:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1290.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [02:53<22:10, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1289.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [02:54<21:21, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1288.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [02:54<20:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1287.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [02:55<21:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1286.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [02:56<20:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1284.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [02:56<19:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1283.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [02:57<19:25, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1282.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [02:57<19:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1280.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [02:58<19:07, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1279.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [02:59<19:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1278.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [02:59<19:43, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1277.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:00<20:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1276.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:01<19:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1275.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:01<18:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1273.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:02<18:11, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1271.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:03<18:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1270.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:03<18:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1269.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:04<18:23, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1267.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:05<18:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:05<18:11, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1265.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:06<18:20, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:06<17:52, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1262.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:07<17:32, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1260.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:08<17:08, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1258.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:08<17:53, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1257.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:09<17:48, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:11<29:55, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:12<26:51, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:12<24:01, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1261.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:13<22:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1260.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:14<22:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1259.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:14<21:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1258.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:15<20:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1257.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:16<20:00, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1256.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:16<19:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1254.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:17<21:34, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1255.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:18<19:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1253.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:18<17:40, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1250.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:19<18:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1250.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:20<19:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1249.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:20<19:59, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1248.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:21<19:43, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1247.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:22<19:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1246.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:22<18:47, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1245.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:23<18:02, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1243.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:24<18:56, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1242.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:24<18:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1241.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:25<19:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1241.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:26<20:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1240.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:26<19:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1239.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:27<18:48, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1237.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:28<18:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1236.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:28<19:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1236.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:29<18:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1234.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:30<18:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1233.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:30<19:36, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1233.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:31<20:35, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1232.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:32<20:27, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1232.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:33<20:41, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1231.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:33<20:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1230.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:34<19:46, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1229.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:35<21:50, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1230.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:35<20:10, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1228.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:36<22:56, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1229.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:37<21:45, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1228.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:38<20:57, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1227.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [03:38<20:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1226.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [03:39<21:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1226.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [03:40<21:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1225.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [03:41<19:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1223.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [03:41<19:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1223.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [03:42<19:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1222.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [03:43<18:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1221.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [03:43<18:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1219.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [03:44<17:47, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1218.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [03:44<17:13, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1216.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [03:45<17:38, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1215.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [03:46<17:38, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1214.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [03:46<17:18, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1213.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [03:47<19:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1213.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [03:48<18:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1212.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [03:48<18:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1210.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [03:49<17:58, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1209.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [03:50<17:45, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1208.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [03:50<17:28, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1206.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [03:51<19:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1206.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [03:52<18:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1205.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [03:53<25:35, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1208.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [03:55<31:59, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1213.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [03:55<27:02, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1211.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [03:56<23:51, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1210.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [03:57<22:20, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1209.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [03:57<20:47, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1207.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [03:58<19:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1206.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [03:59<19:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1205.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [03:59<18:40, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1204.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:00<19:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1203.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:01<20:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1203.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:01<19:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1202.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:02<19:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1201.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:03<19:16, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1200.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:03<18:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:04<18:11, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1198.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:05<17:16, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1196.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:05<17:05, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1195.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:06<17:15, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1194.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:06<17:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1192.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:07<17:42, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1192.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:08<17:06, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1190.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:08<16:29, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1189.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:09<17:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:10<20:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1189.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:11<19:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1187.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:11<18:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1186.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:12<19:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1186.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:13<20:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1185.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:13<19:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1185.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:14<19:02, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1183.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:15<19:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1183.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:16<24:35, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1185.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:17<23:07, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1184.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [04:18<21:26, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1183.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [04:19<22:54, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1183.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [04:19<21:44, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1183.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [04:20<20:28, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1182.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [04:21<19:59, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1181.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [04:21<18:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1179.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [04:22<18:41, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1178.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [04:23<21:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1179.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [04:24<21:07, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1179.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [04:24<19:23, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1177.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [04:25<19:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1176.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [04:27<29:33, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1181.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [04:28<27:21, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1181.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [04:29<31:02, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1183.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [04:30<27:31, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1183.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [04:30<24:29, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1181.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [04:33<36:48, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [04:35<42:45, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1193.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [04:36<35:04, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1192.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [04:36<29:43, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1191.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [04:37<25:58, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1190.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [04:38<23:32, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1189.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [04:38<21:20, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1187.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [04:39<20:34, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1187.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [04:40<26:55, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1189.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [04:41<24:01, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1188.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [04:42<22:33, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1187.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [04:42<20:44, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1186.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [04:43<22:42, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1187.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [04:45<25:50, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1188.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [04:45<24:33, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1187.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [04:46<21:54, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1186.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [04:47<21:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1185.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [04:47<19:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1184.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [04:48<18:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1183.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [04:49<18:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1182.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [04:49<18:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1181.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [04:50<19:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1180.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [04:51<18:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1179.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [04:52<19:30, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1179.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [04:52<18:31, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1178.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [04:53<17:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1176.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [04:53<17:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1175.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [04:54<16:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1174.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [04:55<16:30, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1172.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [04:55<16:45, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1171.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [04:56<16:25, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1170.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [04:56<16:42, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1169.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [04:57<18:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1169.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [04:58<18:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1168.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [04:59<19:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1167.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [05:00<19:39, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1167.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [05:01<23:47, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1168.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:02<22:20, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1167.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:02<20:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1166.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:03<20:29, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1166.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:03<18:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1164.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:04<18:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1163.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:05<17:40, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1162.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:05<17:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1161.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:07<23:03, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1163.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:07<21:21, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1162.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:08<20:55, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1161.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:09<19:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1160.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:09<18:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1158.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:12<33:45, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1165.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:13<29:25, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1164.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:13<25:30, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1163.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:14<23:35, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1162.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:15<21:33, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1161.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:16<24:01, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1162.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:17<22:17, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1161.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:17<20:26, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1160.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:18<20:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [05:19<19:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [05:19<19:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1157.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [05:20<18:04, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1156.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [05:21<18:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1155.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [05:21<17:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1154.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [05:22<16:49, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1153.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [05:25<36:04, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1160.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [05:26<30:16, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1159.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [05:26<25:44, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [05:27<25:43, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1158.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [05:28<22:52, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1157.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [05:28<20:43, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1156.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [05:30<26:07, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1157.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [05:31<24:02, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1157.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [05:31<21:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1155.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [05:32<19:37, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1154.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [05:32<18:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1153.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [05:33<17:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1152.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [05:34<17:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1151.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [05:34<16:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1149.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [05:35<16:45, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1148.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [05:36<16:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1147.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [05:36<16:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1146.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [05:37<16:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1145.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [05:37<15:49, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1144.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [05:38<15:15, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1142.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [05:39<15:17, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1141.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [05:39<15:12, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1140.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [05:40<16:10, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1139.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [05:40<16:05, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1138.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [05:41<18:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1138.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [05:42<17:38, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1137.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [05:43<16:56, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1135.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [05:43<17:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1135.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [05:44<17:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1134.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [05:45<16:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1132.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [05:45<16:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1131.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [05:46<16:53, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1131.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [05:46<15:58, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1129.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [05:47<15:49, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1128.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [05:48<16:16, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1127.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [05:48<16:11, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1126.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [05:51<28:08, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1130.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [05:51<24:35, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1129.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [05:52<23:16, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1128.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [05:53<22:14, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [05:54<23:08, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1128.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [05:55<22:44, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1127.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [05:56<29:10, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1130.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [05:57<25:48, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1129.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [06:01<43:27, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1136.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [06:01<35:30, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1136.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [06:02<29:39, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1134.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [06:02<25:10, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1133.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [06:03<22:47, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1132.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [06:04<20:39, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1131.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [06:04<18:30, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1130.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [06:05<17:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1129.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [06:06<17:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1127.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [06:06<17:10, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1127.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [06:07<16:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1125.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [06:07<16:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1124.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [06:08<16:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1124.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [06:09<17:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1123.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [06:10<17:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1122.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:10<17:00, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1121.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:11<16:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1120.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:12<17:03, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1119.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:12<16:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1118.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:13<16:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1117.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:14<17:35, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1116.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:14<17:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1115.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:15<16:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1114.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:16<17:17, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1113.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:16<16:40, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1112.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:17<16:15, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1111.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:18<16:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1110.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:18<16:23, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1109.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:19<16:09, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1108.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:20<16:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1107.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:20<16:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1106.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [06:22<21:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1107.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [06:22<19:47, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1106.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [06:23<18:58, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1105.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [06:24<19:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1105.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [06:24<18:20, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1104.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [06:25<17:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1103.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [06:26<17:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1102.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [06:27<17:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [06:27<19:02, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1101.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [06:28<18:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1100.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [06:29<22:20, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1101.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [06:30<19:59, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1100.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [06:31<18:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1098.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [06:32<20:57, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1099.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [06:32<19:02, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1097.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [06:33<18:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1097.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [06:34<22:10, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1097.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [06:35<20:23, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1096.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [06:36<19:12, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1095.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [06:36<18:06, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1094.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [06:37<17:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1093.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [06:38<18:39, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1093.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [06:38<17:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1092.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [06:39<17:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1091.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [06:40<17:53, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1090.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [06:40<16:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1089.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [06:42<24:58, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1091.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [06:43<22:01, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1090.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [06:44<20:20, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1089.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [06:44<18:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1088.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [06:45<18:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1087.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [06:46<17:29, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1086.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [06:46<16:39, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1085.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [06:47<15:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1084.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [06:47<16:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1083.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [06:48<15:39, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1082.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [06:49<15:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1081.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [06:49<15:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1080.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [06:50<15:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1079.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [06:51<15:14, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1078.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [06:52<19:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1078.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [06:52<17:38, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1077.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [06:53<17:23, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1076.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [06:54<17:32, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1075.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [06:54<17:28, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1075.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [06:55<17:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1074.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [06:56<17:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1073.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [06:57<16:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1072.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [06:57<16:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1071.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [06:58<16:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1070.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [06:58<15:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1069.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [07:01<26:02, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1072.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [07:01<22:51, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1071.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [07:02<20:51, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1070.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [07:03<20:28, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1069.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [07:03<19:32, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1068.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [07:04<17:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1067.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [07:05<17:12, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1066.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [07:05<16:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1065.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [07:06<16:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1064.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [07:07<16:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1063.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [07:07<16:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1063.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [07:08<16:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1062.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [07:09<16:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1061.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [07:09<15:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1060.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [07:10<17:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1059.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [07:11<17:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1059.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [07:12<16:46, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1058.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [07:12<16:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1057.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [07:13<16:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1056.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:15<28:33, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1059.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:16<24:27, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1058.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:17<21:50, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1057.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:17<19:47, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1056.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:18<18:42, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1055.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:19<18:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1055.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [07:20<18:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1054.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [07:20<18:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1053.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [07:21<17:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1052.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [07:22<16:56, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1051.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [07:22<16:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1050.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [07:23<16:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1050.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [07:24<16:57, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1049.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [07:25<17:18, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1048.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [07:25<16:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1047.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [07:26<16:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1046.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [07:27<15:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1045.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [07:27<15:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1044.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [07:28<14:48, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1043.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [07:29<14:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1042.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [07:30<19:16, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1043.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [07:30<17:45, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1042.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [07:31<17:04, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1041.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [07:32<16:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1040.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [07:32<15:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1039.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [07:33<15:35, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1038.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [07:34<17:04, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1037.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [07:35<18:27, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1037.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [07:37<26:05, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1039.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [07:37<22:18, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1038.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [07:38<23:50, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1038.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [07:39<23:11, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1038.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [07:40<20:25, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1037.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [07:41<18:15, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1035.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [07:41<17:14, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1034.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [07:42<16:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1033.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [07:42<15:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1032.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [07:43<15:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1031.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [07:44<15:32, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1031.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [07:44<15:07, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1029.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [07:45<15:01, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1029.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [07:46<14:41, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1027.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [07:46<14:30, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1026.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [07:47<14:14, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1025.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [07:48<14:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1025.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [07:49<17:35, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1024.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [07:50<21:25, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1025.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [07:51<23:02, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1025.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [07:52<21:42, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1025.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [07:53<19:28, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1024.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [07:53<18:08, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1023.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [07:54<17:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1022.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [07:55<16:34, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1021.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [07:55<15:34, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1020.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [07:56<15:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1019.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [07:56<14:54, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1018.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [07:57<16:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1017.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [07:59<22:26, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1018.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [08:00<19:55, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1017.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [08:00<18:08, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1016.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [08:01<17:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1015.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [08:02<16:38, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1014.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [08:02<15:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1013.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [08:03<15:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1012.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [08:03<14:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1011.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [08:04<14:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1010.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [08:05<14:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1009.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [08:05<14:07, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1008.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [08:06<14:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1008.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [08:07<14:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1007.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [08:08<20:00, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1007.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [08:09<18:09, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1006.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [08:09<17:44, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1006.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [08:11<20:02, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1006.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [08:11<18:25, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [08:12<17:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1004.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [08:13<16:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1003.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [08:13<16:30, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1002.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [08:14<16:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1001.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [08:17<30:50, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1005.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [08:18<26:08, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1004.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [08:18<22:37, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1003.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [08:19<23:20, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1003.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [08:20<21:13, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1002.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [08:21<19:48, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1001.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [08:21<18:05, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1000.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [08:22<18:33, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1000.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [08:23<17:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 999.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [08:24<16:08, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 998.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [08:24<16:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 997.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [08:25<18:57, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 997.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [08:26<17:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 996.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [08:27<16:18, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 995.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [08:27<15:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 994.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [08:28<15:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 993.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [08:29<17:28, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 993.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [08:30<16:57, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 992.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [08:30<15:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 991.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [08:31<14:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 990.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [08:32<14:40, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 989.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [08:33<16:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 989.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [08:33<15:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 988.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [08:34<14:55, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 987.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [08:34<14:13, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 986.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [08:35<14:04, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 985.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [08:36<14:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 984.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [08:36<13:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 983.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [08:37<13:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 982.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [08:38<13:55, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 981.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [08:38<13:29, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 980.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [08:39<18:03, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 980.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [08:40<16:36, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 979.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [08:41<15:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 978.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [08:41<14:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 977.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [08:42<14:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 976.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [08:43<14:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 975.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [08:44<16:46, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 975.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [08:44<15:32, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 974.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [08:45<14:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 973.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [08:45<14:02, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 972.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [08:46<13:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 971.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [08:47<13:37, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 970.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [08:47<13:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 969.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [08:48<13:10, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 968.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [08:48<13:20, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 967.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [08:49<12:50, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 966.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [08:50<13:04, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 965.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [08:50<13:33, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 964.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [08:51<13:09, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 963.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [08:51<13:12, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 962.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [08:52<13:05, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 961.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [08:53<13:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 960.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [08:53<13:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 959.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [08:54<13:30, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 958.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [08:55<13:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 957.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [08:55<13:29, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 956.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [08:56<14:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 955.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [08:57<14:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 954.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [08:57<13:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 954.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [08:58<13:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 953.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [08:59<14:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 952.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [08:59<14:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 951.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [09:00<16:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 951.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [09:01<14:46, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 949.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [09:01<14:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 949.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [09:02<13:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 948.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [09:03<13:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 947.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [09:04<14:45, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 946.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [09:04<14:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 945.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [09:05<17:39, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 945.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [09:06<16:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 944.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [09:07<15:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 943.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [09:07<15:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 942.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [09:08<15:02, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 942.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [09:09<14:36, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 941.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [09:09<14:01, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 940.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [09:10<13:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 939.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [09:11<16:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 939.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [09:12<15:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 938.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [09:13<17:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 938.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [09:13<16:37, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 937.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [09:15<20:44, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 937.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [09:16<18:53, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 936.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [09:16<17:05, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 935.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [09:17<16:37, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 935.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [09:18<16:02, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 934.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [09:18<14:59, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 933.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [09:19<15:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 932.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [09:20<19:27, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 932.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [09:21<17:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 931.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [09:22<16:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 931.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [09:22<15:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 930.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [09:23<14:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 929.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [09:24<14:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 928.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [09:24<14:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 927.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [09:25<14:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 926.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [09:26<13:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 925.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [09:26<13:39, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 924.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [09:27<14:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 923.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [09:28<13:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 923.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [09:28<13:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 921.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [09:29<13:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 921.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [09:30<15:50, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 920.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [09:31<15:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 920.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [09:33<22:54, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 921.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [09:33<20:34, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 920.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [09:34<18:54, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 919.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [09:37<28:43, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 921.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [09:37<24:27, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 921.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [09:38<20:58, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 920.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [09:38<18:20, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 919.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [09:39<16:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 918.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [09:40<15:46, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 917.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [09:40<15:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 916.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [09:41<14:50, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 915.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [09:42<14:15, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 914.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [09:42<14:03, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 913.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [09:43<14:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 912.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [09:44<13:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 911.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [09:44<13:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 911.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [09:45<13:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 910.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [09:46<13:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 909.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [09:46<13:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 908.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [09:47<13:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 907.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [09:48<14:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 907.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [09:49<14:02, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 906.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [09:49<13:31, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 905.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [09:50<13:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 904.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [09:51<13:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 903.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [09:51<13:06, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 902.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [09:52<12:52, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 901.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [09:52<13:05, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 900.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [09:53<12:44, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 899.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [09:54<12:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 898.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [09:54<12:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 897.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [09:55<13:34, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 897.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [09:56<12:52, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 896.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [09:56<12:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 895.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [09:57<15:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 894.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [09:58<14:35, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 894.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [09:59<14:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 893.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [09:59<13:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 892.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [10:00<13:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 891.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [10:01<13:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 890.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [10:02<15:47, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 890.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [10:02<14:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 889.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [10:03<14:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 888.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [10:04<14:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 887.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [10:04<14:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 886.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [10:05<13:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 885.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [10:06<12:47, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 884.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [10:06<12:20, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 883.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [10:07<12:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 883.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [10:07<12:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 882.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [10:08<12:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 881.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [10:09<12:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 880.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [10:12<26:10, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 882.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [10:12<22:43, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 882.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [10:13<20:01, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 881.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [10:14<17:36, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 880.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [10:16<24:03, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 881.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [10:16<20:56, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 880.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [10:17<18:27, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 879.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [10:19<23:14, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 880.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [10:19<20:05, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 879.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [10:20<17:53, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 878.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [10:21<16:10, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 877.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [10:22<16:21, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 877.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [10:22<15:13, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 876.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [10:23<14:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 875.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [10:24<14:20, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 874.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [10:24<13:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 873.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [10:26<18:11, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 873.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [10:26<16:48, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 873.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [10:27<16:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 872.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [10:28<15:11, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 871.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [10:30<21:25, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 872.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [10:31<19:28, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 871.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [10:31<18:00, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 870.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [10:32<16:59, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 870.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [10:33<15:17, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 869.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [10:33<14:14, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 868.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [10:34<15:09, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 867.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [10:35<14:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 866.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [10:36<14:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 865.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [10:36<14:34, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 865.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [10:37<15:54, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 864.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [10:38<14:46, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 863.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [10:39<15:06, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 863.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [10:40<19:06, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 863.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [10:41<16:47, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 862.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [10:42<15:32, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 861.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [10:42<14:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 860.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [10:43<13:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 859.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [10:44<13:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 858.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [10:44<13:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 858.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [10:45<13:05, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 857.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [10:45<12:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 856.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [10:46<12:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 855.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [10:48<17:02, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 855.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [10:48<15:36, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 854.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [10:49<14:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 853.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [10:50<14:30, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 853.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [10:50<13:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 852.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [10:52<19:01, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 852.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [10:54<23:58, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 853.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [10:54<20:18, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 852.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [10:55<17:47, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 851.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [10:56<15:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 850.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [10:56<14:41, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 849.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [10:57<14:11, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 848.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [10:58<14:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 848.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [10:58<13:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 847.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [10:59<12:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 846.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [11:00<12:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 845.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [11:00<13:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 844.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [11:01<13:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 843.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [11:02<12:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 842.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [11:03<13:07, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 842.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [11:03<13:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 841.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [11:04<13:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 840.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [11:05<12:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 839.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [11:05<12:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 838.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [11:06<14:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 838.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [11:07<13:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 837.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [11:08<15:23, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 837.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [11:09<14:27, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 836.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [11:09<13:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 835.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [11:10<13:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 834.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [11:11<13:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 833.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [11:11<12:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 832.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [11:12<13:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 832.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [11:13<13:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 831.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [11:13<12:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 830.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [11:14<12:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 829.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [11:15<12:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 828.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [11:15<12:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 827.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [11:16<12:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 827.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [11:17<12:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 826.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [11:17<12:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 825.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [11:18<11:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 824.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [11:19<11:58, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 823.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [11:19<11:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 822.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [11:20<12:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 821.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [11:21<14:13, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 821.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [11:22<13:57, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 820.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [11:23<13:36, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 819.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [11:23<13:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 819.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [11:24<12:53, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 818.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [11:25<13:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 817.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [11:25<13:10, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 816.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [11:26<13:00, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 815.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [11:27<12:21, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 814.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [11:27<12:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 814.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [11:28<12:10, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 813.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [11:29<12:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 812.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [11:29<11:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 811.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [11:30<11:42, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 810.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [11:31<11:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 809.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [11:31<11:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 808.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [11:32<11:42, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 808.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [11:33<11:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 807.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [11:33<11:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 806.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [11:34<11:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 805.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [11:35<11:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 804.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [11:35<11:30, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 803.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [11:36<11:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 802.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [11:36<11:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 801.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [11:37<11:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 801.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [11:38<11:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 800.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [11:38<11:31, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 799.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [11:39<11:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 798.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [11:40<11:31, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 797.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [11:40<11:06, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 796.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [11:41<10:50, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 795.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [11:41<10:42, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 794.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [11:42<10:52, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 793.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [11:43<11:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 793.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [11:44<15:43, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 793.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [11:45<15:01, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 792.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [11:46<13:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 791.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [11:46<12:51, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 790.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [11:47<12:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 789.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [11:48<11:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 788.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [11:48<11:37, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 788.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [11:49<11:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 787.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [11:49<11:11, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 786.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [11:50<10:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 785.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [11:51<11:04, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 784.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [11:51<11:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 783.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [11:52<11:13, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 782.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [11:53<11:30, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 781.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [11:53<12:03, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 781.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [11:54<11:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 780.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [11:55<11:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 779.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [11:55<11:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 778.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [11:56<11:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 777.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [11:57<11:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 776.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [11:57<11:25, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 776.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [11:58<13:15, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 775.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [11:59<12:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 774.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [12:00<12:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 774.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [12:01<13:57, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 773.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [12:01<13:11, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 772.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [12:02<12:34, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 771.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [12:03<13:26, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 771.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [12:04<12:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 770.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [12:04<12:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 769.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [12:05<11:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 768.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [12:06<15:05, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 768.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [12:07<13:49, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 767.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [12:08<13:37, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 767.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [12:09<15:12, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 766.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [12:09<13:39, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 765.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [12:10<12:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 764.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [12:11<12:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 764.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [12:11<12:03, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 763.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [12:12<12:10, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 762.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [12:13<13:27, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 761.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [12:14<12:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 761.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [12:14<12:29, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 760.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [12:15<12:41, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 759.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [12:16<11:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 758.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [12:22<40:46, 2.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 763.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [12:23<32:34, 1.93s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 763.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [12:24<26:42, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 762.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [12:24<21:44, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 761.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [12:25<18:45, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 760.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [12:27<22:39, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 760.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [12:28<19:35, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 760.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [12:28<16:58, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 759.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [12:29<14:46, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 758.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [12:31<19:23, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 758.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [12:31<17:09, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 757.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [12:32<15:54, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 757.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [12:33<14:35, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 756.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [12:33<13:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 755.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [12:34<12:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 754.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [12:35<12:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 753.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [12:35<11:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 752.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [12:36<11:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 752.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [12:37<11:04, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 751.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [12:38<12:34, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 750.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [12:38<12:51, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 749.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [12:39<12:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 749.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [12:40<14:03, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 748.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [12:41<13:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 747.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [12:42<12:25, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 747.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [12:42<12:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 746.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [12:43<11:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 745.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [12:44<12:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 744.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [12:45<12:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 743.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [12:45<11:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 743.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [12:46<11:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 742.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [12:46<11:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 741.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [12:47<11:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 740.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [12:48<10:48, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 739.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [12:48<10:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 738.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [12:49<10:29, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 737.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [12:50<10:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 737.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [12:50<10:19, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 736.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [12:51<09:57, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 735.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [12:51<10:01, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 734.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [12:52<10:07, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 733.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [12:53<10:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 732.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [12:53<10:09, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 731.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [12:54<10:02, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 730.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [12:55<10:16, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 730.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [12:55<10:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 729.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [12:56<11:08, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 728.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [12:57<10:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 727.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [12:57<10:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 726.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [12:58<10:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 725.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [12:59<12:53, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 725.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [13:00<12:27, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 724.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [13:00<11:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 723.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [13:01<11:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 722.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [13:03<16:37, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 723.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [13:04<15:00, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 722.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [13:04<13:45, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 721.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [13:05<13:46, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 720.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [13:06<12:23, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 720.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [13:06<11:53, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 719.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [13:07<11:34, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 718.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [13:08<11:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 717.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [13:08<10:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 716.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [13:09<10:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 715.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [13:11<14:52, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 715.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [13:11<13:25, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 714.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [13:12<12:26, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 714.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [13:13<12:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 713.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [13:13<11:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 712.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [13:14<12:06, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 711.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [13:15<12:31, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 711.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [13:16<11:39, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 710.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [13:17<12:59, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 709.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [13:17<12:36, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 709.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [13:18<11:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 708.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [13:19<11:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 707.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [13:19<10:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 706.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [13:20<10:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 705.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [13:22<16:11, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 705.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [13:22<14:42, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 705.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [13:23<13:19, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 704.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [13:24<12:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 703.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [13:24<11:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 702.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [13:25<11:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 701.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [13:26<10:43, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 700.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [13:26<10:22, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 699.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [13:27<09:52, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 698.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [13:28<10:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 698.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [13:28<10:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 697.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [13:29<10:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 696.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [13:30<11:54, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 696.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [13:31<11:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 695.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [13:31<11:25, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 694.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [13:32<11:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 693.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [13:33<11:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 692.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [13:33<10:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 692.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [13:34<10:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 691.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [13:35<10:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 690.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [13:35<10:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 689.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [13:36<10:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 688.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [13:37<09:42, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 687.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [13:37<09:41, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 686.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [13:38<09:23, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 685.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [13:38<09:19, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 685.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [13:39<09:18, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 684.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [13:40<09:52, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 683.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [13:40<09:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 682.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [13:41<09:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 681.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [13:42<09:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 680.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [13:43<10:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 680.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [13:43<10:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 679.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [13:44<09:40, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 678.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [13:44<09:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 677.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [13:46<12:36, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 677.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [13:46<11:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 676.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [13:47<10:52, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 675.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [13:48<10:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 674.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [13:48<10:30, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 674.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [13:49<09:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 673.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [13:49<09:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 672.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [13:50<09:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 671.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [13:51<09:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 670.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [13:51<09:44, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 669.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [13:53<13:49, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 669.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [13:54<12:10, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 668.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [13:54<11:39, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 668.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [13:55<10:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 667.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [13:56<10:29, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 666.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [13:56<10:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 665.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [13:57<10:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 664.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [13:58<13:34, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 664.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [13:59<13:29, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 663.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [14:00<14:41, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 663.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [14:01<13:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 662.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [14:02<12:42, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 661.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [14:02<11:39, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 661.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [14:03<10:58, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 660.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [14:04<10:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 659.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [14:04<10:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 658.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [14:05<09:59, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 657.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [14:06<09:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 656.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [14:07<10:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 656.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [14:07<10:35, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 655.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [14:08<09:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 654.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [14:09<09:59, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 653.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [14:09<09:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 652.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [14:10<09:47, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 652.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [14:11<09:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 651.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [14:11<09:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 650.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [14:12<09:09, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 649.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [14:12<08:51, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 648.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [14:13<09:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 647.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [14:14<09:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 647.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [14:14<08:59, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 646.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [14:15<08:49, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 645.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [14:16<09:05, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 644.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [14:16<09:09, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 643.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [14:17<10:15, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 643.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [14:18<10:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 642.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [14:19<10:15, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 641.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [14:19<09:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 640.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [14:20<09:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 639.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [14:21<10:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 639.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [14:21<09:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 638.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [14:22<09:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 637.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [14:23<11:25, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 636.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [14:24<11:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 636.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [14:24<10:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 635.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [14:25<10:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 634.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [14:27<14:25, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 634.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [14:28<15:05, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 634.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [14:30<21:15, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 634.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [14:31<17:54, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 633.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [14:32<15:19, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 633.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [14:32<13:17, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 632.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [14:34<16:37, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 632.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [14:35<14:15, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 631.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [14:36<13:04, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 630.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [14:36<11:35, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 629.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [14:37<10:50, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 628.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [14:38<11:20, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 628.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [14:38<10:48, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 627.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [14:40<13:02, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 627.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [14:40<11:53, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 626.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [14:41<11:21, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 625.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [14:42<10:25, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 624.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [14:43<10:26, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 623.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [14:43<09:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 623.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [14:44<09:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 622.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [14:44<09:18, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 621.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [14:45<09:06, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 620.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [14:46<08:51, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 619.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [14:46<08:56, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 618.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [14:47<09:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 618.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [14:48<08:56, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 617.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [14:48<09:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 616.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [14:49<09:21, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 615.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [14:50<09:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 614.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [14:50<09:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 614.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [14:52<12:32, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 613.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [14:53<11:30, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 613.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [14:53<11:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 612.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [14:54<10:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 611.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [14:56<14:24, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 611.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [14:56<12:51, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 610.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [14:57<12:20, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 609.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [14:58<11:21, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 609.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [14:59<10:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 608.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [14:59<09:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 607.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [15:00<10:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 606.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [15:01<10:13, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 605.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [15:02<12:18, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 605.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [15:03<11:21, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 604.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [15:03<10:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 603.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [15:04<09:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 602.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [15:04<09:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 602.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [15:06<12:02, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [15:07<10:51, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 600.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [15:07<10:04, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 600.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [15:08<09:22, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 599.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [15:08<09:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 598.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [15:09<08:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 597.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [15:10<08:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 596.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [15:10<08:34, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 595.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [15:11<08:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 595.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [15:12<10:53, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 594.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [15:13<10:00, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 593.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [15:13<09:13, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 592.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [15:14<08:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 592.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [15:15<08:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 591.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [15:15<08:15, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 590.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [15:16<09:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 589.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [15:17<09:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 588.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [15:17<08:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 588.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [15:20<16:20, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 588.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [15:21<13:46, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 587.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [15:21<12:15, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 586.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [15:22<10:37, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [15:22<09:47, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 585.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [15:23<09:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 584.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [15:24<09:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 583.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [15:24<08:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 582.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [15:25<08:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 581.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [15:25<08:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 580.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [15:27<12:08, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 580.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [15:28<11:26, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 580.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [15:29<10:19, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 579.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [15:29<09:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 578.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [15:30<09:29, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 577.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [15:30<08:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 576.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [15:31<08:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 575.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [15:32<10:20, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 575.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [15:33<09:42, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 574.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [15:33<09:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 573.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [15:35<13:13, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 573.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [15:36<12:10, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 572.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [15:37<11:38, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 572.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [15:38<10:34, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 571.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [15:38<10:07, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 570.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [15:39<09:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 569.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [15:41<12:39, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 569.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [15:41<12:09, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 568.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [15:42<11:38, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 568.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [15:43<10:39, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 567.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [15:45<14:12, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 567.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [15:47<17:19, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 567.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [15:48<15:36, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 566.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [15:48<13:22, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 565.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [15:49<12:13, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 564.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [15:50<11:03, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 564.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [15:50<09:54, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 563.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [15:51<08:58, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 562.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [15:52<09:05, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 561.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [15:52<08:47, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 560.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [15:53<09:05, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 560.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [15:54<08:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 559.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [15:54<08:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 558.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [15:55<08:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 557.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [15:56<08:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 556.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [15:56<08:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 556.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [15:57<08:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 555.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [15:58<08:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 554.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [15:59<08:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 553.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [15:59<08:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 552.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [16:01<10:53, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 552.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [16:01<10:23, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 551.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [16:02<09:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 550.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [16:03<09:55, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 550.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [16:04<09:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 549.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [16:04<08:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 548.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [16:05<08:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 547.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [16:06<08:23, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 547.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [16:06<08:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 546.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [16:07<07:57, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 545.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [16:08<08:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 544.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [16:08<08:05, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 543.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [16:09<08:03, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 542.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [16:10<07:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 542.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [16:10<07:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 541.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [16:11<07:30, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 540.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [16:11<07:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 539.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [16:12<09:05, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 539.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [16:13<08:39, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 538.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [16:14<08:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 537.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [16:14<07:47, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 536.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [16:15<07:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 535.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [16:16<07:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 534.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [16:16<07:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 534.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [16:17<07:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 533.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [16:18<07:35, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [16:18<07:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 531.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [16:19<07:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 530.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [16:20<07:43, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 530.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [16:20<07:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 529.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [16:21<07:44, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 528.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [16:22<07:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 527.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [16:22<07:35, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 526.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [16:23<07:17, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 526.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [16:24<08:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 525.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [16:24<08:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 524.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [16:25<08:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 523.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [16:26<08:15, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 523.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [16:27<08:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 522.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [16:27<07:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 521.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [16:28<07:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 520.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [16:28<07:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 519.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [16:29<07:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 518.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [16:30<07:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 518.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [16:30<07:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 517.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [16:31<08:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 516.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [16:32<08:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 515.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [16:33<10:18, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 515.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [16:34<09:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 514.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [16:35<09:16, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 513.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [16:36<09:03, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 513.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [16:36<08:27, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 512.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [16:37<08:42, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 511.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [16:38<10:17, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 511.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [16:39<09:29, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 510.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [16:40<09:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [16:43<15:54, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 509.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [16:43<13:27, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 509.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [16:44<11:41, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 508.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [16:45<10:22, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 507.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [16:46<10:25, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 506.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [16:46<09:33, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 506.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [16:47<08:49, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 505.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [16:49<13:17, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 505.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [16:50<11:34, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 504.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [16:53<19:41, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 505.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [16:58<28:54, 2.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 506.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [16:59<22:40, 2.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 505.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [16:59<18:35, 1.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 504.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [17:00<16:05, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 503.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [17:01<13:50, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 503.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [17:02<11:57, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 502.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [17:02<10:23, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 501.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [17:06<17:59, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 502.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [17:06<14:44, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 501.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [17:07<12:20, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 500.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [17:08<10:46, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 499.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [17:08<09:49, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 498.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [17:09<09:05, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 497.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [17:10<08:40, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 497.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [17:10<08:06, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 496.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [17:11<07:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 495.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [17:12<07:48, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 494.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [17:15<16:43, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 495.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [17:16<13:51, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 494.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [17:18<14:55, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 494.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [17:18<12:19, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 493.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [17:20<15:32, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 493.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [17:21<13:05, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 492.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [17:22<11:04, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 491.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [17:23<10:54, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [17:23<09:49, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 490.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [17:41<1:05:00, 6.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 497.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [17:42<47:31, 4.48s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 496.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [17:43<35:21, 3.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 495.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [17:43<26:37, 2.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [17:44<20:39, 1.96s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 494.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [17:45<16:38, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 493.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [17:45<13:46, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 492.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [17:46<11:49, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 491.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [17:47<10:07, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [17:47<09:04, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 489.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [17:48<08:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 489.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [17:49<07:55, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 488.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [17:49<07:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 487.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [17:50<07:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [17:51<07:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 485.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [17:51<06:48, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 484.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [17:52<06:54, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 484.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [17:52<06:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 483.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [17:53<06:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 482.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [17:54<07:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [17:55<06:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 480.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [17:55<06:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 479.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [17:57<09:02, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 479.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [17:58<10:09, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 478.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [17:59<09:11, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 478.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [17:59<08:21, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 477.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [18:00<07:55, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 476.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [18:01<07:45, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 475.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [18:01<07:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 474.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [18:02<07:17, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 473.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [18:03<07:10, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 473.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [18:03<07:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 472.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [18:04<07:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 471.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [18:05<08:32, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 470.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [18:06<07:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 470.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [18:07<07:51, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 469.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [18:07<07:31, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 468.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [18:08<07:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 467.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [18:09<06:52, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 466.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [18:09<06:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 465.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [18:10<06:40, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 465.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [18:11<06:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 464.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [18:11<07:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 463.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [18:13<09:23, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 463.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [18:14<10:03, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 462.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [18:15<10:53, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 461.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [18:16<09:19, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 461.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [18:17<08:18, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 460.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [18:17<07:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 459.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [18:18<07:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 458.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [18:18<06:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 457.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [18:19<06:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 456.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [18:20<06:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 456.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [18:20<06:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 455.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [18:21<06:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 454.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [18:22<06:15, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 453.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [18:23<08:29, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 452.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [18:24<07:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 452.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [18:24<07:35, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 451.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [18:25<07:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 450.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [18:26<06:47, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 449.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [18:26<07:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 448.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [18:27<07:50, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 448.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [18:28<07:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 447.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [18:31<12:59, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 447.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [18:32<11:00, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 446.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [18:32<09:37, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [18:33<08:33, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [18:33<07:41, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 444.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [18:34<07:16, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 443.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [18:35<07:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 442.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [18:36<07:12, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 441.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [18:36<06:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 440.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [18:37<06:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 440.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [18:38<06:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 439.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [18:38<06:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 438.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [18:39<07:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 437.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [18:40<07:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 436.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [18:41<07:00, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 436.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [18:42<07:09, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 435.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [18:43<08:03, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 434.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [18:43<07:22, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 433.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [18:44<07:01, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 432.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [18:45<06:35, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 432.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [18:46<09:20, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 431.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [18:47<08:25, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 430.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [18:48<07:37, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 430.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [18:48<06:53, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 429.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [18:49<06:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 428.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [18:49<06:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 427.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [18:50<06:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 426.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [18:51<06:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 425.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [18:51<05:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 425.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [18:52<07:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 424.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [18:53<06:42, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 423.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [18:54<06:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 422.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [18:54<06:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 421.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [18:59<16:03, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 422.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [19:00<13:39, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 421.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [19:00<11:09, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 420.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [19:01<09:50, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 420.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [19:01<08:21, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 419.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [19:02<07:31, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 418.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [19:03<07:03, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 417.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [19:04<07:56, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 416.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [19:05<07:16, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 416.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [19:05<07:33, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 415.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [19:06<07:01, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 414.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [19:07<06:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 413.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [19:07<06:30, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 412.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [19:08<06:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 412.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [19:09<05:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 411.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [19:09<06:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 410.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [19:10<05:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 409.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [19:11<05:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 408.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [19:11<05:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 407.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [19:12<05:51, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 407.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [19:13<05:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [19:13<05:46, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 405.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [19:14<05:55, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 404.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [19:15<05:43, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 403.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [19:15<05:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 403.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [19:16<05:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 402.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [19:17<05:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 401.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [19:17<05:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [19:19<07:52, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 400.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [19:20<07:50, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 399.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [19:20<07:14, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 398.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [19:21<06:44, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 397.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [19:22<06:35, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 396.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [19:23<06:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 396.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [19:23<06:19, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 395.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [19:24<05:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 394.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [19:25<07:43, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 393.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [19:26<07:11, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 393.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [19:27<06:42, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 392.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [19:28<06:50, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 391.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [19:28<06:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 390.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [19:29<06:12, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 389.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [19:30<05:48, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 389.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [19:30<05:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 388.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [19:31<06:43, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 387.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [19:32<06:12, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 386.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [19:33<07:10, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 386.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [19:34<06:37, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [19:35<08:55, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 384.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [19:36<08:18, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 383.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [19:37<07:36, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 383.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [19:38<07:01, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 382.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [19:38<06:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 381.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [19:39<06:19, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 380.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [19:40<06:17, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 379.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [19:41<05:53, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 379.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [19:42<07:19, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 378.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [19:44<09:24, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 378.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [19:44<08:04, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 377.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [19:45<07:32, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 376.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [19:46<06:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 375.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [19:46<06:27, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 374.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [19:47<06:11, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 374.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [19:48<05:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 373.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [19:48<05:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 372.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [19:49<05:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 371.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [19:50<05:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 370.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [19:51<05:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 369.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [19:51<05:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 369.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [19:52<05:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 368.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [19:53<05:40, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 367.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [19:54<07:26, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 367.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [19:56<08:58, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 366.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [19:57<08:59, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 365.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [19:58<09:39, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 365.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [19:59<08:45, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 364.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [20:00<07:30, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 363.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [20:01<06:42, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 362.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [20:01<06:13, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [20:02<05:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 361.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [20:02<05:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 360.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [20:03<05:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 359.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [20:04<05:00, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 358.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [20:05<06:51, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 358.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [20:06<06:14, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 357.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [20:06<05:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 356.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [20:07<05:19, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 355.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [20:08<05:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 354.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [20:08<04:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 353.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [20:09<05:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 353.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [20:10<05:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 352.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [20:10<05:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 351.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [20:11<04:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 350.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [20:11<04:36, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 349.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [20:12<04:33, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 349.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [20:13<04:24, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 348.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [20:13<04:24, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 347.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [20:14<04:25, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 346.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [20:14<04:25, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 345.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [20:15<04:20, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 344.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [20:16<04:17, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [20:16<04:16, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 343.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [20:17<04:08, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 342.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [20:17<04:09, 1.75it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 341.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [20:18<04:03, 1.79it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 340.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [20:18<04:04, 1.78it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 339.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [20:19<04:10, 1.74it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 338.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [20:19<04:06, 1.76it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 338.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [20:20<04:12, 1.72it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 337.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [20:21<04:14, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 336.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [20:21<04:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 335.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [20:22<05:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 334.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [20:23<05:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 334.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [20:24<04:44, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 333.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [20:24<04:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 332.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [20:25<04:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 331.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [20:26<04:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 330.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [20:26<04:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 330.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [20:27<04:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 329.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [20:28<05:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 328.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [20:28<04:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 327.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [20:29<04:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 326.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [20:30<05:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 326.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [20:31<04:56, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 325.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [20:31<04:53, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 324.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [20:32<04:45, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [20:33<04:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 322.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [20:33<04:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 322.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [20:34<04:22, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 321.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [20:34<04:23, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 320.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [20:35<04:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 319.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [20:36<04:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 318.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [20:36<04:12, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 317.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [20:37<04:05, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [20:37<03:59, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 316.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [20:38<04:00, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 315.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [20:39<03:57, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 314.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [20:41<07:13, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 314.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [20:42<06:36, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 313.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [20:42<05:47, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 312.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [20:43<05:27, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 311.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [20:43<05:10, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [20:44<05:18, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 310.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [20:45<05:28, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 309.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [20:46<06:15, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 308.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [20:47<05:35, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 308.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [20:48<05:10, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [20:48<04:50, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 306.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [20:49<04:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 305.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [20:50<04:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 304.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [20:50<04:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 304.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [20:51<04:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 303.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [20:52<04:09, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 302.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [20:52<04:04, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 301.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [20:53<04:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 300.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [20:55<06:06, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 300.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [20:55<05:35, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 299.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [20:56<05:07, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 298.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [20:57<05:21, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 297.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [20:57<04:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 297.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [20:58<04:31, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 296.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [20:58<04:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 295.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [21:00<05:06, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 294.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [21:00<04:32, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 293.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [21:01<04:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [21:01<04:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 292.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [21:02<04:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 291.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [21:03<04:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 290.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [21:04<05:06, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 289.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [21:04<04:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 289.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [21:05<04:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 288.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [21:06<04:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 287.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [21:06<04:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 286.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [21:07<04:34, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 285.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [21:08<04:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 285.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [21:08<04:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 284.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [21:09<03:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 283.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [21:10<03:46, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 282.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [21:10<03:41, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 281.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [21:11<03:39, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 281.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [21:11<03:46, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 280.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [21:12<03:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 279.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [21:13<03:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 278.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [21:13<03:39, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 277.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [21:14<03:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 276.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [21:15<03:59, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 276.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [21:15<03:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 275.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [21:16<03:39, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 274.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [21:16<03:29, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 273.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [21:17<03:35, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 272.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [21:18<03:38, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 272.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [21:19<03:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 271.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [21:19<04:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 270.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [21:21<05:20, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 269.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [21:21<04:52, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 269.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [21:26<10:43, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 269.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [21:26<08:28, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 268.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [21:27<07:04, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 267.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [21:28<06:23, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 266.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [21:28<05:28, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 265.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [21:29<04:57, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 265.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [21:30<04:25, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 264.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [21:31<04:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 263.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [21:31<04:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [21:32<04:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 261.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [21:32<03:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 261.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [21:33<03:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 260.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [21:34<03:41, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 259.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [21:34<03:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 258.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [21:35<03:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 257.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [21:36<03:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 257.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [21:36<03:28, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 256.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [21:37<03:21, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 255.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [21:37<03:20, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 254.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [21:46<17:00, 3.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 255.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [21:47<13:03, 2.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 254.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [21:48<10:12, 1.88s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 253.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [21:48<08:01, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [21:49<06:36, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 252.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [21:50<05:39, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 251.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [21:51<05:53, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 250.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [21:51<05:03, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 249.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [21:52<04:24, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 249.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [21:53<03:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 248.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [21:53<03:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [21:54<03:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 246.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [21:54<03:32, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 245.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [21:55<03:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 245.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [21:56<03:29, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 244.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [21:57<03:48, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 243.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [21:57<03:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 242.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [21:59<04:40, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 242.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [21:59<04:13, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 241.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [22:00<04:33, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 240.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [22:01<04:02, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [22:02<03:54, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 238.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [22:02<03:51, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 238.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [22:04<05:01, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 237.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [22:04<04:22, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 236.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [22:05<03:54, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 235.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [22:06<03:36, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 234.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [22:06<03:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 234.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [22:07<03:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 233.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [22:08<03:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 232.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [22:08<03:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 231.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [22:09<03:11, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 230.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [22:09<03:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 230.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [22:10<03:18, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 229.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [22:11<03:15, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 228.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [22:11<03:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 227.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [22:12<03:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 226.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [22:13<03:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 226.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [22:13<03:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 225.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [22:14<03:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 224.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [22:15<03:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 223.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [22:15<03:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 222.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [22:16<03:01, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 222.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [22:17<03:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 221.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [22:17<03:04, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 220.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [22:18<03:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 219.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [22:19<02:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 218.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [22:19<02:55, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 218.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [22:20<03:00, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 217.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [22:21<03:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 216.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [22:21<02:58, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 215.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [22:22<03:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 214.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [22:23<03:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 214.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [22:23<03:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 213.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [22:24<02:52, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 212.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [22:27<06:18, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 212.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [22:28<05:19, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 211.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [22:28<04:35, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 210.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [22:29<04:11, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 209.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [22:30<03:47, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [22:30<03:32, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 208.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [22:31<03:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 207.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [22:32<03:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 206.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [22:32<03:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 205.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [22:33<03:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 204.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [22:34<03:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 204.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [22:34<02:56, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 203.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [22:35<03:30, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 202.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [22:36<03:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 201.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [22:37<03:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 201.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [22:38<04:04, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 200.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [22:39<03:39, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 199.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [22:40<03:25, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 198.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [22:40<03:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 198.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [22:41<03:07, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 197.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [22:42<03:04, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 196.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [22:42<02:57, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 195.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [22:43<03:08, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 194.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [22:44<02:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 194.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [22:45<02:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 193.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [22:45<02:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 192.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [22:47<03:49, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 191.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [22:47<03:35, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [22:48<03:22, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 190.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [22:49<03:13, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 189.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [22:49<03:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [22:50<02:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 187.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [22:51<02:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 187.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [22:52<02:52, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 186.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [22:52<03:05, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 185.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [22:53<02:59, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 184.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [22:54<02:56, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 183.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [22:55<02:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 183.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [22:55<02:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 182.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [22:56<03:19, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 181.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [22:57<03:20, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 180.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [22:58<02:59, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 180.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [22:58<02:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 179.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [22:59<02:37, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 178.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [23:00<02:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 177.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [23:00<02:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 176.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [23:01<02:26, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 176.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [23:02<02:24, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 175.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [23:02<02:24, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 174.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [23:03<02:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 173.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [23:04<02:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 172.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [23:05<03:41, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 172.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [23:06<03:25, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 171.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [23:07<03:04, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 170.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [23:07<02:53, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 169.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [23:08<02:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 169.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [23:09<02:37, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 168.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [23:10<03:04, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 167.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [23:11<02:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 166.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [23:11<02:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 165.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [23:12<02:48, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 165.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [23:13<02:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 164.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [23:13<02:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 163.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [23:14<02:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 162.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [23:15<02:17, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 161.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [23:15<02:09, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 161.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [23:16<02:06, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 160.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [23:16<02:06, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [23:17<02:03, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 158.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [23:18<02:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 157.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [23:18<02:06, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 157.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [23:19<02:04, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 156.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [23:20<02:07, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 155.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [23:20<02:07, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 154.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [23:21<02:03, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 154.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [23:21<02:04, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 153.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [23:22<02:05, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 152.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [23:23<02:01, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 151.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [23:23<01:59, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 150.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [23:24<01:57, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 150.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [23:24<01:56, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 149.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [23:25<01:53, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 148.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [23:26<02:00, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 147.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [23:26<02:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 146.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [23:27<01:58, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 146.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [23:28<01:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 145.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [23:28<01:57, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 144.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [23:29<01:53, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 143.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [23:30<02:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 142.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [23:30<02:03, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 142.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [23:31<02:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 141.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [23:32<02:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 140.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [23:32<02:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 139.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [23:34<02:25, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 139.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [23:34<02:16, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 138.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [23:35<02:08, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 137.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [23:35<02:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 136.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [23:36<02:00, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 135.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [23:37<01:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 135.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [23:37<01:51, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 134.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [23:38<01:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 133.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [23:38<01:41, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 132.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [23:40<02:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 131.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [23:40<02:00, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 131.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [23:41<02:30, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 130.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [23:42<02:21, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 129.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [23:43<02:17, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 128.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [23:44<02:08, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 128.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [23:44<02:01, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 127.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [23:45<01:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 126.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [23:46<01:55, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 125.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [23:46<01:54, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 124.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [23:47<01:49, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 124.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [23:48<01:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 123.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [23:48<01:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 122.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [23:49<01:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 121.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [23:50<01:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 121.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [23:50<01:37, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 120.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [23:51<01:36, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 119.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [23:51<01:35, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 118.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [23:52<01:34, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 117.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [23:53<01:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 117.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [23:53<01:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 116.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [23:54<01:30, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 115.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [23:54<01:29, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 114.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [23:55<01:28, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 113.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [23:56<01:28, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 113.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [23:56<01:29, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 112.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [23:57<01:52, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 111.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [23:58<01:47, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 110.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [23:59<01:55, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 110.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [24:00<02:16, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 109.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [24:01<02:02, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 108.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [24:02<01:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 107.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [24:03<02:00, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 107.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [24:03<01:48, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 106.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [24:04<01:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 105.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [24:05<01:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 104.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [24:05<01:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 103.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [24:06<01:36, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 103.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [24:07<01:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 102.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [24:07<01:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [24:08<01:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 100.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [24:09<01:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 99.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [24:09<01:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 99.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [24:10<01:26, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 98.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [24:11<01:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 97.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [24:11<01:20, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 96.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [24:12<01:17, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 96.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [24:13<01:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 95.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [24:13<01:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 94.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [24:14<01:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 93.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [24:15<01:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 92.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [24:16<01:24, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 92.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [24:17<01:45, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 91.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [24:18<01:38, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 90.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [24:18<01:33, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 89.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [24:19<01:38, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 89.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [24:20<01:34, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 88.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [24:21<01:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 87.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [24:21<01:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 86.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [24:22<01:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 85.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [24:23<01:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 85.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [24:23<01:15, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 84.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [24:25<01:44, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 83.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [24:26<01:32, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 82.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [24:29<02:38, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 82.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [24:30<02:38, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 81.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [24:31<02:08, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 80.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [24:31<01:48, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 79.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [24:32<01:36, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 79.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [24:33<01:27, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 78.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [24:33<01:21, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 77.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [24:34<01:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 76.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [24:35<01:10, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 76.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [24:35<01:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 75.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [24:36<01:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 74.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [24:37<01:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 73.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [24:38<01:31, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 72.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [24:39<01:24, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 72.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [24:40<01:18, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 71.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [24:40<01:12, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 70.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [24:42<01:20, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 69.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [24:42<01:13, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 69.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [24:43<01:09, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 68.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [24:44<01:07, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 67.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [24:44<01:04, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 66.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [24:45<01:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 65.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [24:46<01:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 65.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [24:47<01:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 64.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [24:47<00:59, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 63.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [24:48<00:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 62.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [24:49<00:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 62.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [24:49<00:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 61.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [24:50<00:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 60.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [24:51<00:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 59.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [24:51<00:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 58.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [24:52<00:50, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 58.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [24:53<00:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 57.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [24:53<00:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 56.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [24:56<01:29, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 55.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [24:57<01:18, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 55.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [24:57<01:09, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 54.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [24:58<01:04, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 53.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [24:59<01:05, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 52.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [25:00<00:59, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 52.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [25:01<00:55, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 51.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [25:01<00:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 50.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [25:02<00:49, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 49.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [25:03<00:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 48.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [25:04<00:46, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 48.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [25:04<00:43, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 47.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [25:05<00:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 46.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [25:06<00:41, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 45.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [25:07<00:44, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 45.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [25:07<00:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 44.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [25:08<00:42, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 43.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [25:09<00:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 42.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [25:10<00:40, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 41.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [25:10<00:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 41.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [25:11<00:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 40.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [25:13<01:03, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 39.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [25:14<00:53, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 38.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [25:15<00:45, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 38.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [25:15<00:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 37.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [25:16<00:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 36.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [25:17<00:34, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 35.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [25:17<00:35, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 34.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [25:19<00:49, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 34.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [25:20<00:44, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 33.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [25:21<00:40, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 32.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [25:22<00:35, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 31.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [25:23<00:45, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 31.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [25:24<00:39, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 30.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [25:25<00:36, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 29.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [25:26<00:35, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 28.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [25:27<00:31, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 28.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [25:27<00:30, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 27.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [25:28<00:27, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 26.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [25:29<00:24, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 25.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [25:29<00:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [25:30<00:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 24.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [25:31<00:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 23.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [25:32<00:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 22.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [25:32<00:21, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 21.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [25:33<00:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 21.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [25:34<00:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 20.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [25:34<00:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 19.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [25:35<00:15, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 18.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [25:35<00:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 17.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [25:37<00:18, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 17.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [25:37<00:15, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 16.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [25:38<00:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 15.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [25:39<00:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 14.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [25:39<00:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 14.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [25:40<00:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 13.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [25:41<00:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 12.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [25:42<00:11, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 11.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [25:43<00:12, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 10.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [25:43<00:10, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 10.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [25:44<00:09, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 9.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [25:45<00:09, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 8.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [25:46<00:08, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 7.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [25:47<00:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 7.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [25:47<00:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 6.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [25:48<00:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 5.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [25:49<00:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 4.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [25:49<00:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 3.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [25:51<00:04, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [25:52<00:02, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [25:53<00:01, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [25:53<00:00, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [25:54<00:00, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df6.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df6.csv', index=False)"],"metadata":{"id":"5PHrtE7NE29P"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df7['box'] = apply_with_progress(df7, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"XkThlg38E7fo","executionInfo":{"status":"ok","timestamp":1749297885476,"user_tz":-330,"elapsed":1621832,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"0127572f-03b8-41af-b3d7-f4e840791961"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<23:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1383.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<23:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1424.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:02<23:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1416.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:02<23:43, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1420.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:03<22:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1373.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:04<21:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1356.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:04<21:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:05<21:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1336.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:06<21:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1334.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:06<21:40, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1329.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:07<21:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1323.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:07<21:09, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1314.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:09<28:45, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1426.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:09<26:29, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1414.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:10<27:57, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1445.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:11<27:54, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1458.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:12<25:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1440.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:13<24:25, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1434.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:13<22:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1419.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:15<38:48, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1575.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:16<34:24, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1568.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:17<30:25, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1554.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:18<28:26, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1548.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:18<26:59, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1542.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:20<33:46, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1598.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:20<29:46, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1583.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:21<27:39, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1574.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:22<26:28, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1568.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:22<25:33, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1562.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:23<24:18, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1552.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:24<23:40, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1544.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:24<22:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1534.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:25<25:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1543.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:29<51:25, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1696.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:30<42:51, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1686.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:30<38:25, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1685.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:31<33:58, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1677.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:32<29:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1664.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:32<27:32, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1654.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:33<26:28, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1648.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:34<25:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1640.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:35<24:19, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1632.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:35<23:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1624.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:36<29:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1644.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:37<26:20, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1633.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:38<25:28, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1627.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:38<24:00, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1618.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:39<24:15, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1614.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:40<23:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1607.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:40<22:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1598.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:41<22:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1594.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:43<30:17, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1618.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:43<28:13, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1613.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:44<27:54, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1612.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:45<28:50, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1616.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:47<38:06, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1650.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:48<32:49, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1642.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:48<30:44, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1640.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:49<28:53, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1636.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:50<26:07, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1628.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:51<25:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1624.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:51<25:53, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1623.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:52<25:56, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1621.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:53<24:54, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1616.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:54<24:32, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1612.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:54<24:01, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1608.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:55<23:48, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1604.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:56<24:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1601.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:57<23:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1596.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:57<23:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1593.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:58<23:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1588.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:59<23:22, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1586.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:59<22:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1580.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [01:00<23:39, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1579.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [01:01<23:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1576.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [01:02<31:13, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1593.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [01:03<28:29, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1589.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [01:04<27:22, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1587.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [01:05<25:56, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1583.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [01:05<26:14, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1583.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [01:08<41:22, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1619.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [01:09<44:35, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1637.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [01:10<39:38, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1637.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [01:12<39:10, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1644.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:12<33:36, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1638.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:13<30:32, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1634.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:14<28:27, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1631.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:17<55:08, 1.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1692.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:18<45:31, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1687.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:19<39:17, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1684.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:20<34:19, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1680.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:21<37:01, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1689.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:22<33:00, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1685.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:22<29:31, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1680.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:23<26:57, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:24<24:46, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1669.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:25<30:39, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1678.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:27<35:16, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1689.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:27<30:47, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1683.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:28<27:41, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1678.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:28<24:55, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1671.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:29<23:48, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1666.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:30<22:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1660.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:31<25:45, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1663.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:31<24:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1658.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:32<24:12, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1655.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:33<23:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1651.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:34<22:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1646.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:34<22:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1643.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:35<23:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1641.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:36<22:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1636.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:36<21:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1631.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:37<25:09, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1634.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:38<24:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1630.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:39<22:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1625.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:40<31:34, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1637.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:41<29:48, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1636.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:42<27:13, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1632.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:43<26:06, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1629.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:43<25:44, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1627.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:44<24:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1624.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:45<24:29, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1622.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:46<23:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1618.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:46<23:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1616.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:47<23:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1613.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:48<22:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1609.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:48<21:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1605.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:49<21:25, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1601.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:50<21:04, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1597.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:50<20:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1594.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:51<20:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1590.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:52<22:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1589.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:53<22:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1586.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:55<37:01, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1606.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:56<32:25, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1603.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:56<29:15, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1600.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:57<27:34, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1597.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:58<26:06, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1595.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:58<24:39, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1592.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:59<23:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1588.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [02:00<23:45, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1587.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [02:01<22:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1584.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [02:02<28:22, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1589.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [02:03<25:48, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1585.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [02:03<24:24, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1582.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [02:05<34:07, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1594.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [02:06<30:10, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1591.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [02:06<26:54, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1587.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [02:07<23:42, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1582.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [02:08<24:17, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1581.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [02:08<23:15, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1578.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [02:09<22:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1575.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [02:10<21:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1571.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [02:10<21:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1568.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [02:11<20:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1564.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [02:12<20:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1561.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [02:12<19:53, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1558.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [02:13<20:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1556.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [02:14<20:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1553.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [02:14<19:35, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1549.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [02:15<18:51, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1545.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [02:15<18:38, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1541.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [02:16<19:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1539.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [02:17<19:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1535.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [02:17<20:27, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1534.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [02:18<20:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1531.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [02:19<20:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1528.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [02:20<22:37, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1528.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [02:21<24:52, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1529.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:21<24:33, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1528.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:22<23:47, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1526.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:23<22:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1523.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:23<21:20, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1520.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:24<23:48, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1520.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:25<22:18, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1517.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:26<20:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1514.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:26<20:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1512.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:27<21:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1510.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:28<21:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1508.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:28<21:19, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1506.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:31<35:39, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1520.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:31<30:40, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1517.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:32<27:10, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1514.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:33<25:34, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1512.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:34<29:58, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1516.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:35<30:13, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1517.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:36<28:10, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1516.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:37<25:50, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1513.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:37<23:53, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1510.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:38<22:55, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1508.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:39<22:06, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1506.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:39<20:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1502.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:40<19:35, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1499.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:40<19:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1496.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:41<20:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1495.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:42<20:10, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1493.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:42<19:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1490.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:43<19:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1487.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:44<18:47, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1484.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:44<18:36, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1481.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:45<18:22, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1478.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:46<23:48, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:47<21:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1478.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:47<20:52, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1476.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:48<19:27, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1472.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:48<18:49, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1469.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:49<18:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1467.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:49<18:02, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1464.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:50<18:11, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1461.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:51<18:21, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1459.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:51<19:20, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1457.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:52<19:35, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1455.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:53<19:28, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1453.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:53<18:53, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1450.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:54<19:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1448.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:55<20:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1447.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:55<19:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1445.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:56<20:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1443.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:57<20:16, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1441.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:57<19:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1439.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:58<19:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1437.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:59<19:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1435.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:59<18:57, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1432.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [03:00<19:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1431.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [03:01<24:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1433.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [03:02<22:20, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1431.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [03:02<21:04, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1428.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [03:03<20:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1427.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [03:04<20:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1425.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [03:04<20:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1423.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [03:05<20:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1421.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [03:06<20:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1420.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [03:07<25:25, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1422.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [03:08<25:13, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1422.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [03:09<24:03, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1420.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [03:09<23:31, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1419.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [03:10<23:57, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1419.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [03:11<22:10, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1417.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [03:12<24:26, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1417.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [03:13<29:17, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1421.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [03:14<28:09, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1420.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [03:16<32:43, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1425.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [03:17<36:08, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1429.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [03:18<32:54, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [03:19<29:12, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1427.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [03:19<26:32, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1425.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [03:20<25:49, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1424.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [03:21<26:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1424.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [03:22<24:33, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1423.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [03:23<23:04, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1421.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [03:24<30:56, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1426.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:25<27:24, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1424.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:26<24:55, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1423.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:26<25:06, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1422.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:27<23:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1420.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:28<21:47, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1418.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:28<21:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1417.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:29<20:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1415.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:30<20:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1413.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:30<19:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1411.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:31<19:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1409.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:32<19:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1407.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:32<19:40, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:33<19:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1404.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:34<19:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1402.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:34<19:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1400.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:35<18:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1398.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:36<19:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1397.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:37<20:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1396.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:37<19:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1394.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:38<19:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1392.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:38<18:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1390.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:40<24:46, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1393.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:40<22:54, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1391.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:41<22:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1390.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:42<20:42, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1388.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:42<19:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1386.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:43<20:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1384.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:44<19:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1382.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:44<19:05, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1381.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:45<19:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1379.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:46<20:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1378.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:46<19:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1377.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:47<19:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1375.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:48<18:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1373.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:48<18:24, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1371.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:49<17:46, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1369.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:50<17:45, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1367.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:50<17:49, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1365.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:51<17:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1363.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:52<19:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1362.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:52<18:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1361.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:53<17:55, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1358.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:53<17:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1357.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:54<17:30, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1355.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:55<18:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1353.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:55<18:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1352.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:56<18:22, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:57<19:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1349.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:57<19:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1348.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:58<19:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1346.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:59<19:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1345.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [04:00<22:25, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1346.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [04:01<23:23, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1346.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [04:01<22:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1344.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [04:02<20:41, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [04:03<20:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1341.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [04:03<20:20, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1340.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [04:04<19:45, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1338.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [04:05<19:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [04:06<24:27, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1339.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [04:07<22:49, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1337.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [04:07<21:32, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1336.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [04:08<20:09, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1334.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [04:09<18:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1332.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [04:09<18:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1330.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [04:10<18:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1329.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [04:11<18:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1327.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [04:12<23:25, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1329.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [04:12<22:09, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1328.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [04:13<21:02, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1326.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [04:14<20:21, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1325.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [04:14<19:41, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1323.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [04:15<19:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1322.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [04:16<19:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1321.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [04:17<20:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1320.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [04:17<19:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1318.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [04:18<19:16, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1317.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [04:19<19:23, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1316.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [04:20<23:16, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1317.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [04:20<21:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1315.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [04:21<20:40, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1314.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [04:22<20:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1312.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [04:22<19:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1311.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [04:23<18:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1309.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:24<18:10, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1308.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:24<17:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1306.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:25<17:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1305.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:26<17:42, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1303.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:26<17:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1302.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:27<18:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1300.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:28<19:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1300.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:28<19:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1299.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:30<24:49, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:30<22:14, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:31<24:08, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1299.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:32<23:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1299.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:33<21:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1297.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:33<20:08, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1295.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:34<19:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1294.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:35<19:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1293.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:35<19:04, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1291.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:36<19:50, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1291.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [04:37<19:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/2000, Estimated time remaining: 1289.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [04:38<18:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1288.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [04:38<17:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1286.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [04:39<18:17, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1285.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [04:40<19:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1284.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [04:40<19:01, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1283.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [04:41<19:10, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1282.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [04:42<18:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1281.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [04:42<18:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1279.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [04:43<18:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1278.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [04:44<18:26, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1277.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [04:44<18:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1275.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [04:45<17:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1274.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [04:46<20:29, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1274.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [04:47<19:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1272.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [04:47<19:03, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1271.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [04:48<20:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1271.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [04:49<19:44, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1270.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [04:49<19:52, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1269.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [04:50<19:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1267.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [04:51<19:33, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1266.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [04:52<21:05, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1266.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [04:52<20:06, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1265.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [04:53<19:07, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1263.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [04:54<18:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1262.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [04:54<18:30, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [04:55<18:13, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1260.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [04:56<18:02, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1258.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [04:56<17:34, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [04:57<16:57, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1255.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [04:58<17:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1254.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [04:58<17:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [04:59<16:56, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1251.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [04:59<17:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [05:00<16:46, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1248.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [05:01<21:38, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1249.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [05:02<20:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1248.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [05:03<21:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1248.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [05:04<20:28, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1247.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [05:04<19:05, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1245.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [05:05<18:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1244.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [05:05<18:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1242.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [05:06<18:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1242.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [05:07<19:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1241.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [05:08<18:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1240.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [05:08<18:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1238.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [05:09<18:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1237.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [05:10<17:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1236.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [05:10<17:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1235.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [05:11<17:31, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1233.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [05:12<18:22, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1232.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [05:12<18:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1231.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [05:13<17:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1230.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [05:14<17:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1229.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [05:14<17:08, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1227.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [05:15<16:48, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1226.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [05:15<16:46, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1225.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [05:16<16:43, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1223.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [05:17<17:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1222.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [05:17<17:40, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1221.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [05:18<17:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1220.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [05:19<17:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1219.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [05:19<17:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1217.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [05:20<17:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1216.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [05:21<17:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1215.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [05:21<17:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1214.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [05:22<17:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1213.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [05:23<18:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1212.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [05:23<18:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1211.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [05:24<18:16, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1210.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [05:25<18:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1209.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [05:26<18:40, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1208.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [05:26<17:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1206.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [05:27<20:32, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1207.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [05:30<33:21, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1212.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [05:30<28:49, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1211.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [05:31<25:11, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1210.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [05:32<22:32, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [05:32<20:31, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1207.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [05:33<19:16, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1206.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [05:33<18:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1205.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [05:34<18:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1204.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [05:35<17:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1202.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [05:35<17:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1201.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [05:36<16:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1200.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [05:37<16:57, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1199.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [05:37<16:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1197.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [05:38<17:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1196.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [05:39<19:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1196.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [05:40<19:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1195.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [05:40<18:29, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1194.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [05:41<18:52, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1193.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [05:42<18:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1192.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [05:43<19:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1192.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [05:43<18:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [05:44<19:10, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1190.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [05:45<18:00, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1188.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [05:45<17:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1187.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [05:46<17:05, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1186.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [05:47<16:43, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1185.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [05:47<16:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1184.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [05:48<16:36, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1182.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [05:48<16:12, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1181.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [05:49<17:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1180.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [05:50<16:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1179.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [05:50<16:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1178.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [05:51<17:39, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1177.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [05:52<17:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1176.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [05:53<17:01, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1175.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [05:53<18:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1174.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [05:54<17:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1173.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [05:55<21:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1174.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [05:56<20:39, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1173.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [05:57<19:29, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1172.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [05:57<18:52, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1171.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [05:58<18:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1170.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [05:59<17:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1168.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [05:59<17:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1167.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [06:00<18:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1167.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [06:01<17:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1165.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [06:01<17:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1164.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [06:02<20:02, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1164.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [06:03<18:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1163.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [06:04<17:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1162.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [06:04<17:46, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1161.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [06:05<18:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1160.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [06:06<17:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1159.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [06:06<16:59, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1158.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [06:07<17:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1157.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [06:08<17:56, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1156.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [06:08<17:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1155.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [06:09<17:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1154.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [06:10<17:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1153.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [06:10<16:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1152.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [06:12<20:36, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1152.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [06:12<20:21, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1152.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [06:13<19:53, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1151.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [06:14<19:54, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1150.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [06:14<18:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1149.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [06:15<18:45, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1148.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [06:16<18:58, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1147.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [06:17<18:16, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1146.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [06:18<21:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1147.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [06:19<20:06, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1146.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [06:19<18:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1144.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [06:20<17:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1143.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [06:20<16:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1142.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [06:21<16:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1141.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [06:22<16:53, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1140.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [06:22<17:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1139.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [06:23<16:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1138.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [06:24<16:11, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1137.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [06:24<16:32, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1136.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [06:25<16:39, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1135.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [06:26<16:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1134.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [06:26<16:33, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1133.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [06:27<16:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1132.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [06:28<20:02, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1132.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [06:29<19:21, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1131.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [06:30<18:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1130.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [06:30<18:54, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1129.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [06:31<17:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1128.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [06:32<17:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1127.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [06:32<17:50, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1126.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [06:33<16:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1125.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [06:34<17:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1124.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [06:34<17:29, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1124.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [06:35<17:00, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1122.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [06:36<17:51, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1122.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [06:37<20:12, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1122.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [06:38<20:04, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1121.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [06:38<19:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1121.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [06:40<24:16, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1122.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [06:41<23:34, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1121.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [06:42<22:06, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1120.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [06:42<20:28, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1119.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [06:43<19:56, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1119.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [06:44<18:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1118.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [06:44<18:26, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1117.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [06:45<18:12, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1116.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [06:46<17:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1115.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [06:47<17:43, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1114.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [06:47<17:26, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1113.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [06:48<17:30, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1112.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [06:49<16:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1111.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [06:49<17:13, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1110.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [06:50<17:45, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1110.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [06:51<17:43, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1109.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [06:53<26:36, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1111.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [06:53<23:08, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1110.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [06:54<21:13, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1109.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [06:56<26:41, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1111.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [06:56<22:45, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1109.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [06:58<24:50, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1110.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [06:58<21:49, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1109.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [06:59<19:58, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1108.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [06:59<18:57, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1107.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [07:00<18:05, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1106.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [07:01<17:08, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1105.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [07:01<16:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1104.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [07:03<20:04, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1104.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [07:03<18:33, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1103.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [07:04<18:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1102.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [07:05<17:38, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1101.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [07:05<16:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1100.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [07:06<16:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1098.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [07:07<16:22, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1098.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [07:08<22:39, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1099.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [07:09<20:42, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1098.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [07:09<19:38, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1097.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [07:10<18:31, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1096.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [07:11<17:58, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1095.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [07:11<17:02, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1094.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [07:12<16:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1093.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [07:13<15:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/2000, Estimated time remaining: 1092.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [07:13<15:33, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1091.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [07:14<16:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1090.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [07:15<17:18, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1089.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [07:16<17:15, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1088.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [07:16<16:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1087.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [07:17<16:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1086.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [07:17<15:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1085.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [07:18<15:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1084.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [07:19<15:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1083.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [07:19<15:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1082.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [07:20<15:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1081.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [07:21<15:58, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1080.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [07:22<17:13, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1080.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [07:22<17:05, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1079.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [07:23<16:41, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1078.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [07:24<15:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1076.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [07:24<15:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1076.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [07:25<15:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1075.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [07:26<15:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1073.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [07:26<16:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1073.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [07:27<16:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1072.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [07:32<43:39, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1080.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [07:33<38:35, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1080.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [07:36<46:11, 1.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1084.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [07:37<42:35, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1085.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [07:38<39:02, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1086.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [07:39<31:22, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1084.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [07:40<26:20, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1083.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [07:40<24:45, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1083.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [07:41<21:03, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1081.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [07:42<22:01, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1081.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [07:43<20:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1080.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [07:43<19:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1079.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [07:44<17:58, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1078.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [07:45<16:46, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1077.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [07:45<17:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1076.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [07:47<20:21, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1077.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [07:47<18:41, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1076.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [07:48<17:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1075.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [07:49<16:56, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1074.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [07:49<16:23, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1072.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [07:50<15:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1071.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [07:50<15:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1070.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [07:51<15:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1069.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [07:52<14:36, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1068.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [07:52<15:31, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1067.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [07:53<15:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1066.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [07:54<14:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1065.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [07:54<14:57, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1064.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [07:55<15:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1063.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [07:56<15:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1062.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [07:57<15:50, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1061.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [07:57<15:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1060.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [07:58<15:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1059.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [07:59<15:30, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1058.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [07:59<15:40, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1057.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [08:00<16:10, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1057.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [08:01<15:59, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1056.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [08:01<15:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1055.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [08:02<15:43, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1054.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [08:03<15:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1053.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [08:03<15:21, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1052.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [08:04<17:17, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1051.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [08:05<16:53, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1050.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [08:06<17:09, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1050.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [08:06<16:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1049.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [08:07<16:07, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1048.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [08:08<15:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1047.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [08:10<23:28, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1048.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [08:10<20:25, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1047.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [08:11<18:08, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1046.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [08:11<17:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1045.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [08:12<16:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1044.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [08:13<16:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1043.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [08:13<15:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1042.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [08:14<15:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1041.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [08:15<14:40, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1040.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [08:15<14:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1039.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [08:16<14:02, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1037.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [08:17<15:53, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1037.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [08:17<15:55, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1036.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [08:18<15:01, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1035.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [08:19<14:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1034.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [08:20<17:34, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1034.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [08:21<20:03, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1034.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [08:22<19:08, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1033.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [08:22<18:11, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1032.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [08:23<17:12, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1031.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [08:24<17:02, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1030.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [08:24<15:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1029.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [08:25<15:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1028.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [08:26<15:08, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1027.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [08:27<16:44, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1027.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [08:27<16:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1026.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [08:28<15:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1025.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [08:29<17:59, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1025.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [08:30<16:32, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1023.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [08:30<16:34, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1023.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [08:31<15:57, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1022.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [08:32<16:09, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1021.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [08:33<16:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1020.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [08:33<16:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1019.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [08:34<15:30, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1018.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [08:34<15:07, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1017.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [08:36<18:26, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1017.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [08:38<26:54, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1019.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [08:41<43:33, 1.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1024.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [08:42<35:21, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1023.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [08:43<29:01, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1022.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [08:44<25:20, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1022.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [08:44<21:35, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1020.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [08:45<19:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1019.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [08:46<19:29, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1019.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [08:46<18:06, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1018.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [08:47<17:35, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1017.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [08:48<16:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1016.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [08:49<20:19, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1016.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [08:50<18:52, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1015.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [08:51<17:15, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1014.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [08:51<15:48, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1013.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [08:52<15:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1012.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [08:53<18:52, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1012.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [08:54<17:57, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 1012.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [08:54<17:13, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 1011.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [08:55<16:10, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 1010.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [08:56<15:31, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 1009.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [08:56<14:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 1008.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [08:57<14:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 1007.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [08:58<14:44, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 1006.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [08:58<14:38, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [09:00<18:05, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [09:01<21:50, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 1005.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [09:02<19:21, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 1004.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [09:03<23:31, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [09:04<22:26, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 1004.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [09:05<19:58, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 1003.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [09:05<18:12, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 1002.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [09:06<16:50, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 1001.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [09:07<16:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 1000.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [09:08<20:04, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 1001.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [09:09<18:27, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 1000.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [09:13<43:42, 2.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 1006.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [09:14<35:21, 1.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 1005.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [09:15<28:14, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 1004.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [09:15<23:21, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 1003.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [09:16<21:25, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 1002.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [09:17<18:52, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 1001.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [09:17<16:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 1000.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [09:18<15:25, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 999.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [09:19<15:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 998.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [09:19<14:36, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 997.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [09:20<13:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 996.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [09:20<14:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 995.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [09:21<13:41, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 994.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [09:22<13:10, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 992.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [09:22<14:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 992.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [09:23<15:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 991.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [09:24<18:05, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 991.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [09:25<17:01, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 990.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [09:26<16:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 989.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [09:28<26:42, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 991.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [09:29<22:48, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 990.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [09:29<19:45, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 989.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [09:32<29:22, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 991.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [09:33<25:43, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 990.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [09:33<21:39, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 989.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [09:34<19:28, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 988.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [09:35<17:26, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 987.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [09:35<15:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 986.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [09:36<15:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 985.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [09:36<14:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 984.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [09:37<13:59, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 983.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [09:38<13:04, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 982.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [09:38<13:09, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 981.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [09:39<13:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 980.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [09:40<13:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 979.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [09:40<13:17, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 978.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [09:41<13:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 977.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [09:42<13:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 976.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [09:42<13:13, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 975.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [09:43<13:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 974.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [09:44<18:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 974.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [09:45<16:48, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 973.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [09:45<15:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 972.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [09:46<14:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 971.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [09:47<14:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 970.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [09:47<13:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 969.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [09:48<15:12, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 968.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [09:49<14:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 967.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [09:50<14:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 966.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [09:50<14:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 965.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [09:51<13:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 964.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [09:52<13:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 963.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [09:52<13:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 962.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [09:53<13:10, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 961.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [09:53<13:40, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 960.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [09:55<16:22, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 960.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [09:56<17:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 960.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [09:56<16:12, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 959.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [09:57<15:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 958.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [09:57<14:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 957.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [09:58<14:09, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 956.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [09:59<14:04, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 955.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [10:00<17:21, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 955.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [10:01<19:55, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 955.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [10:02<17:55, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 954.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [10:03<17:34, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 953.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [10:03<15:57, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 952.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [10:04<14:57, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 951.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [10:05<14:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 950.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [10:05<13:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 949.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [10:06<13:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 948.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [10:07<13:42, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 947.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [10:07<13:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 946.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [10:08<13:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 945.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [10:08<13:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 944.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [10:09<13:10, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 943.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [10:10<12:58, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 942.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [10:11<15:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 942.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [10:11<14:50, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 941.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [10:12<14:00, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 940.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [10:13<13:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 939.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [10:13<13:10, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 938.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [10:14<13:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 937.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [10:15<13:32, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 936.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [10:16<15:02, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 935.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [10:16<15:01, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 935.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [10:17<13:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 934.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [10:18<13:59, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 933.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [10:18<13:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 932.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [10:19<14:02, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 931.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [10:20<14:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 930.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [10:21<14:24, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 929.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [10:21<14:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 928.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [10:22<15:55, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 928.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [10:23<18:14, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 928.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [10:24<16:53, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 927.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [10:25<16:30, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 926.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [10:27<22:10, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 927.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [10:27<19:12, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 926.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [10:28<17:16, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 925.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [10:29<16:36, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 924.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [10:29<15:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 923.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [10:30<15:12, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 922.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [10:31<14:49, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 921.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [10:31<14:29, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 920.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [10:32<14:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 919.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [10:33<14:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 919.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [10:34<13:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 918.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [10:34<13:29, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 917.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [10:35<13:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 916.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [10:36<13:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 915.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [10:36<14:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 914.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [10:37<13:54, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 913.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [10:38<13:48, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 912.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [10:38<13:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 911.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [10:39<13:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 911.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [10:40<13:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 910.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [10:41<13:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 909.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [10:41<13:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 908.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [10:42<13:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 907.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [10:43<13:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 906.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [10:43<13:31, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 905.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [10:44<13:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 904.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [10:45<13:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 903.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [10:45<14:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 903.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [10:47<16:59, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 902.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [10:48<20:23, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 903.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [10:49<18:18, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 902.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [10:50<17:31, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 901.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [10:50<17:07, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 900.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [10:51<16:39, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 900.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [10:52<15:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 899.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [10:53<16:13, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 898.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [10:54<15:16, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 897.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [10:54<14:48, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 896.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [10:55<14:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 895.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [10:56<14:06, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 895.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [10:56<13:35, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 894.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [10:57<13:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 893.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [10:58<13:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 892.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [10:58<13:46, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 891.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [10:59<15:27, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 891.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [11:00<16:29, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 890.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [11:03<26:09, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 892.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [11:04<24:44, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 891.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [11:05<22:38, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 891.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [11:06<20:04, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 890.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [11:06<17:53, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 889.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [11:07<16:53, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 888.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [11:08<15:47, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 887.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [11:09<15:27, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 887.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [11:09<14:52, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 886.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [11:10<14:20, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 885.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [11:11<13:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 884.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [11:11<13:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 883.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [11:12<12:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 882.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [11:13<12:10, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 881.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [11:13<12:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 880.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [11:14<12:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 879.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [11:15<11:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 878.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [11:15<12:13, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 877.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [11:16<11:54, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 876.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [11:17<12:25, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 875.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [11:17<13:05, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 875.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [11:18<13:08, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 874.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [11:19<13:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 873.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [11:19<12:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 872.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [11:20<12:19, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 871.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [11:21<11:37, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 870.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [11:21<11:44, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 869.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [11:22<11:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 868.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [11:22<11:52, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 867.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [11:23<11:53, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 866.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [11:24<11:16, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 865.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [11:24<11:29, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 864.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [11:25<11:41, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 863.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [11:26<11:43, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 862.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [11:26<12:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 861.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [11:27<13:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 861.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [11:28<12:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 860.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [11:29<13:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 859.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [11:29<13:30, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 858.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [11:31<18:36, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 859.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [11:32<17:22, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 858.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [11:33<16:06, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 857.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [11:33<15:15, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 856.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [11:34<14:23, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 855.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [11:35<15:14, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 855.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [11:35<14:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 854.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [11:36<13:46, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 853.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [11:37<13:18, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 852.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [11:38<13:40, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 851.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [11:39<14:26, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 850.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [11:39<13:56, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 850.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [11:41<17:38, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 850.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [11:41<16:05, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 849.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [11:42<14:50, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 848.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [11:43<14:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 847.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [11:43<13:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 846.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [11:44<13:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 845.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [11:45<13:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 844.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [11:46<13:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 844.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [11:46<13:25, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 843.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [11:47<12:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 842.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [11:48<12:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 841.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [11:48<11:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 840.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [11:49<12:03, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 839.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [11:50<12:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 838.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [11:50<11:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 837.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [11:51<11:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 836.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [11:51<11:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 835.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [11:53<14:17, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 835.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [11:54<15:04, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 834.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [11:54<14:01, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 833.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [11:55<13:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 833.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [11:56<13:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 832.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [11:56<13:20, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 831.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [11:57<13:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 830.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [11:58<13:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 829.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [11:59<13:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 828.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [11:59<13:09, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 828.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [12:00<13:13, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 827.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [12:01<12:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 826.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [12:01<12:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 825.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [12:02<12:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 824.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [12:03<13:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 823.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [12:04<12:48, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 823.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [12:04<12:44, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 822.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [12:05<12:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 821.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [12:06<12:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 820.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [12:06<11:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 819.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [12:07<11:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 818.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [12:07<11:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 817.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [12:08<11:21, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 816.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [12:09<11:20, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 815.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [12:09<11:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 814.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [12:10<11:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 813.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [12:11<10:35, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 812.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [12:11<10:23, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 811.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [12:12<10:32, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 810.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [12:13<12:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 810.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [12:13<11:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 809.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [12:14<11:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 808.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [12:15<11:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 807.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [12:15<10:55, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 806.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [12:16<11:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 805.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [12:17<15:10, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 805.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [12:18<13:53, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 804.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [12:19<13:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 803.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [12:19<12:46, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 802.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [12:20<11:59, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 802.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [12:20<11:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 801.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [12:21<11:02, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 800.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [12:22<14:19, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 799.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [12:23<14:09, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 799.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [12:25<19:13, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 799.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [12:25<16:44, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 798.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [12:26<14:34, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 797.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [12:27<14:12, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 796.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [12:27<13:23, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 795.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [12:28<12:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 794.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [12:29<12:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 794.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [12:29<12:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 793.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [12:30<11:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 792.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [12:31<10:48, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 791.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [12:31<10:58, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 790.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [12:32<10:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 789.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [12:32<10:48, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 788.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [12:33<11:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 787.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [12:34<12:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 786.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [12:35<13:17, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 786.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [12:36<12:10, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 785.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [12:36<11:10, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 784.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [12:37<10:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 783.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [12:37<10:45, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 782.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [12:38<13:06, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 782.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [12:39<12:13, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 781.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [12:40<13:10, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 780.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [12:40<12:02, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 779.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [12:41<11:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 778.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [12:42<11:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 777.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [12:42<10:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 776.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [12:43<10:14, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 775.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [12:45<18:13, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 776.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [12:46<15:19, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 775.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [12:47<16:06, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 774.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [12:47<15:15, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 774.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [12:48<14:21, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 773.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [12:49<13:15, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 772.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [12:49<12:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 771.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [12:50<11:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 770.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [12:51<12:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 769.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [12:52<12:09, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 768.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [12:52<12:02, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 768.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [12:53<14:02, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 767.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [12:54<12:50, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 766.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [12:54<11:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 765.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [12:55<11:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 764.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [12:56<10:58, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 763.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [12:56<11:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 763.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [12:57<11:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 762.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [12:58<11:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 761.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [12:59<11:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 760.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [12:59<11:55, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 759.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [13:01<14:30, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 759.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [13:01<13:50, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 758.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [13:02<13:11, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 757.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [13:05<22:22, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 759.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [13:05<19:04, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 758.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [13:06<17:15, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 757.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [13:07<15:36, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 756.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [13:08<14:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 755.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [13:08<12:59, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 754.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [13:09<11:54, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 753.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [13:10<12:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 753.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [13:10<12:01, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 752.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [13:11<11:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 751.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [13:12<11:51, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 750.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [13:13<12:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 749.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [13:13<12:30, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 749.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [13:14<12:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 748.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [13:15<11:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 747.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [13:16<12:28, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 746.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [13:16<12:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 746.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [13:17<11:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 745.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [13:18<11:30, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 744.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [13:18<11:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 743.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [13:19<10:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 742.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [13:20<10:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 741.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [13:20<10:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 740.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [13:22<13:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 740.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [13:22<12:42, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 739.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [13:23<12:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 738.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [13:24<11:37, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 737.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [13:24<11:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 736.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [13:25<10:32, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 736.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [13:26<10:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 735.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [13:26<11:53, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 734.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [13:27<11:58, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 733.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [13:28<11:52, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 732.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [13:29<11:25, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 732.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [13:29<11:28, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 731.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [13:30<10:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 730.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [13:31<11:53, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 729.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [13:32<11:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 728.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [13:32<11:17, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 728.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [13:33<11:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 727.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [13:34<11:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 726.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [13:34<10:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 725.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [13:35<10:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 724.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [13:36<10:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 723.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [13:37<12:03, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 723.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [13:37<12:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 722.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [13:38<12:18, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 721.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [13:39<12:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 720.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [13:40<11:45, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 720.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [13:40<11:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 719.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [13:41<10:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 718.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [13:42<11:05, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 717.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [13:42<10:37, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 716.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [13:43<11:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 715.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [13:44<13:58, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 715.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [13:45<14:18, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 715.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [13:46<13:56, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 714.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [13:47<12:49, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 713.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [13:48<12:09, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 712.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [13:48<11:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 711.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [13:49<11:55, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 711.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [13:50<11:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 710.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [13:50<10:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 709.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [13:51<10:14, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 708.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [13:52<10:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 707.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [13:52<10:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 706.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [13:53<11:02, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 705.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [13:54<10:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 705.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [13:54<10:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 704.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [13:55<09:43, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 703.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [13:56<09:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 702.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [13:56<09:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 701.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [13:57<10:14, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 700.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [13:58<10:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 699.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [13:59<10:41, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 699.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [13:59<10:25, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 698.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [14:00<11:38, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 697.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [14:01<11:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 696.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [14:01<10:51, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 695.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [14:02<10:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 695.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [14:03<10:35, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 694.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [14:04<10:20, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 693.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [14:04<10:24, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 692.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [14:05<10:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 691.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [14:07<16:47, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 692.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [14:08<14:52, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 691.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [14:08<13:38, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 690.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [14:09<13:01, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 689.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [14:10<12:15, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 688.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [14:10<10:52, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 687.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [14:11<10:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 687.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [14:12<10:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 686.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [14:13<10:38, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 685.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [14:13<10:40, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 684.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [14:14<10:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 683.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [14:14<09:39, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 682.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [14:15<09:05, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 681.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [14:16<09:07, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 680.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [14:16<08:48, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 680.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [14:17<09:04, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 679.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [14:17<09:03, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 678.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [14:18<09:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 677.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [14:19<09:36, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 676.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [14:19<09:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 675.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [14:20<09:12, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 674.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [14:21<09:11, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 673.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [14:21<09:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 673.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [14:22<09:52, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 672.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [14:23<09:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 671.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [14:23<09:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 670.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [14:24<10:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 669.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [14:25<09:43, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 668.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [14:26<10:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 668.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [14:26<09:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 667.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [14:27<09:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 666.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [14:30<19:45, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 667.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [14:31<17:27, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 666.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [14:31<15:24, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 665.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [14:33<17:57, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 665.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [14:34<16:03, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 665.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [14:35<14:14, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 664.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [14:35<12:33, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 663.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [14:36<11:43, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 662.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [14:37<11:16, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 661.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [14:38<12:00, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 661.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [14:38<11:41, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 660.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [14:39<11:13, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 659.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [14:40<11:11, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 658.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [14:41<11:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 657.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [14:41<10:18, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 657.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [14:42<10:10, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 656.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [14:42<09:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 655.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [14:43<09:03, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 654.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [14:44<09:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 653.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [14:46<15:05, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 653.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [14:46<13:01, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 652.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [14:47<11:37, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 651.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [14:47<10:30, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 651.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [14:48<09:50, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 650.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [14:49<09:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 649.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [14:50<11:24, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 648.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [14:50<10:41, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 647.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [14:51<10:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 647.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [14:52<09:59, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 646.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [14:53<10:05, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 645.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [14:53<10:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 644.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [14:54<09:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 643.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [14:55<10:36, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 643.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [14:56<10:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 642.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [14:56<10:37, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 641.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [14:57<10:33, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 640.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [14:58<10:36, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 639.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [14:59<10:12, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 639.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [14:59<09:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 638.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [15:00<09:39, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 637.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [15:01<09:44, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 636.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [15:01<09:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 635.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [15:02<09:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 635.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [15:03<09:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 634.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [15:03<09:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 633.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [15:04<09:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 632.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [15:06<13:56, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 632.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [15:07<15:34, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 632.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [15:08<14:40, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 631.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [15:09<13:22, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 630.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [15:10<11:45, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 629.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [15:10<10:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 628.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [15:11<10:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 628.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [15:11<09:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 627.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [15:13<12:39, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 626.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [15:13<11:27, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 626.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [15:14<10:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 625.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [15:15<09:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 624.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [15:15<09:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 623.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [15:16<09:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 622.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [15:17<09:17, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 621.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [15:17<09:12, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 620.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [15:18<09:11, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 620.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [15:19<08:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 619.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [15:19<08:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 618.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [15:20<08:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 617.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [15:21<09:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 616.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [15:21<08:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 615.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [15:22<09:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 615.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [15:23<08:37, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 614.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [15:24<10:21, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 613.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [15:24<09:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [15:26<12:31, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 612.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [15:26<11:25, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 611.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [15:27<10:55, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 610.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [15:28<10:43, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 609.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [15:29<10:16, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 609.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [15:29<09:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 608.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [15:31<13:53, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 608.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [15:33<17:29, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 608.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [15:34<15:10, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 607.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [15:34<13:12, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 606.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [15:35<12:04, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 605.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [15:36<11:37, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 605.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [15:37<10:57, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 604.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [15:37<10:35, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 603.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [15:38<10:13, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 602.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [15:39<10:01, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [15:40<09:55, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 601.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [15:40<09:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 600.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [15:41<09:40, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 599.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [15:42<09:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 598.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [15:43<10:02, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 597.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [15:43<09:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 597.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [15:44<08:55, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 596.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [15:45<09:43, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 595.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [15:46<12:05, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 595.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [15:47<11:31, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 594.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [15:48<10:18, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 593.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [15:48<10:21, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 592.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [15:49<09:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 591.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [15:50<09:31, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 591.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [15:50<09:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 590.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [15:51<08:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 589.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [15:52<08:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 588.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [15:52<08:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 587.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [15:53<08:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 586.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [15:54<09:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 586.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [15:55<09:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 585.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [15:55<09:33, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 584.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [15:56<09:16, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 583.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [15:57<09:16, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 583.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [15:58<09:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 582.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [15:58<09:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 581.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [15:59<09:20, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 580.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [16:00<09:16, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 579.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [16:01<09:32, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 579.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [16:01<08:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 578.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [16:02<09:16, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 577.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [16:03<09:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 576.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [16:03<08:23, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 575.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [16:04<08:13, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 574.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [16:05<08:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 574.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [16:05<08:35, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 573.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [16:06<09:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 572.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [16:07<08:33, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 571.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [16:08<09:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 571.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [16:08<09:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 570.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [16:10<10:49, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 569.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [16:10<10:29, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 568.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [16:11<09:43, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 568.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [16:12<09:02, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 567.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [16:12<08:31, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 566.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [16:13<08:27, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 565.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [16:13<08:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 564.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [16:14<08:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 563.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [16:15<07:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 563.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [16:15<07:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 562.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [16:16<08:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 561.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [16:17<08:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 560.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [16:18<08:52, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 559.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [16:18<08:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 559.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [16:19<08:20, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 558.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [16:20<08:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 557.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [16:20<08:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 556.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [16:21<08:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 555.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [16:22<08:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 555.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [16:22<08:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 554.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [16:23<08:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 553.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [16:24<07:53, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 552.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [16:24<08:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 551.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [16:25<07:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 550.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [16:26<07:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 550.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [16:26<08:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 549.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [16:28<09:36, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 548.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [16:28<10:01, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 547.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [16:29<10:01, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 547.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [16:30<09:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 546.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [16:31<09:08, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 545.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [16:32<10:19, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 545.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [16:33<09:46, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 544.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [16:33<09:28, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 543.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [16:34<09:59, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 542.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [16:35<09:17, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 541.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [16:36<09:10, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 541.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [16:36<08:44, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 540.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [16:37<08:58, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 539.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [16:38<08:38, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 538.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [16:39<09:02, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 538.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [16:39<08:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 537.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [16:40<08:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 536.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [16:41<07:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 535.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [16:41<07:50, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 534.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [16:42<08:08, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 533.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [16:43<08:23, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 533.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [16:44<08:30, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [16:44<08:33, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 531.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [16:45<08:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 530.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [16:46<08:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 530.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [16:47<08:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 529.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [16:47<08:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 528.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [16:48<08:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 527.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [16:49<08:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 526.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [16:49<08:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 526.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [16:50<07:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 525.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [16:51<07:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 524.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [16:51<07:28, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 523.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [16:52<07:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 522.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [16:53<07:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 521.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [16:53<07:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 521.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [16:54<07:28, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 520.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [16:54<07:19, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 519.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [16:55<08:06, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 518.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [16:56<08:26, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 517.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [16:57<07:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 517.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [16:57<07:49, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 516.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [16:58<07:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 515.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [16:59<07:08, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 514.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [16:59<07:06, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 513.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [17:00<07:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 512.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [17:01<07:12, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 512.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [17:01<07:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 511.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [17:02<07:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 510.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [17:03<07:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [17:03<07:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 508.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [17:05<09:30, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 508.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [17:05<09:01, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 507.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [17:06<08:39, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 506.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [17:07<07:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 505.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [17:07<07:39, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 505.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [17:08<07:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 504.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [17:09<07:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 503.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [17:11<11:35, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 503.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [17:11<10:13, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 502.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [17:15<18:20, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 503.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [17:15<15:07, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 502.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [17:16<12:27, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 501.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [17:17<11:21, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 500.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [17:17<10:06, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 499.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [17:18<09:09, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 498.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [17:19<08:37, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 498.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [17:19<07:58, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 497.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [17:20<07:52, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 496.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [17:21<07:33, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 495.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [17:21<07:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 494.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [17:22<07:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 494.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [17:23<07:42, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 493.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [17:24<07:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 492.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [17:24<07:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 491.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [17:25<07:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [17:26<07:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 490.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [17:26<07:22, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 489.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [17:28<09:41, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 488.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [17:28<08:46, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 487.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [17:29<08:18, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 487.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [17:30<08:50, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [17:31<08:32, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 485.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [17:31<08:14, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 484.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [17:32<07:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 484.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [17:33<07:40, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 483.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [17:34<07:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 482.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [17:34<07:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 481.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [17:35<07:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 480.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [17:36<07:45, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 480.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [17:49<45:58, 4.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 484.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [17:49<34:13, 3.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 484.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [17:50<27:02, 2.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 483.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [17:51<20:41, 2.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 482.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [17:52<16:33, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 481.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [17:52<13:47, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 480.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [17:53<11:23, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 480.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [17:54<09:46, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 479.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [17:54<08:58, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 478.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [17:55<08:02, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 477.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [17:56<07:39, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 476.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [17:56<07:19, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [17:57<08:05, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 475.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [17:58<08:00, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 474.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [17:59<07:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 473.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [17:59<07:07, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 472.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [18:00<07:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 471.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [18:01<08:22, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 471.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [18:02<08:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 470.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [18:02<07:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 469.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [18:03<07:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 468.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [18:04<07:04, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 468.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [18:04<06:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 467.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [18:05<06:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 466.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [18:06<06:52, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 465.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [18:06<06:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 464.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [18:07<06:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 463.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [18:08<06:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 463.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [18:09<07:22, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 462.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [18:09<07:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 461.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [18:11<08:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 460.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [18:11<07:27, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 460.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [18:12<07:08, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 459.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [18:12<06:47, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 458.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [18:13<06:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 457.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [18:14<06:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 456.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [18:14<06:19, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 455.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [18:15<06:07, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 455.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [18:16<07:56, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 454.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [18:17<08:39, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 453.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [18:18<08:10, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 453.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [18:19<07:47, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 452.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [18:19<07:37, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 451.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [18:20<07:13, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 450.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [18:21<06:44, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 449.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [18:21<06:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 448.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [18:22<07:11, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 448.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [18:23<07:09, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 447.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [18:24<06:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 446.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [18:24<06:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [18:25<06:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [18:26<06:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 444.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [18:26<06:40, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 443.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [18:27<07:18, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 442.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [18:28<07:10, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 441.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [18:29<06:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 441.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [18:29<06:38, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 440.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [18:30<06:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 439.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [18:32<10:26, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 439.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [18:33<09:22, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 438.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [18:35<13:09, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 438.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [18:36<10:52, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 437.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [18:36<09:16, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 436.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [18:37<08:05, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 435.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [18:37<07:37, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 434.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [18:38<07:08, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 434.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [18:39<06:50, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 433.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [18:39<06:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 432.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [18:40<06:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 431.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [18:41<06:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 430.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [18:41<06:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 429.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [18:42<05:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 429.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [18:43<06:08, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 428.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [18:43<06:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 427.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [18:44<05:54, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 426.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [18:44<05:43, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 425.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [18:45<05:54, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 424.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [18:46<05:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 424.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [18:46<05:43, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 423.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [18:47<05:39, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 422.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [18:48<06:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 421.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [18:48<06:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 420.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [18:49<05:45, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 419.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [18:50<05:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 419.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [18:50<05:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 418.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [18:52<08:04, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 417.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [18:52<07:24, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 416.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [18:53<06:53, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 416.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [18:54<06:29, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 415.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [18:54<06:27, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 414.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [18:55<06:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 413.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [18:56<05:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 412.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [18:56<05:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 412.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [18:57<05:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 411.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [18:58<06:02, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 410.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [18:58<05:50, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 409.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [18:59<05:39, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 408.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [19:00<05:42, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 407.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [19:00<05:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 407.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [19:01<05:48, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [19:02<06:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 405.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [19:03<06:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 404.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [19:04<07:38, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 404.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [19:05<07:12, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 403.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [19:05<06:48, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 402.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [19:06<07:57, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 401.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [19:07<07:24, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 401.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [19:08<08:12, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [19:09<07:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 399.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [19:10<07:10, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 398.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [19:10<06:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 398.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [19:11<06:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 397.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [19:12<06:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 396.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [19:12<05:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 395.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [19:13<05:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 394.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [19:14<05:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 394.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [19:14<05:21, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 393.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [19:15<05:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 392.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [19:16<05:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 391.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [19:16<05:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 390.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [19:17<06:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 390.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [19:18<05:48, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 389.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [19:19<07:59, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 388.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [19:20<07:31, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 387.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [19:21<06:48, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 387.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [19:21<06:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 386.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [19:22<05:57, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 385.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [19:23<06:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 384.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [19:24<05:59, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 383.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [19:24<06:05, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 383.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [19:25<05:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 382.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [19:27<08:20, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 381.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [19:27<07:24, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 381.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [19:28<06:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 380.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [19:29<06:30, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 379.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [19:29<06:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 378.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [19:30<05:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [19:31<05:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 377.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [19:31<05:33, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 376.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [19:32<05:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 375.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [19:33<05:32, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 374.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [19:33<05:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 373.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [19:34<05:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 373.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [19:35<05:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 372.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [19:35<05:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 371.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [19:36<05:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [19:37<05:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 369.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [19:38<05:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 369.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [19:38<05:21, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 368.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [19:39<05:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 367.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [19:39<05:11, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 366.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [19:40<05:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 365.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [19:41<05:06, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 364.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [19:41<05:06, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [19:42<06:09, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 363.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [19:43<05:58, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 362.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [19:44<05:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 361.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [19:45<06:28, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 361.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [19:46<05:51, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 360.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [19:46<05:25, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 359.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [19:47<05:35, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 358.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [19:47<05:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 357.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [19:48<05:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 357.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [19:49<06:20, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 356.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [19:50<05:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 355.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [19:51<06:28, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 354.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [19:52<06:15, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 354.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [19:52<05:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 353.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [19:53<05:38, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 352.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [19:54<05:22, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 351.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [19:54<05:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 350.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [19:55<05:53, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 350.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [19:56<05:34, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 349.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [19:57<05:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 348.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [19:57<05:09, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 347.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [19:58<04:59, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 346.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [19:58<04:40, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 346.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [19:59<04:38, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 345.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [20:00<04:39, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 344.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [20:00<04:32, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 343.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [20:01<04:36, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 342.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [20:02<04:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 342.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [20:02<04:42, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 341.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [20:03<04:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 340.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [20:04<04:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 339.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [20:04<05:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 338.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [20:05<04:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 338.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [20:05<04:38, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 337.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [20:06<04:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 336.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [20:07<04:31, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 335.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [20:07<04:29, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 334.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [20:08<04:57, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 334.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [20:09<04:54, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 333.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [20:10<04:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 332.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [20:10<04:45, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 331.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [20:11<04:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 330.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [20:12<05:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 330.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [20:12<05:18, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 329.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [20:13<05:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 328.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [20:14<04:56, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 327.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [20:14<04:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 326.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [20:15<04:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 326.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [20:16<05:08, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 325.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [20:17<05:04, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 324.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [20:17<04:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [20:18<04:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 322.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [20:19<04:43, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 322.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [20:19<04:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 321.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [20:22<08:56, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 321.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [20:23<07:36, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 320.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [20:23<06:52, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 319.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [20:24<06:08, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 318.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [20:25<05:37, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 317.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [20:25<05:12, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 317.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [20:27<06:56, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [20:28<06:14, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 315.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [20:28<05:53, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 314.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [20:29<05:18, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 314.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [20:30<04:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 313.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [20:30<05:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 312.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [20:31<04:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 311.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [20:32<04:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 310.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [20:32<04:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 310.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [20:33<04:15, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 309.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [20:33<04:10, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 308.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [20:34<04:12, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 307.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [20:35<04:40, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 306.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [20:36<04:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 306.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [20:36<04:46, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 305.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [20:37<04:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 304.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [20:38<05:56, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 304.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [20:39<05:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 303.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [20:40<05:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 302.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [20:41<05:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 301.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [20:41<04:41, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 300.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [20:42<04:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 300.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [20:42<04:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 299.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [20:43<04:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 298.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [20:44<04:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 297.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [20:45<04:34, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 296.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [20:45<04:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 296.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [20:46<04:27, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 295.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [20:47<04:19, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 294.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [20:47<04:10, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 293.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [20:48<04:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 292.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [20:48<04:01, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 292.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [20:49<04:00, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 291.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [20:50<03:59, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 290.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [20:51<04:12, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 289.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [20:51<04:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 288.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [20:52<04:11, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 288.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [20:53<04:06, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 287.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [20:53<03:59, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 286.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [20:54<04:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 285.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [20:54<04:00, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 284.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [20:55<03:55, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 284.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [20:56<04:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 283.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [20:57<05:56, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 282.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [20:58<05:19, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 281.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [21:00<06:51, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 281.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [21:00<05:54, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 280.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [21:02<06:59, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 280.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [21:03<06:21, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 279.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [21:04<05:39, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 278.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [21:04<05:07, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 277.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [21:05<04:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 276.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [21:06<04:40, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 276.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [21:06<04:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 275.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [21:07<04:06, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 274.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [21:08<05:21, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 273.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [21:09<04:54, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 273.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [21:10<04:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 272.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [21:10<04:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 271.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [21:11<03:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 270.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [21:11<03:58, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 269.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [21:12<03:50, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 269.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [21:13<04:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 268.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [21:13<03:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 267.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [21:15<04:49, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 266.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [21:15<04:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 265.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [21:16<04:35, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 265.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [21:17<04:51, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 264.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [21:18<04:28, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [21:18<04:23, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 262.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [21:19<04:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 262.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [21:20<03:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 261.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [21:20<03:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 260.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [21:21<03:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 259.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [21:22<03:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 258.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [21:22<03:41, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 258.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [21:23<03:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 257.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [21:24<03:48, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 256.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [21:24<03:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 255.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [21:25<04:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 255.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [21:26<04:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 254.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [21:27<03:52, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 253.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [21:27<03:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 252.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [21:28<03:54, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 251.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [21:29<04:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [21:30<04:09, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [21:30<03:50, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 249.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [21:31<03:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 248.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [21:32<03:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 248.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [21:34<05:53, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [21:35<05:16, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 246.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [21:35<04:46, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 245.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [21:36<04:40, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 245.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [21:37<04:20, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 244.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [21:37<04:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 243.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [21:38<03:47, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 242.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [21:39<03:45, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 242.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [21:39<03:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 241.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [21:41<04:36, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 240.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [21:42<05:06, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 239.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [21:43<04:40, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 239.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [21:43<04:21, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 238.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [21:44<03:59, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 237.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [21:45<03:59, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 236.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [21:45<03:59, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 235.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [21:46<03:58, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 235.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [21:48<06:01, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 234.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [21:49<05:15, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 233.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [21:50<04:36, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 233.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [21:51<04:57, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 232.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [21:52<04:34, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 231.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [21:52<04:05, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 230.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [21:53<03:43, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 229.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [21:53<03:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 229.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [21:54<03:37, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 228.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [21:55<03:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 227.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [21:56<03:33, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 226.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [21:56<03:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 226.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [21:57<03:21, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 225.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [21:58<03:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 224.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [21:58<03:06, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 223.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [21:59<03:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 222.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [22:00<03:20, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 222.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [22:00<03:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 221.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [22:01<03:34, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 220.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [22:02<03:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 219.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [22:03<03:25, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 219.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [22:03<03:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 218.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [22:04<03:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 217.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [22:05<03:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 216.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [22:05<03:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 215.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [22:07<03:48, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 215.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [22:07<03:28, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 214.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [22:08<03:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 213.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [22:08<03:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 212.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [22:09<03:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 211.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [22:10<03:11, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 211.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [22:10<03:09, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 210.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [22:12<03:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 209.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [22:12<03:30, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 208.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [22:13<03:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 208.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [22:14<03:14, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 207.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [22:14<03:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 206.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [22:15<03:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 205.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [22:17<04:18, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 205.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [22:19<05:50, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 204.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [22:20<05:42, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 203.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [22:21<04:48, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 203.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [22:22<04:57, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 202.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [22:23<04:30, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 201.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [22:23<04:00, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 200.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [22:24<03:36, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 200.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [22:25<03:34, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 199.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [22:25<03:23, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 198.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [22:27<04:45, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 197.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [22:28<04:18, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 197.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [22:30<04:58, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 196.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [22:30<04:26, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 195.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [22:31<03:54, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 194.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [22:32<03:41, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 194.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [22:33<04:25, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 193.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [22:34<03:58, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 192.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [22:35<03:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 191.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [22:35<03:19, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 191.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [22:36<03:13, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 190.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [22:37<03:01, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [22:37<02:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 188.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [22:38<02:45, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 187.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [22:39<02:45, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 187.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [22:39<02:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 186.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [22:40<02:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 185.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [22:41<02:42, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 184.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [22:42<03:26, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 184.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [22:43<03:52, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 183.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [22:44<03:25, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 182.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [22:45<03:16, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 181.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [22:45<03:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 180.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [22:46<03:11, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 180.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [22:47<02:58, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 179.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [22:47<02:53, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 178.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [22:48<02:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 177.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [22:49<02:41, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 177.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [22:49<02:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 176.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [22:50<02:33, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 175.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [22:51<02:26, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 174.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [22:51<02:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 173.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [22:52<02:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 173.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [22:53<02:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 172.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [22:53<02:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 171.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [22:54<02:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 170.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [22:55<02:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 170.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [22:55<02:25, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 169.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [22:56<02:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 168.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [22:57<02:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 167.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [22:57<02:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 166.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [22:58<02:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 166.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [22:59<02:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 165.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [22:59<02:20, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 164.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [23:00<02:15, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 163.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [23:01<02:12, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 162.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [23:01<02:15, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 162.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [23:02<02:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 161.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [23:03<02:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 160.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [23:04<02:38, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 159.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [23:04<02:35, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 159.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [23:05<02:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 158.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [23:06<02:30, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 157.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [23:06<02:19, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 156.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [23:08<03:02, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 156.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [23:09<02:56, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 155.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [23:09<02:36, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 154.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [23:10<02:30, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 153.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [23:11<02:25, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 152.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [23:11<02:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 152.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [23:12<02:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 151.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [23:13<02:18, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 150.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [23:13<02:14, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 149.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [23:14<02:12, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 148.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [23:15<02:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 148.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [23:15<02:03, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 147.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [23:16<02:06, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 146.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [23:16<02:01, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 145.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [23:17<02:00, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 145.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [23:18<02:00, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 144.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [23:18<02:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 143.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [23:20<02:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 142.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [23:20<02:13, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 141.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [23:21<02:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 141.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [23:22<02:42, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 140.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [23:23<02:30, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 139.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [23:23<02:20, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 138.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [23:24<02:09, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 138.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [23:25<02:05, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 137.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [23:25<02:00, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 136.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [23:26<01:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 135.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [23:27<01:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 134.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [23:27<01:52, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 134.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [23:28<01:50, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 133.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [23:28<01:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 132.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [23:29<02:07, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 131.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [23:30<01:56, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 131.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [23:31<01:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 130.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [23:31<01:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 129.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [23:32<01:46, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 128.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [23:33<01:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 127.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [23:33<01:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 127.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [23:34<01:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 126.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [23:35<01:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 125.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [23:35<01:43, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 124.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [23:36<01:45, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 124.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [23:37<01:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 123.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [23:40<03:50, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 122.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [23:41<03:24, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 121.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [23:46<06:14, 2.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 121.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [23:48<06:18, 2.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 120.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [23:53<07:55, 3.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 120.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [23:55<07:26, 2.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 119.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [23:57<06:30, 2.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 119.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [23:58<05:13, 2.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 118.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [24:00<04:54, 1.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 117.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [24:04<06:48, 2.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 117.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [24:05<05:15, 2.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 116.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [24:06<04:17, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 115.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [24:07<03:45, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 114.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [24:08<03:09, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 114.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [24:08<02:41, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 113.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [24:11<03:48, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 112.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [24:12<03:45, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 111.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [24:14<03:41, 1.56s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 111.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [24:15<03:08, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 110.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [24:16<03:15, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 109.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [24:17<02:45, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 108.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [24:22<05:05, 2.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 108.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [24:29<08:23, 3.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 108.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [24:30<06:23, 2.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 107.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [24:34<07:32, 3.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 106.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [24:36<06:09, 2.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 106.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [24:38<06:03, 2.73s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 105.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [24:40<05:07, 2.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 104.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [24:41<04:38, 2.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 103.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [24:42<03:42, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 103.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [24:43<03:25, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 102.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [24:44<02:58, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [24:45<02:29, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 100.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [24:46<02:14, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 99.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [24:46<02:00, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 99.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [24:49<02:51, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 98.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [24:51<03:06, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 97.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [24:52<02:44, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 96.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [24:54<03:16, 1.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 96.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [24:56<03:38, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 95.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [24:57<02:58, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 94.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [24:58<02:30, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 93.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [24:58<02:05, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 93.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [24:59<02:05, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 92.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [25:00<01:54, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 91.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [25:01<01:57, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 90.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [25:02<01:56, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 90.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [25:03<01:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 89.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [25:04<01:48, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 88.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [25:05<01:37, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 87.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [25:05<01:32, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 86.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [25:10<03:17, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 86.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [25:10<02:38, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 85.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [25:11<02:10, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 84.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [25:12<02:04, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 83.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [25:13<02:05, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 83.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [25:14<01:50, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 82.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [25:15<01:33, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 81.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [25:15<01:24, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 80.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [25:16<01:18, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 79.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [25:18<02:12, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 79.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [25:19<01:56, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 78.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [25:20<01:38, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 77.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [25:22<02:21, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 76.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [25:25<02:45, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 76.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [25:27<02:55, 1.87s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 75.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [25:30<03:27, 2.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 74.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [25:31<02:41, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 73.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [25:32<02:15, 1.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 73.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [25:32<01:48, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 72.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [25:33<01:32, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 71.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [25:33<01:21, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 70.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [25:34<01:13, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 69.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [25:36<01:39, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 69.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [25:37<01:25, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 68.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [25:37<01:14, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 67.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [25:39<01:38, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 66.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [25:40<01:23, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 65.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [25:40<01:13, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 65.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [25:41<01:13, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 64.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [25:43<01:21, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 63.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [25:43<01:12, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 62.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [25:44<01:11, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 61.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [25:45<01:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 61.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [25:45<00:56, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 60.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [25:46<00:57, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 59.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [25:47<00:53, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 58.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [25:48<00:52, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 57.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [25:50<01:17, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 57.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [25:50<01:06, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 56.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [25:53<01:41, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 55.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [25:54<01:24, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 54.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [25:54<01:11, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 53.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [25:55<01:03, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 53.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [25:56<01:05, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 52.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [25:57<00:58, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 51.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [25:57<00:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 50.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [25:58<00:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 49.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [25:59<00:45, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 49.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [25:59<00:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 48.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [26:00<00:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 47.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [26:02<00:58, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 46.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [26:02<00:51, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 45.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [26:03<00:48, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 45.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [26:04<00:50, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 44.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [26:05<00:45, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 43.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [26:06<00:44, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 42.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [26:06<00:40, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 41.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [26:07<00:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 41.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [26:08<00:38, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 40.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [26:09<00:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 39.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [26:09<00:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 38.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [26:10<00:33, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 37.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [26:11<00:32, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 37.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [26:12<00:35, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 36.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [26:12<00:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 35.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [26:13<00:33, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 34.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [26:14<00:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 33.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [26:15<00:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 33.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [26:15<00:29, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 32.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [26:16<00:29, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 31.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [26:17<00:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 30.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [26:17<00:25, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 29.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [26:18<00:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 28.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [26:19<00:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 28.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [26:20<00:25, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 27.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [26:21<00:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 26.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [26:21<00:24, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 25.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [26:23<00:31, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [26:24<00:28, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 24.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [26:24<00:24, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 23.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [26:26<00:31, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 22.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [26:27<00:26, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 21.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [26:30<00:43, 1.67s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 20.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [26:32<00:41, 1.66s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 20.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [26:34<00:45, 1.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 19.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [26:36<00:45, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 18.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [26:37<00:36, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 17.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [26:39<00:33, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 17.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [26:39<00:27, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 16.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [26:41<00:25, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 15.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [26:41<00:20, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 14.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [26:42<00:16, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 13.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [26:43<00:14, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 12.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [26:43<00:12, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 12.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [26:44<00:10, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 11.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [26:45<00:09, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 10.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [26:45<00:08, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 9.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [26:46<00:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 8.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [26:47<00:08, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 8.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [26:48<00:06, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 7.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [26:50<00:09, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 6.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [26:51<00:08, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 5.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [26:52<00:06, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 4.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [26:53<00:04, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 4.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [26:56<00:06, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [26:58<00:05, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [26:59<00:03, 1.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [27:00<00:01, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [27:01<00:00, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df7.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df7.csv', index=False)"],"metadata":{"id":"0-xEeZGWKQwW"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df8['box'] = apply_with_progress(df8, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"WDWnFWXoLras","executionInfo":{"status":"ok","timestamp":1749299892750,"user_tz":-330,"elapsed":1774711,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"25ae903c-1955-4399-e314-c200ce81b621"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/2000 [00:00<22:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/2000, Estimated time remaining: 1338.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/2000 [00:01<22:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/2000, Estimated time remaining: 1324.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/2000 [00:01<22:07, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/2000, Estimated time remaining: 1327.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/2000 [00:03<38:50, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/2000, Estimated time remaining: 1962.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/2000 [00:04<31:47, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/2000, Estimated time remaining: 1800.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/2000 [00:05<28:10, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/2000, Estimated time remaining: 1711.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/2000 [00:05<27:43, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/2000, Estimated time remaining: 1696.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 8/2000 [00:06<24:51, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/2000, Estimated time remaining: 1624.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 9/2000 [00:07<23:06, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/2000, Estimated time remaining: 1571.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 10/2000 [00:07<23:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/2000, Estimated time remaining: 1556.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/2000 [00:09<28:17, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/2000, Estimated time remaining: 1630.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/2000 [00:09<27:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/2000, Estimated time remaining: 1615.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/2000 [00:10<25:39, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/2000, Estimated time remaining: 1593.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/2000 [00:11<25:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/2000, Estimated time remaining: 1586.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/2000 [00:11<24:14, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/2000, Estimated time remaining: 1565.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/2000 [00:12<22:34, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/2000, Estimated time remaining: 1537.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/2000 [00:13<22:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/2000, Estimated time remaining: 1519.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/2000 [00:14<29:03, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/2000, Estimated time remaining: 1585.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 19/2000 [00:15<26:53, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/2000, Estimated time remaining: 1570.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 20/2000 [00:15<24:53, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/2000, Estimated time remaining: 1552.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 21/2000 [00:16<23:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/2000, Estimated time remaining: 1533.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 22/2000 [00:16<21:49, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/2000, Estimated time remaining: 1513.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 23/2000 [00:17<20:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/2000, Estimated time remaining: 1494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 24/2000 [00:17<20:32, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/2000, Estimated time remaining: 1481.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 25/2000 [00:18<21:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/2000, Estimated time remaining: 1476.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 26/2000 [00:19<20:40, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/2000, Estimated time remaining: 1463.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 27/2000 [00:19<20:25, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/2000, Estimated time remaining: 1453.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 28/2000 [00:20<20:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/2000, Estimated time remaining: 1447.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 29/2000 [00:21<20:40, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/2000, Estimated time remaining: 1438.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/2000 [00:21<21:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/2000, Estimated time remaining: 1437.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/2000 [00:22<22:09, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/2000, Estimated time remaining: 1435.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/2000 [00:23<21:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/2000, Estimated time remaining: 1427.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/2000 [00:23<22:20, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/2000, Estimated time remaining: 1427.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/2000 [00:24<22:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/2000, Estimated time remaining: 1423.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/2000 [00:25<21:23, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/2000, Estimated time remaining: 1415.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/2000 [00:25<21:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/2000, Estimated time remaining: 1411.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/2000 [00:26<22:48, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/2000, Estimated time remaining: 1415.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 38/2000 [00:27<22:10, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/2000, Estimated time remaining: 1409.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 39/2000 [00:27<21:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/2000, Estimated time remaining: 1405.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 40/2000 [00:28<21:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/2000, Estimated time remaining: 1401.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 41/2000 [00:29<22:09, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/2000, Estimated time remaining: 1400.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 42/2000 [00:29<21:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/2000, Estimated time remaining: 1396.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 43/2000 [00:30<20:56, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/2000, Estimated time remaining: 1390.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 44/2000 [00:31<20:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/2000, Estimated time remaining: 1385.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 45/2000 [00:31<21:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/2000, Estimated time remaining: 1383.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 46/2000 [00:32<20:40, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/2000, Estimated time remaining: 1378.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 47/2000 [00:33<20:06, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/2000, Estimated time remaining: 1372.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 48/2000 [00:33<20:09, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/2000, Estimated time remaining: 1368.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 49/2000 [00:34<22:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/2000, Estimated time remaining: 1372.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▎ | 50/2000 [00:35<22:14, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/2000, Estimated time remaining: 1371.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/2000 [00:35<22:18, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/2000, Estimated time remaining: 1370.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 52/2000 [00:36<21:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/2000, Estimated time remaining: 1366.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 53/2000 [00:37<22:17, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/2000, Estimated time remaining: 1366.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 54/2000 [00:37<22:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/2000, Estimated time remaining: 1366.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 55/2000 [00:38<22:22, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/2000, Estimated time remaining: 1365.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 56/2000 [00:39<22:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/2000, Estimated time remaining: 1362.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 57/2000 [00:40<23:11, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/2000, Estimated time remaining: 1365.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 58/2000 [00:40<22:49, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/2000, Estimated time remaining: 1364.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 59/2000 [00:41<22:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/2000, Estimated time remaining: 1360.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 60/2000 [00:42<21:54, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/2000, Estimated time remaining: 1359.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 61/2000 [00:42<24:11, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/2000, Estimated time remaining: 1365.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 62/2000 [00:43<23:36, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/2000, Estimated time remaining: 1364.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 63/2000 [00:44<22:46, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/2000, Estimated time remaining: 1361.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 64/2000 [00:45<24:21, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/2000, Estimated time remaining: 1365.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 65/2000 [00:45<23:41, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/2000, Estimated time remaining: 1364.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 66/2000 [00:46<22:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/2000, Estimated time remaining: 1361.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 67/2000 [00:47<23:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/2000, Estimated time remaining: 1364.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 68/2000 [00:48<24:02, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/2000, Estimated time remaining: 1365.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 69/2000 [00:48<23:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/2000, Estimated time remaining: 1363.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 70/2000 [00:49<23:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/2000, Estimated time remaining: 1362.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 71/2000 [00:50<23:09, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/2000, Estimated time remaining: 1362.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 72/2000 [00:50<22:07, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/2000, Estimated time remaining: 1359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 73/2000 [00:51<26:04, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/2000, Estimated time remaining: 1369.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 74/2000 [00:52<25:48, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/2000, Estimated time remaining: 1370.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 75/2000 [00:53<26:49, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/2000, Estimated time remaining: 1374.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 76/2000 [00:54<24:41, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/2000, Estimated time remaining: 1371.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 77/2000 [00:54<24:16, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/2000, Estimated time remaining: 1371.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 78/2000 [00:55<26:49, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/2000, Estimated time remaining: 1378.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 79/2000 [00:56<24:27, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/2000, Estimated time remaining: 1374.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 80/2000 [00:57<23:52, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/2000, Estimated time remaining: 1373.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 81/2000 [00:57<22:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/2000, Estimated time remaining: 1370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 82/2000 [00:58<22:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/2000, Estimated time remaining: 1369.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 83/2000 [00:59<21:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/2000, Estimated time remaining: 1365.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 84/2000 [00:59<20:35, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/2000, Estimated time remaining: 1362.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 85/2000 [01:00<20:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/2000, Estimated time remaining: 1359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 86/2000 [01:00<20:04, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/2000, Estimated time remaining: 1356.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 87/2000 [01:01<20:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/2000, Estimated time remaining: 1355.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 88/2000 [01:02<20:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/2000, Estimated time remaining: 1353.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 89/2000 [01:03<23:37, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/2000, Estimated time remaining: 1358.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 90/2000 [01:03<22:46, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/2000, Estimated time remaining: 1356.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 91/2000 [01:04<22:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/2000, Estimated time remaining: 1355.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 92/2000 [01:05<22:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/2000, Estimated time remaining: 1354.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 93/2000 [01:06<23:17, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/2000, Estimated time remaining: 1355.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 94/2000 [01:07<29:40, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/2000, Estimated time remaining: 1368.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 95/2000 [01:08<29:42, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/2000, Estimated time remaining: 1372.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 96/2000 [01:09<27:00, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/2000, Estimated time remaining: 1370.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 97/2000 [01:09<24:45, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 97/2000, Estimated time remaining: 1367.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 98/2000 [01:10<23:25, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/2000, Estimated time remaining: 1365.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 99/2000 [01:10<22:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/2000, Estimated time remaining: 1363.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 100/2000 [01:11<21:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/2000, Estimated time remaining: 1359.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 101/2000 [01:12<21:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/2000, Estimated time remaining: 1358.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 102/2000 [01:12<21:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/2000, Estimated time remaining: 1358.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 103/2000 [01:13<23:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/2000, Estimated time remaining: 1359.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 104/2000 [01:15<30:55, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/2000, Estimated time remaining: 1374.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 105/2000 [01:15<27:08, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/2000, Estimated time remaining: 1370.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 106/2000 [01:16<24:39, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/2000, Estimated time remaining: 1367.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 107/2000 [01:17<23:57, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/2000, Estimated time remaining: 1366.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 108/2000 [01:17<22:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/2000, Estimated time remaining: 1363.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 109/2000 [01:18<21:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/2000, Estimated time remaining: 1361.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 110/2000 [01:19<20:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/2000, Estimated time remaining: 1359.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 111/2000 [01:19<19:57, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/2000, Estimated time remaining: 1355.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 112/2000 [01:20<19:42, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/2000, Estimated time remaining: 1353.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 113/2000 [01:20<20:05, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/2000, Estimated time remaining: 1351.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 114/2000 [01:21<20:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/2000, Estimated time remaining: 1350.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 115/2000 [01:22<21:21, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/2000, Estimated time remaining: 1350.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 116/2000 [01:23<22:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/2000, Estimated time remaining: 1350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 117/2000 [01:23<22:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/2000, Estimated time remaining: 1349.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 118/2000 [01:24<22:03, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/2000, Estimated time remaining: 1348.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 119/2000 [01:25<21:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/2000, Estimated time remaining: 1346.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 120/2000 [01:25<21:42, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/2000, Estimated time remaining: 1345.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 121/2000 [01:26<21:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/2000, Estimated time remaining: 1343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 122/2000 [01:27<21:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/2000, Estimated time remaining: 1343.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 123/2000 [01:27<21:08, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/2000, Estimated time remaining: 1341.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 124/2000 [01:28<20:17, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/2000, Estimated time remaining: 1338.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 125/2000 [01:29<19:38, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/2000, Estimated time remaining: 1335.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 126/2000 [01:29<20:09, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/2000, Estimated time remaining: 1334.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 127/2000 [01:30<20:01, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/2000, Estimated time remaining: 1332.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 128/2000 [01:31<21:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/2000, Estimated time remaining: 1333.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 129/2000 [01:31<20:44, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/2000, Estimated time remaining: 1331.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 130/2000 [01:32<20:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/2000, Estimated time remaining: 1328.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 131/2000 [01:33<22:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/2000, Estimated time remaining: 1331.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 132/2000 [01:33<22:01, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/2000, Estimated time remaining: 1329.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 133/2000 [01:34<21:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/2000, Estimated time remaining: 1328.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 134/2000 [01:35<26:18, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/2000, Estimated time remaining: 1334.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 135/2000 [01:36<24:08, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/2000, Estimated time remaining: 1332.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 136/2000 [01:37<23:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/2000, Estimated time remaining: 1331.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 137/2000 [01:37<22:13, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/2000, Estimated time remaining: 1329.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 138/2000 [01:38<22:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/2000, Estimated time remaining: 1328.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 139/2000 [01:39<21:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/2000, Estimated time remaining: 1327.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 140/2000 [01:39<21:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/2000, Estimated time remaining: 1326.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 141/2000 [01:40<20:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/2000, Estimated time remaining: 1324.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 142/2000 [01:40<19:42, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/2000, Estimated time remaining: 1321.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 143/2000 [01:41<18:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/2000, Estimated time remaining: 1318.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 144/2000 [01:42<19:44, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/2000, Estimated time remaining: 1317.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 145/2000 [01:42<20:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/2000, Estimated time remaining: 1316.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 146/2000 [01:43<20:40, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/2000, Estimated time remaining: 1316.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 147/2000 [01:44<20:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/2000, Estimated time remaining: 1314.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 148/2000 [01:44<20:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/2000, Estimated time remaining: 1313.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 149/2000 [01:45<19:59, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/2000, Estimated time remaining: 1311.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 150/2000 [01:46<21:32, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/2000, Estimated time remaining: 1311.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 151/2000 [01:46<20:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/2000, Estimated time remaining: 1309.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 152/2000 [01:47<21:52, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/2000, Estimated time remaining: 1310.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 153/2000 [01:48<21:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/2000, Estimated time remaining: 1308.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 154/2000 [01:49<20:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/2000, Estimated time remaining: 1307.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 155/2000 [01:49<20:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/2000, Estimated time remaining: 1305.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 156/2000 [01:51<26:49, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/2000, Estimated time remaining: 1312.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 157/2000 [01:51<25:01, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/2000, Estimated time remaining: 1311.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 158/2000 [01:52<23:23, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/2000, Estimated time remaining: 1310.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 159/2000 [01:53<22:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/2000, Estimated time remaining: 1308.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 160/2000 [01:53<21:04, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/2000, Estimated time remaining: 1306.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 161/2000 [01:54<20:26, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/2000, Estimated time remaining: 1304.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 162/2000 [01:54<20:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/2000, Estimated time remaining: 1303.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 163/2000 [01:55<19:23, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/2000, Estimated time remaining: 1301.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 164/2000 [01:56<22:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/2000, Estimated time remaining: 1302.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 165/2000 [01:57<21:32, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/2000, Estimated time remaining: 1301.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 166/2000 [01:57<20:29, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/2000, Estimated time remaining: 1299.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 167/2000 [01:58<19:53, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/2000, Estimated time remaining: 1297.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 168/2000 [01:58<20:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/2000, Estimated time remaining: 1296.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 169/2000 [01:59<20:11, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/2000, Estimated time remaining: 1295.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 170/2000 [02:00<20:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/2000, Estimated time remaining: 1294.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 171/2000 [02:00<19:31, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/2000, Estimated time remaining: 1292.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 172/2000 [02:01<19:40, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/2000, Estimated time remaining: 1291.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 173/2000 [02:02<20:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/2000, Estimated time remaining: 1290.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 174/2000 [02:02<19:56, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/2000, Estimated time remaining: 1289.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 175/2000 [02:03<20:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/2000, Estimated time remaining: 1288.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 176/2000 [02:04<20:07, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/2000, Estimated time remaining: 1287.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 177/2000 [02:04<19:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/2000, Estimated time remaining: 1285.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 178/2000 [02:05<19:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/2000, Estimated time remaining: 1283.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 179/2000 [02:06<19:32, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/2000, Estimated time remaining: 1282.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 180/2000 [02:06<19:17, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/2000, Estimated time remaining: 1281.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 181/2000 [02:07<19:08, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/2000, Estimated time remaining: 1279.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 182/2000 [02:07<19:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/2000, Estimated time remaining: 1278.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 183/2000 [02:08<19:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/2000, Estimated time remaining: 1277.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 184/2000 [02:09<19:56, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/2000, Estimated time remaining: 1276.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 185/2000 [02:10<20:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/2000, Estimated time remaining: 1276.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 186/2000 [02:10<21:39, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/2000, Estimated time remaining: 1276.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 187/2000 [02:11<22:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/2000, Estimated time remaining: 1276.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 188/2000 [02:12<20:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/2000, Estimated time remaining: 1274.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 189/2000 [02:12<20:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/2000, Estimated time remaining: 1273.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 190/2000 [02:13<20:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/2000, Estimated time remaining: 1272.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 191/2000 [02:14<20:16, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/2000, Estimated time remaining: 1271.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 192/2000 [02:14<20:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/2000, Estimated time remaining: 1270.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 193/2000 [02:15<19:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/2000, Estimated time remaining: 1268.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 194/2000 [02:16<19:41, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/2000, Estimated time remaining: 1267.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 195/2000 [02:16<19:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/2000, Estimated time remaining: 1266.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 196/2000 [02:17<19:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/2000, Estimated time remaining: 1264.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 197/2000 [02:18<19:13, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/2000, Estimated time remaining: 1263.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 198/2000 [02:18<19:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/2000, Estimated time remaining: 1262.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 199/2000 [02:19<20:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/2000, Estimated time remaining: 1262.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 200/2000 [02:20<21:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/2000, Estimated time remaining: 1262.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 201/2000 [02:20<21:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/2000, Estimated time remaining: 1261.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 202/2000 [02:21<23:36, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/2000, Estimated time remaining: 1263.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 203/2000 [02:22<22:53, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/2000, Estimated time remaining: 1262.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 204/2000 [02:24<30:39, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/2000, Estimated time remaining: 1270.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 205/2000 [02:25<28:11, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/2000, Estimated time remaining: 1269.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 206/2000 [02:25<26:17, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/2000, Estimated time remaining: 1269.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 207/2000 [02:26<23:51, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/2000, Estimated time remaining: 1267.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 208/2000 [02:27<23:22, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/2000, Estimated time remaining: 1267.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 209/2000 [02:27<21:51, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/2000, Estimated time remaining: 1265.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 210/2000 [02:28<22:11, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/2000, Estimated time remaining: 1265.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 211/2000 [02:29<21:23, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/2000, Estimated time remaining: 1264.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 212/2000 [02:29<20:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/2000, Estimated time remaining: 1263.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 213/2000 [02:30<22:10, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/2000, Estimated time remaining: 1264.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 214/2000 [02:31<23:40, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/2000, Estimated time remaining: 1265.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 215/2000 [02:32<22:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/2000, Estimated time remaining: 1264.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 216/2000 [02:32<22:00, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/2000, Estimated time remaining: 1263.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 217/2000 [02:33<23:32, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/2000, Estimated time remaining: 1264.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 218/2000 [02:34<22:24, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/2000, Estimated time remaining: 1263.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 219/2000 [02:35<21:53, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/2000, Estimated time remaining: 1262.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 220/2000 [02:35<20:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/2000, Estimated time remaining: 1260.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 221/2000 [02:36<20:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/2000, Estimated time remaining: 1259.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 222/2000 [02:39<43:30, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/2000, Estimated time remaining: 1279.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 223/2000 [02:40<37:07, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/2000, Estimated time remaining: 1279.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 224/2000 [02:41<31:12, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/2000, Estimated time remaining: 1277.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 225/2000 [02:41<27:32, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/2000, Estimated time remaining: 1276.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 226/2000 [02:42<24:22, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/2000, Estimated time remaining: 1274.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 227/2000 [02:42<22:46, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/2000, Estimated time remaining: 1272.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 228/2000 [02:43<20:49, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/2000, Estimated time remaining: 1270.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 229/2000 [02:44<20:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/2000, Estimated time remaining: 1269.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 230/2000 [02:44<19:26, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/2000, Estimated time remaining: 1267.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 231/2000 [02:45<19:25, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/2000, Estimated time remaining: 1266.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 232/2000 [02:46<19:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/2000, Estimated time remaining: 1265.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 233/2000 [02:46<19:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/2000, Estimated time remaining: 1264.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 234/2000 [02:47<19:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/2000, Estimated time remaining: 1263.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 235/2000 [02:47<18:38, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/2000, Estimated time remaining: 1261.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 236/2000 [02:48<19:08, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/2000, Estimated time remaining: 1260.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 237/2000 [02:49<18:48, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/2000, Estimated time remaining: 1259.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 238/2000 [02:49<19:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/2000, Estimated time remaining: 1258.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 239/2000 [02:50<19:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/2000, Estimated time remaining: 1257.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 240/2000 [02:51<19:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/2000, Estimated time remaining: 1256.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 241/2000 [02:52<21:59, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/2000, Estimated time remaining: 1257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 242/2000 [02:52<21:01, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/2000, Estimated time remaining: 1256.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 243/2000 [02:53<19:46, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/2000, Estimated time remaining: 1254.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 244/2000 [02:55<27:54, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/2000, Estimated time remaining: 1259.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 245/2000 [02:55<25:01, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/2000, Estimated time remaining: 1258.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 246/2000 [02:56<22:59, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/2000, Estimated time remaining: 1257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 247/2000 [02:56<21:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/2000, Estimated time remaining: 1255.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 248/2000 [02:57<20:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/2000, Estimated time remaining: 1254.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 249/2000 [02:58<19:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/2000, Estimated time remaining: 1252.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▎ | 250/2000 [02:58<20:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/2000, Estimated time remaining: 1252.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 251/2000 [02:59<20:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/2000, Estimated time remaining: 1251.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 252/2000 [03:00<19:22, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/2000, Estimated time remaining: 1249.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 253/2000 [03:00<18:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/2000, Estimated time remaining: 1248.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 254/2000 [03:01<18:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/2000, Estimated time remaining: 1246.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 255/2000 [03:02<18:19, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/2000, Estimated time remaining: 1245.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 256/2000 [03:02<18:13, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/2000, Estimated time remaining: 1244.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 257/2000 [03:03<18:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/2000, Estimated time remaining: 1243.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 258/2000 [03:03<18:14, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/2000, Estimated time remaining: 1241.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 259/2000 [03:04<17:49, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/2000, Estimated time remaining: 1240.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 260/2000 [03:05<17:39, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/2000, Estimated time remaining: 1238.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 261/2000 [03:05<19:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/2000, Estimated time remaining: 1238.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 262/2000 [03:06<19:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/2000, Estimated time remaining: 1237.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 263/2000 [03:07<19:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/2000, Estimated time remaining: 1236.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 264/2000 [03:07<18:17, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/2000, Estimated time remaining: 1234.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 265/2000 [03:09<28:33, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/2000, Estimated time remaining: 1241.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 266/2000 [03:10<31:13, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/2000, Estimated time remaining: 1244.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 267/2000 [03:11<27:03, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/2000, Estimated time remaining: 1242.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 268/2000 [03:12<28:20, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/2000, Estimated time remaining: 1244.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 269/2000 [03:13<25:28, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/2000, Estimated time remaining: 1243.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 270/2000 [03:14<25:40, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/2000, Estimated time remaining: 1243.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 271/2000 [03:14<23:03, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/2000, Estimated time remaining: 1242.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 272/2000 [03:15<21:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/2000, Estimated time remaining: 1240.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 273/2000 [03:15<20:10, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/2000, Estimated time remaining: 1239.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 274/2000 [03:16<19:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/2000, Estimated time remaining: 1238.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 275/2000 [03:17<18:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/2000, Estimated time remaining: 1236.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 276/2000 [03:17<20:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/2000, Estimated time remaining: 1236.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 277/2000 [03:19<25:53, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/2000, Estimated time remaining: 1239.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 278/2000 [03:19<23:46, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/2000, Estimated time remaining: 1238.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 279/2000 [03:20<23:40, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/2000, Estimated time remaining: 1238.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 280/2000 [03:21<21:51, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/2000, Estimated time remaining: 1237.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 281/2000 [03:22<22:43, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/2000, Estimated time remaining: 1237.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 282/2000 [03:23<22:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/2000, Estimated time remaining: 1237.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 283/2000 [03:23<22:14, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/2000, Estimated time remaining: 1236.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 284/2000 [03:24<21:59, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/2000, Estimated time remaining: 1236.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 285/2000 [03:25<20:47, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/2000, Estimated time remaining: 1234.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 286/2000 [03:26<23:54, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/2000, Estimated time remaining: 1236.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 287/2000 [03:26<22:45, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/2000, Estimated time remaining: 1235.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 288/2000 [03:27<21:30, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/2000, Estimated time remaining: 1234.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 289/2000 [03:28<20:42, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/2000, Estimated time remaining: 1233.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 290/2000 [03:28<19:25, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/2000, Estimated time remaining: 1231.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 291/2000 [03:29<19:53, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/2000, Estimated time remaining: 1231.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 292/2000 [03:30<20:05, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/2000, Estimated time remaining: 1230.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 293/2000 [03:31<19:50, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/2000, Estimated time remaining: 1229.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 294/2000 [03:31<19:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/2000, Estimated time remaining: 1228.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 295/2000 [03:32<19:03, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/2000, Estimated time remaining: 1227.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 296/2000 [03:32<19:00, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/2000, Estimated time remaining: 1226.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 297/2000 [03:33<18:46, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/2000, Estimated time remaining: 1224.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 298/2000 [03:34<18:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/2000, Estimated time remaining: 1223.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 299/2000 [03:34<18:20, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/2000, Estimated time remaining: 1222.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 300/2000 [03:35<18:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/2000, Estimated time remaining: 1221.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 301/2000 [03:36<20:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/2000, Estimated time remaining: 1221.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 302/2000 [03:37<19:29, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/2000, Estimated time remaining: 1220.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 303/2000 [03:37<19:07, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/2000, Estimated time remaining: 1219.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 304/2000 [03:38<18:17, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/2000, Estimated time remaining: 1217.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 305/2000 [03:38<18:41, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/2000, Estimated time remaining: 1216.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 306/2000 [03:39<18:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/2000, Estimated time remaining: 1215.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 307/2000 [03:40<18:48, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/2000, Estimated time remaining: 1214.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 308/2000 [03:40<18:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/2000, Estimated time remaining: 1213.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 309/2000 [03:41<17:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/2000, Estimated time remaining: 1212.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 310/2000 [03:42<18:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/2000, Estimated time remaining: 1211.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 311/2000 [03:43<21:23, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/2000, Estimated time remaining: 1212.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 312/2000 [03:43<20:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/2000, Estimated time remaining: 1211.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 313/2000 [03:44<19:56, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/2000, Estimated time remaining: 1210.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 314/2000 [03:45<19:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/2000, Estimated time remaining: 1209.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 315/2000 [03:46<22:18, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/2000, Estimated time remaining: 1210.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 316/2000 [03:47<22:13, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/2000, Estimated time remaining: 1209.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 317/2000 [03:47<20:55, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/2000, Estimated time remaining: 1208.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 318/2000 [03:48<20:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/2000, Estimated time remaining: 1207.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 319/2000 [03:49<20:34, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/2000, Estimated time remaining: 1207.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 320/2000 [03:49<19:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/2000, Estimated time remaining: 1205.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 321/2000 [03:50<19:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/2000, Estimated time remaining: 1204.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 322/2000 [03:50<18:24, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/2000, Estimated time remaining: 1203.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 323/2000 [03:51<19:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/2000, Estimated time remaining: 1202.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 324/2000 [03:52<23:51, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/2000, Estimated time remaining: 1204.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 325/2000 [03:53<22:11, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/2000, Estimated time remaining: 1203.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 326/2000 [03:54<20:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/2000, Estimated time remaining: 1202.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 327/2000 [03:54<19:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/2000, Estimated time remaining: 1201.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 328/2000 [03:55<19:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/2000, Estimated time remaining: 1200.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 329/2000 [03:56<18:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/2000, Estimated time remaining: 1198.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 330/2000 [03:56<17:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/2000, Estimated time remaining: 1197.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 331/2000 [03:57<19:06, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/2000, Estimated time remaining: 1197.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 332/2000 [03:58<18:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/2000, Estimated time remaining: 1195.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 333/2000 [03:58<18:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/2000, Estimated time remaining: 1194.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 334/2000 [03:59<18:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/2000, Estimated time remaining: 1194.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 335/2000 [03:59<17:49, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/2000, Estimated time remaining: 1192.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 336/2000 [04:00<18:41, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/2000, Estimated time remaining: 1192.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 337/2000 [04:01<17:58, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/2000, Estimated time remaining: 1190.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 338/2000 [04:02<18:47, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/2000, Estimated time remaining: 1190.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 339/2000 [04:02<18:59, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/2000, Estimated time remaining: 1189.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 340/2000 [04:03<18:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/2000, Estimated time remaining: 1188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 341/2000 [04:04<19:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/2000, Estimated time remaining: 1188.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 342/2000 [04:04<18:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/2000, Estimated time remaining: 1186.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 343/2000 [04:05<19:08, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/2000, Estimated time remaining: 1186.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 344/2000 [04:06<19:51, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/2000, Estimated time remaining: 1185.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 345/2000 [04:07<22:59, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/2000, Estimated time remaining: 1186.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 346/2000 [04:08<20:56, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/2000, Estimated time remaining: 1185.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 347/2000 [04:08<19:53, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/2000, Estimated time remaining: 1184.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 348/2000 [04:09<19:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/2000, Estimated time remaining: 1183.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 349/2000 [04:09<18:31, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/2000, Estimated time remaining: 1182.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 350/2000 [04:10<18:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/2000, Estimated time remaining: 1181.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 351/2000 [04:11<18:15, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/2000, Estimated time remaining: 1180.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 352/2000 [04:11<17:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/2000, Estimated time remaining: 1178.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 353/2000 [04:12<16:47, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/2000, Estimated time remaining: 1177.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 354/2000 [06:20<17:49:12, 38.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Error processing https://gallery.stylumia.com/originals/2025/02/160/3a263d089cd54a2ea9d1124691ed18f5b7e7af5ca607a9f3df8f1a7db10808eb.jpg: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n","Processed 354/2000, Estimated time remaining: 1770.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 355/2000 [06:21<12:33:33, 27.49s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/2000, Estimated time remaining: 1767.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 356/2000 [06:22<8:52:27, 19.43s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 356/2000, Estimated time remaining: 1764.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 357/2000 [06:22<6:18:59, 13.84s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/2000, Estimated time remaining: 1762.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 358/2000 [06:23<4:31:00, 9.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/2000, Estimated time remaining: 1759.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 359/2000 [06:24<3:17:34, 7.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/2000, Estimated time remaining: 1758.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 360/2000 [06:25<2:24:15, 5.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/2000, Estimated time remaining: 1755.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 361/2000 [06:26<1:46:25, 3.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/2000, Estimated time remaining: 1752.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 362/2000 [06:26<1:20:16, 2.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/2000, Estimated time remaining: 1749.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 363/2000 [06:27<1:01:06, 2.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/2000, Estimated time remaining: 1746.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 364/2000 [06:27<47:46, 1.75s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 364/2000, Estimated time remaining: 1743.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 365/2000 [06:28<40:09, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/2000, Estimated time remaining: 1741.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 366/2000 [06:29<34:10, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/2000, Estimated time remaining: 1739.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 367/2000 [06:30<29:35, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/2000, Estimated time remaining: 1736.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 368/2000 [06:30<25:36, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/2000, Estimated time remaining: 1733.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 369/2000 [06:31<23:23, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/2000, Estimated time remaining: 1730.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 370/2000 [06:32<21:42, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/2000, Estimated time remaining: 1727.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 371/2000 [06:32<21:24, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/2000, Estimated time remaining: 1725.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 372/2000 [06:33<20:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/2000, Estimated time remaining: 1722.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 373/2000 [06:34<19:57, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/2000, Estimated time remaining: 1719.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 374/2000 [06:34<19:06, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/2000, Estimated time remaining: 1717.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 375/2000 [06:35<18:15, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/2000, Estimated time remaining: 1714.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 376/2000 [06:36<19:12, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/2000, Estimated time remaining: 1711.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 377/2000 [06:37<19:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/2000, Estimated time remaining: 1709.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 378/2000 [06:37<18:28, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/2000, Estimated time remaining: 1706.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 379/2000 [06:39<25:23, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/2000, Estimated time remaining: 1707.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 380/2000 [06:40<24:30, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/2000, Estimated time remaining: 1705.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 381/2000 [06:41<25:48, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/2000, Estimated time remaining: 1704.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 382/2000 [06:42<27:06, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/2000, Estimated time remaining: 1703.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 383/2000 [06:42<23:58, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/2000, Estimated time remaining: 1700.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 384/2000 [06:43<22:40, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/2000, Estimated time remaining: 1698.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 385/2000 [06:44<20:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/2000, Estimated time remaining: 1695.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 386/2000 [06:44<20:01, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/2000, Estimated time remaining: 1692.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 387/2000 [06:45<18:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/2000, Estimated time remaining: 1689.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 388/2000 [06:46<18:02, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/2000, Estimated time remaining: 1687.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 389/2000 [06:46<18:18, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/2000, Estimated time remaining: 1684.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 390/2000 [06:47<17:58, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/2000, Estimated time remaining: 1681.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 391/2000 [06:47<17:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/2000, Estimated time remaining: 1678.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 392/2000 [06:48<16:50, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/2000, Estimated time remaining: 1676.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 393/2000 [06:49<16:53, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/2000, Estimated time remaining: 1673.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 394/2000 [06:49<16:37, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/2000, Estimated time remaining: 1670.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 395/2000 [06:50<17:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/2000, Estimated time remaining: 1667.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 396/2000 [06:51<17:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/2000, Estimated time remaining: 1665.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 397/2000 [06:51<17:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/2000, Estimated time remaining: 1663.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 398/2000 [06:52<18:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/2000, Estimated time remaining: 1660.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 399/2000 [06:53<17:22, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/2000, Estimated time remaining: 1657.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 400/2000 [06:53<16:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/2000, Estimated time remaining: 1655.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 401/2000 [06:54<16:45, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/2000, Estimated time remaining: 1652.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 402/2000 [06:55<17:47, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/2000, Estimated time remaining: 1650.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 403/2000 [06:55<17:16, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/2000, Estimated time remaining: 1647.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 404/2000 [06:56<17:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/2000, Estimated time remaining: 1645.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 405/2000 [06:57<17:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/2000, Estimated time remaining: 1642.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 406/2000 [06:57<17:53, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/2000, Estimated time remaining: 1640.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 407/2000 [06:58<17:31, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/2000, Estimated time remaining: 1637.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 408/2000 [06:59<17:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/2000, Estimated time remaining: 1635.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 409/2000 [06:59<17:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/2000, Estimated time remaining: 1632.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 410/2000 [07:00<17:27, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/2000, Estimated time remaining: 1630.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 411/2000 [07:01<18:01, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/2000, Estimated time remaining: 1628.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 412/2000 [07:01<18:51, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/2000, Estimated time remaining: 1626.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 413/2000 [07:03<22:19, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/2000, Estimated time remaining: 1625.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 414/2000 [07:03<22:42, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/2000, Estimated time remaining: 1624.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 415/2000 [07:04<20:43, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/2000, Estimated time remaining: 1621.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 416/2000 [07:05<19:28, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/2000, Estimated time remaining: 1619.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 417/2000 [07:05<18:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/2000, Estimated time remaining: 1616.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 418/2000 [07:06<19:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/2000, Estimated time remaining: 1614.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 419/2000 [07:07<18:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/2000, Estimated time remaining: 1612.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 420/2000 [07:07<17:34, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/2000, Estimated time remaining: 1609.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 421/2000 [07:08<16:57, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/2000, Estimated time remaining: 1606.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 422/2000 [07:09<19:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/2000, Estimated time remaining: 1605.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 423/2000 [07:10<18:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/2000, Estimated time remaining: 1603.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 424/2000 [07:10<17:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/2000, Estimated time remaining: 1600.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 425/2000 [07:11<17:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/2000, Estimated time remaining: 1598.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 426/2000 [07:11<17:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/2000, Estimated time remaining: 1596.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 427/2000 [07:12<17:30, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/2000, Estimated time remaining: 1593.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 428/2000 [07:13<17:06, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/2000, Estimated time remaining: 1591.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 429/2000 [07:13<18:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/2000, Estimated time remaining: 1589.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 430/2000 [07:14<17:07, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/2000, Estimated time remaining: 1586.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 431/2000 [07:15<17:23, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/2000, Estimated time remaining: 1584.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 432/2000 [07:16<19:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/2000, Estimated time remaining: 1583.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 433/2000 [07:16<17:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/2000, Estimated time remaining: 1580.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 434/2000 [07:17<18:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/2000, Estimated time remaining: 1578.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 435/2000 [07:18<17:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/2000, Estimated time remaining: 1576.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 436/2000 [07:18<17:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/2000, Estimated time remaining: 1574.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 437/2000 [07:19<18:31, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/2000, Estimated time remaining: 1572.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 438/2000 [07:20<18:44, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/2000, Estimated time remaining: 1570.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 439/2000 [07:20<17:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/2000, Estimated time remaining: 1567.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 440/2000 [07:22<21:51, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/2000, Estimated time remaining: 1567.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 441/2000 [07:22<21:16, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/2000, Estimated time remaining: 1565.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 442/2000 [07:23<19:56, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/2000, Estimated time remaining: 1563.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 443/2000 [07:24<21:00, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/2000, Estimated time remaining: 1562.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 444/2000 [07:25<19:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/2000, Estimated time remaining: 1559.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 445/2000 [07:25<19:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/2000, Estimated time remaining: 1557.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 446/2000 [07:26<18:47, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/2000, Estimated time remaining: 1555.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 447/2000 [07:27<17:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/2000, Estimated time remaining: 1553.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 448/2000 [07:27<18:22, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/2000, Estimated time remaining: 1551.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 449/2000 [07:28<19:28, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/2000, Estimated time remaining: 1549.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▎ | 450/2000 [07:29<19:15, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/2000, Estimated time remaining: 1547.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 451/2000 [07:30<18:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/2000, Estimated time remaining: 1545.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 452/2000 [07:30<17:43, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/2000, Estimated time remaining: 1543.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 453/2000 [07:31<17:06, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/2000, Estimated time remaining: 1541.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 454/2000 [07:31<16:37, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/2000, Estimated time remaining: 1538.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 455/2000 [07:32<16:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/2000, Estimated time remaining: 1536.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 456/2000 [07:33<17:13, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/2000, Estimated time remaining: 1534.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 457/2000 [07:33<17:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/2000, Estimated time remaining: 1532.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 458/2000 [07:34<17:30, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/2000, Estimated time remaining: 1530.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 459/2000 [07:35<17:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/2000, Estimated time remaining: 1528.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 460/2000 [07:35<16:46, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/2000, Estimated time remaining: 1526.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 461/2000 [07:36<16:50, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/2000, Estimated time remaining: 1524.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 462/2000 [07:37<17:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/2000, Estimated time remaining: 1522.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 463/2000 [07:37<17:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/2000, Estimated time remaining: 1520.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 464/2000 [07:38<16:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/2000, Estimated time remaining: 1517.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 465/2000 [07:39<19:09, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/2000, Estimated time remaining: 1516.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 466/2000 [07:40<18:55, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/2000, Estimated time remaining: 1515.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 467/2000 [07:40<18:18, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/2000, Estimated time remaining: 1513.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 468/2000 [07:42<22:13, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/2000, Estimated time remaining: 1512.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 469/2000 [07:42<20:32, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/2000, Estimated time remaining: 1510.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 470/2000 [07:43<22:17, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/2000, Estimated time remaining: 1509.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 471/2000 [07:44<20:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/2000, Estimated time remaining: 1507.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 472/2000 [07:45<19:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/2000, Estimated time remaining: 1505.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 473/2000 [07:45<18:37, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/2000, Estimated time remaining: 1503.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 474/2000 [07:46<18:04, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/2000, Estimated time remaining: 1501.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 475/2000 [07:47<18:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/2000, Estimated time remaining: 1499.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 476/2000 [07:48<25:55, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/2000, Estimated time remaining: 1501.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 477/2000 [07:49<22:39, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/2000, Estimated time remaining: 1499.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 478/2000 [07:50<21:08, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/2000, Estimated time remaining: 1497.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 479/2000 [07:50<19:39, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/2000, Estimated time remaining: 1495.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 480/2000 [07:51<19:04, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/2000, Estimated time remaining: 1493.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 481/2000 [07:52<18:06, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/2000, Estimated time remaining: 1491.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 482/2000 [07:52<18:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/2000, Estimated time remaining: 1489.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 483/2000 [07:53<17:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/2000, Estimated time remaining: 1487.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 484/2000 [07:54<16:53, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/2000, Estimated time remaining: 1485.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 485/2000 [07:54<16:50, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/2000, Estimated time remaining: 1483.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 486/2000 [07:55<16:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/2000, Estimated time remaining: 1481.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 487/2000 [07:56<18:06, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/2000, Estimated time remaining: 1479.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 488/2000 [07:56<17:37, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/2000, Estimated time remaining: 1477.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 489/2000 [07:57<17:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/2000, Estimated time remaining: 1475.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 490/2000 [07:58<16:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/2000, Estimated time remaining: 1473.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 491/2000 [07:58<16:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/2000, Estimated time remaining: 1471.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 492/2000 [07:59<16:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/2000, Estimated time remaining: 1470.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 493/2000 [08:00<16:24, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/2000, Estimated time remaining: 1467.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 494/2000 [08:01<17:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/2000, Estimated time remaining: 1466.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 495/2000 [08:01<17:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/2000, Estimated time remaining: 1464.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 496/2000 [08:02<18:04, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/2000, Estimated time remaining: 1463.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 497/2000 [08:03<18:05, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/2000, Estimated time remaining: 1461.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 498/2000 [08:04<21:18, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/2000, Estimated time remaining: 1460.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 499/2000 [08:09<52:23, 2.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/2000, Estimated time remaining: 1472.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 500/2000 [08:10<42:46, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/2000, Estimated time remaining: 1470.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 501/2000 [08:10<34:12, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/2000, Estimated time remaining: 1468.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 502/2000 [08:11<29:22, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/2000, Estimated time remaining: 1466.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 503/2000 [08:12<25:38, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/2000, Estimated time remaining: 1464.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 504/2000 [08:12<23:53, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/2000, Estimated time remaining: 1463.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 505/2000 [08:13<22:24, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/2000, Estimated time remaining: 1461.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 506/2000 [08:14<20:50, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/2000, Estimated time remaining: 1459.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 507/2000 [08:15<19:24, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/2000, Estimated time remaining: 1457.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 508/2000 [08:15<19:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/2000, Estimated time remaining: 1456.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 509/2000 [08:16<19:00, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/2000, Estimated time remaining: 1454.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 510/2000 [08:17<18:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/2000, Estimated time remaining: 1452.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 511/2000 [08:17<17:45, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/2000, Estimated time remaining: 1450.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 512/2000 [08:18<19:33, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/2000, Estimated time remaining: 1449.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 513/2000 [08:19<18:09, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/2000, Estimated time remaining: 1447.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 514/2000 [08:20<17:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/2000, Estimated time remaining: 1445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 515/2000 [08:20<17:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/2000, Estimated time remaining: 1444.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 516/2000 [08:21<18:32, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/2000, Estimated time remaining: 1442.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 517/2000 [08:22<18:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/2000, Estimated time remaining: 1441.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 518/2000 [08:22<17:02, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/2000, Estimated time remaining: 1439.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 519/2000 [08:23<16:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/2000, Estimated time remaining: 1437.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 520/2000 [08:24<16:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/2000, Estimated time remaining: 1435.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 521/2000 [08:24<16:08, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/2000, Estimated time remaining: 1433.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 522/2000 [08:25<16:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/2000, Estimated time remaining: 1431.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 523/2000 [08:26<19:10, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/2000, Estimated time remaining: 1430.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 524/2000 [08:27<18:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/2000, Estimated time remaining: 1428.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 525/2000 [08:27<17:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/2000, Estimated time remaining: 1427.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 526/2000 [08:28<17:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/2000, Estimated time remaining: 1425.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 527/2000 [08:29<16:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/2000, Estimated time remaining: 1423.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 528/2000 [08:29<16:20, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/2000, Estimated time remaining: 1421.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 529/2000 [08:30<15:55, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/2000, Estimated time remaining: 1419.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 530/2000 [08:31<15:39, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/2000, Estimated time remaining: 1417.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 531/2000 [08:32<18:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/2000, Estimated time remaining: 1416.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 532/2000 [08:32<17:58, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/2000, Estimated time remaining: 1415.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 533/2000 [08:33<17:02, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/2000, Estimated time remaining: 1413.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 534/2000 [08:34<17:02, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/2000, Estimated time remaining: 1411.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 535/2000 [08:34<17:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/2000, Estimated time remaining: 1409.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 536/2000 [08:35<16:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/2000, Estimated time remaining: 1407.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 537/2000 [08:36<16:49, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/2000, Estimated time remaining: 1406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 538/2000 [08:36<16:31, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/2000, Estimated time remaining: 1404.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 539/2000 [08:37<15:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/2000, Estimated time remaining: 1402.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 540/2000 [08:37<15:13, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/2000, Estimated time remaining: 1400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 541/2000 [08:38<16:04, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/2000, Estimated time remaining: 1398.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 542/2000 [08:39<16:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/2000, Estimated time remaining: 1397.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 543/2000 [08:40<15:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/2000, Estimated time remaining: 1395.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 544/2000 [08:40<15:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/2000, Estimated time remaining: 1393.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 545/2000 [08:41<16:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/2000, Estimated time remaining: 1392.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 546/2000 [08:42<16:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/2000, Estimated time remaining: 1390.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 547/2000 [08:42<16:12, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/2000, Estimated time remaining: 1388.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 548/2000 [08:43<16:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/2000, Estimated time remaining: 1387.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 549/2000 [08:44<16:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/2000, Estimated time remaining: 1385.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 550/2000 [08:44<16:29, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/2000, Estimated time remaining: 1383.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 551/2000 [08:45<16:16, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/2000, Estimated time remaining: 1381.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 552/2000 [08:46<15:24, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/2000, Estimated time remaining: 1379.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 553/2000 [08:46<15:37, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/2000, Estimated time remaining: 1378.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 554/2000 [08:47<15:00, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/2000, Estimated time remaining: 1376.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 555/2000 [08:47<14:30, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/2000, Estimated time remaining: 1374.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 556/2000 [08:48<14:32, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/2000, Estimated time remaining: 1372.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 557/2000 [08:49<14:17, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/2000, Estimated time remaining: 1370.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 558/2000 [08:49<14:47, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/2000, Estimated time remaining: 1368.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 559/2000 [08:50<15:10, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/2000, Estimated time remaining: 1367.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 560/2000 [08:50<15:09, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/2000, Estimated time remaining: 1365.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 561/2000 [08:51<16:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/2000, Estimated time remaining: 1364.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 562/2000 [08:52<15:36, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/2000, Estimated time remaining: 1362.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 563/2000 [08:53<15:53, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/2000, Estimated time remaining: 1360.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 564/2000 [08:53<15:07, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/2000, Estimated time remaining: 1358.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 565/2000 [08:54<14:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/2000, Estimated time remaining: 1356.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 566/2000 [08:54<14:29, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/2000, Estimated time remaining: 1354.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 567/2000 [08:55<14:26, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/2000, Estimated time remaining: 1353.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 568/2000 [11:07<15:56:04, 40.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Error processing https://gallery.stylumia.com/originals/2025/04/160/431bda5782996e09e0b454d2ebbfe3b70f8c1052c148a27c5df812aff770c72d.jpg: HTTPSConnectionPool(host='serverless.roboflow.com', port=443): Max retries exceeded with url: /product-fashion-matching-02/2?api_key=2gzq3x8MFv9nEFXCzuEe&disable_active_learning=False (Caused by ConnectTimeoutError(, 'Connection to serverless.roboflow.com timed out. (connect timeout=None)'))\n","Processed 568/2000, Estimated time remaining: 1682.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 569/2000 [11:08<11:14:38, 28.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/2000, Estimated time remaining: 1680.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 570/2000 [11:09<7:57:35, 20.04s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 570/2000, Estimated time remaining: 1678.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 571/2000 [11:09<5:38:41, 14.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/2000, Estimated time remaining: 1676.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 572/2000 [11:10<4:01:55, 10.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/2000, Estimated time remaining: 1673.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 573/2000 [11:11<2:54:09, 7.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/2000, Estimated time remaining: 1671.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 574/2000 [11:11<2:06:32, 5.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/2000, Estimated time remaining: 1669.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 575/2000 [11:12<1:33:35, 3.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/2000, Estimated time remaining: 1666.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 576/2000 [11:13<1:09:41, 2.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/2000, Estimated time remaining: 1664.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 577/2000 [11:13<53:13, 2.24s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 577/2000, Estimated time remaining: 1661.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 578/2000 [11:14<41:39, 1.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/2000, Estimated time remaining: 1659.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 579/2000 [11:15<33:59, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/2000, Estimated time remaining: 1656.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 580/2000 [11:15<28:38, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/2000, Estimated time remaining: 1654.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 581/2000 [11:16<24:31, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/2000, Estimated time remaining: 1651.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 582/2000 [11:16<21:39, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/2000, Estimated time remaining: 1649.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 583/2000 [11:17<19:15, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/2000, Estimated time remaining: 1646.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 584/2000 [11:18<18:01, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/2000, Estimated time remaining: 1644.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 585/2000 [11:18<17:26, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/2000, Estimated time remaining: 1642.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 586/2000 [11:19<16:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/2000, Estimated time remaining: 1639.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 587/2000 [11:20<16:42, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/2000, Estimated time remaining: 1637.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 588/2000 [11:20<16:25, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/2000, Estimated time remaining: 1635.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 589/2000 [11:22<22:45, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/2000, Estimated time remaining: 1635.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 590/2000 [11:23<21:01, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/2000, Estimated time remaining: 1632.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 591/2000 [11:23<19:26, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/2000, Estimated time remaining: 1630.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 592/2000 [11:24<18:29, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/2000, Estimated time remaining: 1628.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 593/2000 [11:25<17:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/2000, Estimated time remaining: 1625.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 594/2000 [11:25<16:27, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/2000, Estimated time remaining: 1623.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 595/2000 [11:26<15:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/2000, Estimated time remaining: 1621.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 596/2000 [11:27<15:57, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/2000, Estimated time remaining: 1618.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 597/2000 [11:27<15:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/2000, Estimated time remaining: 1616.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 598/2000 [11:28<17:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/2000, Estimated time remaining: 1614.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 599/2000 [11:29<17:30, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/2000, Estimated time remaining: 1612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 600/2000 [11:30<16:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/2000, Estimated time remaining: 1610.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 601/2000 [11:30<16:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/2000, Estimated time remaining: 1608.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 602/2000 [11:31<16:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/2000, Estimated time remaining: 1605.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 603/2000 [11:32<15:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/2000, Estimated time remaining: 1603.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 604/2000 [11:32<15:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/2000, Estimated time remaining: 1601.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 605/2000 [11:33<15:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/2000, Estimated time remaining: 1598.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 606/2000 [11:34<16:05, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/2000, Estimated time remaining: 1596.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 607/2000 [11:34<16:11, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/2000, Estimated time remaining: 1594.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 608/2000 [11:35<15:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/2000, Estimated time remaining: 1592.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 609/2000 [11:37<23:46, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/2000, Estimated time remaining: 1592.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 610/2000 [11:38<22:37, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/2000, Estimated time remaining: 1591.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 611/2000 [11:38<21:01, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/2000, Estimated time remaining: 1589.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 612/2000 [11:39<21:11, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/2000, Estimated time remaining: 1587.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 613/2000 [11:40<21:44, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/2000, Estimated time remaining: 1585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 614/2000 [11:41<20:06, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/2000, Estimated time remaining: 1583.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 615/2000 [11:42<19:28, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/2000, Estimated time remaining: 1581.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 616/2000 [11:43<19:27, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/2000, Estimated time remaining: 1580.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 617/2000 [11:44<19:19, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/2000, Estimated time remaining: 1578.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 618/2000 [11:44<18:53, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/2000, Estimated time remaining: 1576.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 619/2000 [11:45<17:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/2000, Estimated time remaining: 1574.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 620/2000 [11:46<17:49, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/2000, Estimated time remaining: 1572.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 621/2000 [11:46<17:02, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/2000, Estimated time remaining: 1569.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 622/2000 [11:47<17:00, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/2000, Estimated time remaining: 1567.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 623/2000 [11:49<22:28, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/2000, Estimated time remaining: 1567.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 624/2000 [11:50<21:12, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/2000, Estimated time remaining: 1565.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 625/2000 [11:50<20:59, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/2000, Estimated time remaining: 1564.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 626/2000 [11:51<20:05, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/2000, Estimated time remaining: 1562.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 627/2000 [11:52<20:06, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/2000, Estimated time remaining: 1560.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 628/2000 [11:53<19:33, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/2000, Estimated time remaining: 1558.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 629/2000 [11:54<19:38, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/2000, Estimated time remaining: 1556.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 630/2000 [11:55<19:22, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/2000, Estimated time remaining: 1555.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 631/2000 [11:55<17:54, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/2000, Estimated time remaining: 1552.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 632/2000 [11:56<16:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/2000, Estimated time remaining: 1550.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 633/2000 [11:56<15:47, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/2000, Estimated time remaining: 1548.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 634/2000 [11:57<15:26, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/2000, Estimated time remaining: 1546.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 635/2000 [11:58<15:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/2000, Estimated time remaining: 1543.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 636/2000 [11:58<15:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/2000, Estimated time remaining: 1541.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 637/2000 [11:59<15:21, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/2000, Estimated time remaining: 1539.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 638/2000 [12:00<15:16, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/2000, Estimated time remaining: 1537.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 639/2000 [12:01<16:03, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/2000, Estimated time remaining: 1535.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 640/2000 [12:01<16:28, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/2000, Estimated time remaining: 1533.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 641/2000 [12:02<16:36, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/2000, Estimated time remaining: 1531.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 642/2000 [12:03<16:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/2000, Estimated time remaining: 1529.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 643/2000 [12:03<15:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/2000, Estimated time remaining: 1527.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 644/2000 [12:05<19:12, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/2000, Estimated time remaining: 1526.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 645/2000 [12:05<18:29, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/2000, Estimated time remaining: 1524.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 646/2000 [12:06<18:23, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/2000, Estimated time remaining: 1523.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 647/2000 [12:07<18:27, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/2000, Estimated time remaining: 1521.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 648/2000 [12:08<17:21, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/2000, Estimated time remaining: 1519.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 649/2000 [12:09<18:01, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/2000, Estimated time remaining: 1517.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▎ | 650/2000 [12:09<16:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/2000, Estimated time remaining: 1515.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 651/2000 [12:10<15:58, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/2000, Estimated time remaining: 1513.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 652/2000 [12:11<17:07, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/2000, Estimated time remaining: 1511.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 653/2000 [12:11<16:40, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/2000, Estimated time remaining: 1509.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 654/2000 [12:12<16:04, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/2000, Estimated time remaining: 1507.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 655/2000 [12:13<15:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/2000, Estimated time remaining: 1505.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 656/2000 [12:13<15:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/2000, Estimated time remaining: 1503.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 657/2000 [12:14<15:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/2000, Estimated time remaining: 1501.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 658/2000 [12:15<15:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/2000, Estimated time remaining: 1499.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 659/2000 [12:15<14:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/2000, Estimated time remaining: 1497.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 660/2000 [12:16<18:41, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/2000, Estimated time remaining: 1496.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 661/2000 [12:17<19:13, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/2000, Estimated time remaining: 1494.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 662/2000 [12:18<17:52, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/2000, Estimated time remaining: 1492.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 663/2000 [12:19<16:47, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/2000, Estimated time remaining: 1490.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 664/2000 [12:19<15:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/2000, Estimated time remaining: 1488.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 665/2000 [12:20<15:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/2000, Estimated time remaining: 1486.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 666/2000 [12:21<15:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/2000, Estimated time remaining: 1484.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 667/2000 [12:21<16:06, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/2000, Estimated time remaining: 1482.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 668/2000 [12:22<16:13, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/2000, Estimated time remaining: 1481.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 669/2000 [12:25<28:28, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/2000, Estimated time remaining: 1482.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 670/2000 [12:25<24:07, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/2000, Estimated time remaining: 1480.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 671/2000 [12:26<21:08, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/2000, Estimated time remaining: 1478.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 672/2000 [12:27<20:19, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/2000, Estimated time remaining: 1477.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 673/2000 [12:28<19:55, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/2000, Estimated time remaining: 1475.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 674/2000 [12:28<18:41, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/2000, Estimated time remaining: 1473.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 675/2000 [12:29<17:04, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/2000, Estimated time remaining: 1471.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 676/2000 [12:30<18:03, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/2000, Estimated time remaining: 1469.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 677/2000 [12:31<18:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/2000, Estimated time remaining: 1468.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 678/2000 [12:32<17:55, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/2000, Estimated time remaining: 1466.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 679/2000 [12:32<17:23, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/2000, Estimated time remaining: 1464.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 680/2000 [12:33<16:49, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/2000, Estimated time remaining: 1462.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 681/2000 [12:34<16:35, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/2000, Estimated time remaining: 1461.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 682/2000 [12:35<17:51, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/2000, Estimated time remaining: 1459.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 683/2000 [12:35<16:56, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/2000, Estimated time remaining: 1457.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 684/2000 [12:36<16:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/2000, Estimated time remaining: 1455.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 685/2000 [12:37<15:51, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/2000, Estimated time remaining: 1453.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 686/2000 [12:37<14:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/2000, Estimated time remaining: 1451.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 687/2000 [12:38<15:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/2000, Estimated time remaining: 1449.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 688/2000 [12:39<14:54, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/2000, Estimated time remaining: 1447.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 689/2000 [12:39<14:27, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/2000, Estimated time remaining: 1445.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 690/2000 [12:40<14:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/2000, Estimated time remaining: 1443.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 691/2000 [12:41<14:02, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/2000, Estimated time remaining: 1441.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 692/2000 [12:41<13:48, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/2000, Estimated time remaining: 1439.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 693/2000 [12:42<13:25, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/2000, Estimated time remaining: 1437.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 694/2000 [12:42<13:22, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/2000, Estimated time remaining: 1435.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 695/2000 [12:43<13:07, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/2000, Estimated time remaining: 1433.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 696/2000 [12:44<13:19, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/2000, Estimated time remaining: 1431.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 697/2000 [12:44<13:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/2000, Estimated time remaining: 1429.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 698/2000 [12:45<13:03, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/2000, Estimated time remaining: 1427.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 699/2000 [12:45<12:53, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/2000, Estimated time remaining: 1425.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 700/2000 [12:46<13:19, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/2000, Estimated time remaining: 1423.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 701/2000 [12:47<13:47, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/2000, Estimated time remaining: 1421.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 702/2000 [12:47<13:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/2000, Estimated time remaining: 1419.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 703/2000 [12:48<13:09, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/2000, Estimated time remaining: 1417.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 704/2000 [12:49<13:03, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/2000, Estimated time remaining: 1415.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 705/2000 [12:50<15:34, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/2000, Estimated time remaining: 1414.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 706/2000 [12:50<15:21, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/2000, Estimated time remaining: 1412.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 707/2000 [12:51<14:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/2000, Estimated time remaining: 1410.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 708/2000 [12:52<14:41, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/2000, Estimated time remaining: 1408.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 709/2000 [12:52<15:35, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/2000, Estimated time remaining: 1407.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 710/2000 [12:53<18:08, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/2000, Estimated time remaining: 1406.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 711/2000 [12:54<17:13, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/2000, Estimated time remaining: 1404.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 712/2000 [12:55<16:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/2000, Estimated time remaining: 1402.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 713/2000 [12:56<16:55, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/2000, Estimated time remaining: 1401.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 714/2000 [12:57<17:38, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/2000, Estimated time remaining: 1399.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 715/2000 [12:57<17:38, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/2000, Estimated time remaining: 1398.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 716/2000 [12:58<17:59, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/2000, Estimated time remaining: 1396.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 717/2000 [12:59<16:25, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/2000, Estimated time remaining: 1394.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 718/2000 [13:00<15:45, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/2000, Estimated time remaining: 1392.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 719/2000 [13:00<14:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/2000, Estimated time remaining: 1390.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 720/2000 [13:01<14:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/2000, Estimated time remaining: 1389.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 721/2000 [13:01<14:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/2000, Estimated time remaining: 1387.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 722/2000 [13:02<14:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/2000, Estimated time remaining: 1385.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 723/2000 [13:03<14:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/2000, Estimated time remaining: 1383.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 724/2000 [13:03<13:54, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/2000, Estimated time remaining: 1381.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 725/2000 [13:04<13:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/2000, Estimated time remaining: 1379.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 726/2000 [13:05<13:20, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/2000, Estimated time remaining: 1377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 727/2000 [13:05<13:19, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/2000, Estimated time remaining: 1375.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 728/2000 [13:06<13:49, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/2000, Estimated time remaining: 1374.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 729/2000 [13:07<16:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/2000, Estimated time remaining: 1373.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 730/2000 [13:08<16:52, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/2000, Estimated time remaining: 1371.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 731/2000 [13:09<17:55, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/2000, Estimated time remaining: 1370.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 732/2000 [13:10<16:51, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/2000, Estimated time remaining: 1368.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 733/2000 [13:10<15:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/2000, Estimated time remaining: 1366.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 734/2000 [13:11<15:19, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/2000, Estimated time remaining: 1364.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 735/2000 [13:12<15:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/2000, Estimated time remaining: 1363.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 736/2000 [13:12<15:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/2000, Estimated time remaining: 1361.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 737/2000 [13:13<15:01, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/2000, Estimated time remaining: 1359.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 738/2000 [13:14<14:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/2000, Estimated time remaining: 1358.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 739/2000 [13:14<14:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/2000, Estimated time remaining: 1356.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 740/2000 [13:15<15:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/2000, Estimated time remaining: 1354.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 741/2000 [13:16<14:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/2000, Estimated time remaining: 1352.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 742/2000 [13:16<13:32, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/2000, Estimated time remaining: 1350.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 743/2000 [13:17<12:58, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/2000, Estimated time remaining: 1348.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 744/2000 [13:18<13:19, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/2000, Estimated time remaining: 1347.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 745/2000 [13:18<14:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/2000, Estimated time remaining: 1345.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 746/2000 [13:19<14:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/2000, Estimated time remaining: 1344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 747/2000 [13:20<13:54, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/2000, Estimated time remaining: 1342.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 748/2000 [13:20<13:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/2000, Estimated time remaining: 1340.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 749/2000 [13:21<14:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/2000, Estimated time remaining: 1338.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 750/2000 [13:22<14:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/2000, Estimated time remaining: 1337.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 751/2000 [13:22<14:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/2000, Estimated time remaining: 1335.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 752/2000 [13:23<14:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/2000, Estimated time remaining: 1333.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 753/2000 [13:24<13:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/2000, Estimated time remaining: 1331.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 754/2000 [13:24<14:07, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/2000, Estimated time remaining: 1330.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 755/2000 [13:25<15:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/2000, Estimated time remaining: 1328.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 756/2000 [13:26<14:18, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/2000, Estimated time remaining: 1326.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 757/2000 [13:26<13:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/2000, Estimated time remaining: 1325.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 758/2000 [13:27<14:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/2000, Estimated time remaining: 1323.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 759/2000 [13:28<14:46, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/2000, Estimated time remaining: 1321.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 760/2000 [13:29<14:18, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/2000, Estimated time remaining: 1320.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 761/2000 [13:29<14:14, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/2000, Estimated time remaining: 1318.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 762/2000 [13:30<13:43, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/2000, Estimated time remaining: 1316.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 763/2000 [13:31<13:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/2000, Estimated time remaining: 1314.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 764/2000 [13:31<13:22, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/2000, Estimated time remaining: 1313.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 765/2000 [13:32<13:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/2000, Estimated time remaining: 1311.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 766/2000 [13:33<13:36, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/2000, Estimated time remaining: 1309.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 767/2000 [13:34<17:26, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/2000, Estimated time remaining: 1309.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 768/2000 [13:35<18:39, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/2000, Estimated time remaining: 1308.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 769/2000 [13:36<18:31, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/2000, Estimated time remaining: 1306.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 770/2000 [13:36<16:34, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/2000, Estimated time remaining: 1304.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 771/2000 [13:37<17:48, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/2000, Estimated time remaining: 1303.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 772/2000 [13:38<16:42, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/2000, Estimated time remaining: 1302.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 773/2000 [13:39<15:55, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/2000, Estimated time remaining: 1300.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 774/2000 [13:39<14:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/2000, Estimated time remaining: 1298.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 775/2000 [13:40<14:32, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/2000, Estimated time remaining: 1297.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 776/2000 [13:41<14:01, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/2000, Estimated time remaining: 1295.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 777/2000 [13:41<14:13, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/2000, Estimated time remaining: 1293.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 778/2000 [13:42<13:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/2000, Estimated time remaining: 1292.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 779/2000 [13:43<15:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/2000, Estimated time remaining: 1290.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 780/2000 [13:44<15:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/2000, Estimated time remaining: 1289.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 781/2000 [13:44<14:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/2000, Estimated time remaining: 1287.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 782/2000 [13:46<20:24, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/2000, Estimated time remaining: 1287.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 783/2000 [13:47<18:01, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/2000, Estimated time remaining: 1285.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 784/2000 [13:48<18:36, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/2000, Estimated time remaining: 1284.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 785/2000 [13:48<17:21, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/2000, Estimated time remaining: 1282.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 786/2000 [13:49<16:28, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/2000, Estimated time remaining: 1281.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 787/2000 [13:50<15:53, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/2000, Estimated time remaining: 1279.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 788/2000 [13:50<15:13, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/2000, Estimated time remaining: 1278.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 789/2000 [13:51<14:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/2000, Estimated time remaining: 1276.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 790/2000 [13:52<15:22, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/2000, Estimated time remaining: 1275.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 791/2000 [13:53<14:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/2000, Estimated time remaining: 1273.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 792/2000 [13:53<14:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/2000, Estimated time remaining: 1271.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 793/2000 [13:54<15:27, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/2000, Estimated time remaining: 1270.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 794/2000 [13:55<14:07, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/2000, Estimated time remaining: 1268.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 795/2000 [13:55<13:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/2000, Estimated time remaining: 1267.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 796/2000 [13:56<13:42, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/2000, Estimated time remaining: 1265.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 797/2000 [13:57<13:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/2000, Estimated time remaining: 1263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 798/2000 [13:57<13:55, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/2000, Estimated time remaining: 1262.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 799/2000 [13:58<13:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/2000, Estimated time remaining: 1260.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 800/2000 [13:59<13:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/2000, Estimated time remaining: 1258.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 801/2000 [13:59<13:39, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/2000, Estimated time remaining: 1257.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 802/2000 [14:01<16:36, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/2000, Estimated time remaining: 1256.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 803/2000 [14:02<16:54, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/2000, Estimated time remaining: 1255.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 804/2000 [14:02<15:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/2000, Estimated time remaining: 1253.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 805/2000 [14:03<15:23, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/2000, Estimated time remaining: 1252.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 806/2000 [14:03<14:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/2000, Estimated time remaining: 1250.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 807/2000 [14:04<13:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/2000, Estimated time remaining: 1248.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 808/2000 [14:05<15:02, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/2000, Estimated time remaining: 1247.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 809/2000 [14:06<16:05, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/2000, Estimated time remaining: 1246.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 810/2000 [14:07<15:03, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/2000, Estimated time remaining: 1244.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 811/2000 [14:07<13:54, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/2000, Estimated time remaining: 1242.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 812/2000 [14:08<13:26, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/2000, Estimated time remaining: 1241.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 813/2000 [14:09<13:56, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/2000, Estimated time remaining: 1239.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 814/2000 [14:09<13:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/2000, Estimated time remaining: 1238.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 815/2000 [14:10<14:02, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/2000, Estimated time remaining: 1236.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 816/2000 [14:11<14:18, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/2000, Estimated time remaining: 1235.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 817/2000 [14:11<13:42, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/2000, Estimated time remaining: 1233.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 818/2000 [14:12<12:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/2000, Estimated time remaining: 1231.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 819/2000 [14:13<13:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/2000, Estimated time remaining: 1230.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 820/2000 [14:13<12:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/2000, Estimated time remaining: 1228.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 821/2000 [14:14<12:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/2000, Estimated time remaining: 1226.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 822/2000 [14:14<12:23, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/2000, Estimated time remaining: 1225.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 823/2000 [14:15<12:01, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/2000, Estimated time remaining: 1223.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 824/2000 [14:16<13:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/2000, Estimated time remaining: 1222.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 825/2000 [14:17<13:50, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/2000, Estimated time remaining: 1220.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 826/2000 [14:17<13:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/2000, Estimated time remaining: 1219.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 827/2000 [14:18<13:24, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/2000, Estimated time remaining: 1217.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 828/2000 [14:19<13:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/2000, Estimated time remaining: 1216.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 829/2000 [14:19<13:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/2000, Estimated time remaining: 1214.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 830/2000 [14:20<13:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/2000, Estimated time remaining: 1213.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 831/2000 [14:21<13:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/2000, Estimated time remaining: 1211.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 832/2000 [14:21<13:29, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/2000, Estimated time remaining: 1210.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 833/2000 [14:22<13:04, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/2000, Estimated time remaining: 1208.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 834/2000 [14:23<13:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/2000, Estimated time remaining: 1207.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 835/2000 [14:24<15:12, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/2000, Estimated time remaining: 1205.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 836/2000 [14:25<15:39, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/2000, Estimated time remaining: 1204.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 837/2000 [14:25<14:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/2000, Estimated time remaining: 1202.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 838/2000 [14:26<14:50, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/2000, Estimated time remaining: 1201.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 839/2000 [14:27<14:52, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/2000, Estimated time remaining: 1200.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 840/2000 [14:28<15:27, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/2000, Estimated time remaining: 1199.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 841/2000 [14:29<15:44, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/2000, Estimated time remaining: 1197.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 842/2000 [14:29<15:35, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/2000, Estimated time remaining: 1196.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 843/2000 [14:30<15:22, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/2000, Estimated time remaining: 1194.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 844/2000 [14:31<14:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/2000, Estimated time remaining: 1193.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 845/2000 [14:31<13:58, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/2000, Estimated time remaining: 1191.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 846/2000 [14:32<15:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/2000, Estimated time remaining: 1190.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 847/2000 [14:33<16:04, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/2000, Estimated time remaining: 1189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 848/2000 [14:34<15:15, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/2000, Estimated time remaining: 1188.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 849/2000 [14:35<16:47, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/2000, Estimated time remaining: 1187.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▎ | 850/2000 [14:36<15:17, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/2000, Estimated time remaining: 1185.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 851/2000 [14:36<15:15, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/2000, Estimated time remaining: 1184.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 852/2000 [14:37<14:00, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/2000, Estimated time remaining: 1182.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 853/2000 [14:38<13:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/2000, Estimated time remaining: 1180.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 854/2000 [14:38<12:48, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/2000, Estimated time remaining: 1179.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 855/2000 [14:39<12:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/2000, Estimated time remaining: 1177.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 856/2000 [14:40<12:22, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/2000, Estimated time remaining: 1176.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 857/2000 [14:40<13:21, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/2000, Estimated time remaining: 1174.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 858/2000 [14:41<13:11, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/2000, Estimated time remaining: 1173.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 859/2000 [14:42<13:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/2000, Estimated time remaining: 1171.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 860/2000 [14:42<12:52, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/2000, Estimated time remaining: 1170.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 861/2000 [14:44<16:04, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/2000, Estimated time remaining: 1169.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 862/2000 [14:44<14:59, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/2000, Estimated time remaining: 1168.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 863/2000 [14:45<14:22, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/2000, Estimated time remaining: 1166.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 864/2000 [14:46<13:23, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/2000, Estimated time remaining: 1165.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 865/2000 [14:46<13:08, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/2000, Estimated time remaining: 1163.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 866/2000 [14:47<12:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/2000, Estimated time remaining: 1162.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 867/2000 [14:47<12:06, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/2000, Estimated time remaining: 1160.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 868/2000 [14:48<11:50, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/2000, Estimated time remaining: 1158.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 869/2000 [14:49<13:28, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/2000, Estimated time remaining: 1157.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 870/2000 [14:50<13:55, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/2000, Estimated time remaining: 1156.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 871/2000 [14:51<14:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/2000, Estimated time remaining: 1155.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 872/2000 [14:51<13:47, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/2000, Estimated time remaining: 1153.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 873/2000 [14:52<13:03, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/2000, Estimated time remaining: 1151.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 874/2000 [14:52<12:37, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/2000, Estimated time remaining: 1150.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 875/2000 [14:53<12:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/2000, Estimated time remaining: 1148.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 876/2000 [14:54<13:22, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/2000, Estimated time remaining: 1147.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 877/2000 [14:55<13:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/2000, Estimated time remaining: 1146.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 878/2000 [14:55<13:49, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/2000, Estimated time remaining: 1144.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 879/2000 [14:56<14:10, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/2000, Estimated time remaining: 1143.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 880/2000 [14:57<13:45, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/2000, Estimated time remaining: 1142.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 881/2000 [14:58<13:31, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/2000, Estimated time remaining: 1140.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 882/2000 [14:58<12:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/2000, Estimated time remaining: 1139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 883/2000 [14:59<12:37, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/2000, Estimated time remaining: 1137.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 884/2000 [15:00<12:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/2000, Estimated time remaining: 1136.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 885/2000 [15:00<12:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/2000, Estimated time remaining: 1134.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 886/2000 [15:02<16:22, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/2000, Estimated time remaining: 1134.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 887/2000 [15:02<15:23, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/2000, Estimated time remaining: 1132.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 888/2000 [15:03<14:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/2000, Estimated time remaining: 1131.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 889/2000 [15:04<15:00, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/2000, Estimated time remaining: 1130.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 890/2000 [15:05<14:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/2000, Estimated time remaining: 1128.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 891/2000 [15:06<15:44, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/2000, Estimated time remaining: 1127.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 892/2000 [15:06<15:36, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/2000, Estimated time remaining: 1126.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 893/2000 [15:07<15:17, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/2000, Estimated time remaining: 1125.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 894/2000 [15:08<16:49, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/2000, Estimated time remaining: 1124.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 895/2000 [15:09<16:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/2000, Estimated time remaining: 1123.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 896/2000 [15:10<15:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/2000, Estimated time remaining: 1121.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 897/2000 [15:10<14:15, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/2000, Estimated time remaining: 1120.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 898/2000 [15:11<13:21, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/2000, Estimated time remaining: 1118.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 899/2000 [15:12<13:22, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/2000, Estimated time remaining: 1117.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 900/2000 [15:13<13:10, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/2000, Estimated time remaining: 1115.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 901/2000 [15:13<13:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/2000, Estimated time remaining: 1114.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 902/2000 [15:14<13:06, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/2000, Estimated time remaining: 1113.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 903/2000 [15:15<12:52, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/2000, Estimated time remaining: 1111.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 904/2000 [15:15<12:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/2000, Estimated time remaining: 1110.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 905/2000 [15:16<12:11, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/2000, Estimated time remaining: 1108.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 906/2000 [15:17<11:40, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/2000, Estimated time remaining: 1107.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 907/2000 [15:18<16:34, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/2000, Estimated time remaining: 1106.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 908/2000 [15:19<15:10, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/2000, Estimated time remaining: 1105.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 909/2000 [15:19<13:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/2000, Estimated time remaining: 1103.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 910/2000 [15:20<12:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/2000, Estimated time remaining: 1102.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 911/2000 [15:20<12:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/2000, Estimated time remaining: 1100.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 912/2000 [15:21<12:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/2000, Estimated time remaining: 1099.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 913/2000 [15:22<12:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/2000, Estimated time remaining: 1098.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 914/2000 [15:22<11:40, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/2000, Estimated time remaining: 1096.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 915/2000 [15:23<11:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/2000, Estimated time remaining: 1095.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 916/2000 [15:24<11:29, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/2000, Estimated time remaining: 1093.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 917/2000 [15:24<11:09, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/2000, Estimated time remaining: 1092.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 918/2000 [15:25<11:15, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/2000, Estimated time remaining: 1090.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 919/2000 [15:26<16:24, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/2000, Estimated time remaining: 1090.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 920/2000 [15:27<15:13, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/2000, Estimated time remaining: 1089.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 921/2000 [15:28<13:33, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/2000, Estimated time remaining: 1087.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 922/2000 [15:28<13:50, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/2000, Estimated time remaining: 1086.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 923/2000 [15:30<19:56, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/2000, Estimated time remaining: 1086.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 924/2000 [15:31<17:24, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/2000, Estimated time remaining: 1084.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 925/2000 [15:32<15:09, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/2000, Estimated time remaining: 1083.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 926/2000 [15:32<13:58, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/2000, Estimated time remaining: 1081.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 927/2000 [15:33<13:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/2000, Estimated time remaining: 1080.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 928/2000 [15:33<12:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/2000, Estimated time remaining: 1078.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 929/2000 [15:34<11:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/2000, Estimated time remaining: 1077.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 930/2000 [15:35<11:51, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/2000, Estimated time remaining: 1076.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 931/2000 [15:35<11:25, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/2000, Estimated time remaining: 1074.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 932/2000 [15:36<11:06, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/2000, Estimated time remaining: 1073.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 933/2000 [15:37<11:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/2000, Estimated time remaining: 1071.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 934/2000 [15:37<10:59, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/2000, Estimated time remaining: 1070.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 935/2000 [15:38<11:42, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/2000, Estimated time remaining: 1068.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 936/2000 [15:39<11:56, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/2000, Estimated time remaining: 1067.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 937/2000 [15:39<12:28, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/2000, Estimated time remaining: 1066.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 938/2000 [15:40<12:33, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/2000, Estimated time remaining: 1064.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 939/2000 [15:41<11:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/2000, Estimated time remaining: 1063.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 940/2000 [15:41<12:13, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/2000, Estimated time remaining: 1062.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 941/2000 [15:42<12:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/2000, Estimated time remaining: 1061.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 942/2000 [15:43<13:05, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/2000, Estimated time remaining: 1059.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 943/2000 [15:44<12:45, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/2000, Estimated time remaining: 1058.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 944/2000 [15:44<12:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/2000, Estimated time remaining: 1057.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 945/2000 [15:45<11:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/2000, Estimated time remaining: 1055.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 946/2000 [15:46<12:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/2000, Estimated time remaining: 1054.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 947/2000 [15:47<16:59, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/2000, Estimated time remaining: 1053.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 948/2000 [15:48<16:06, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/2000, Estimated time remaining: 1052.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 949/2000 [15:49<14:38, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/2000, Estimated time remaining: 1051.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 950/2000 [15:50<14:28, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/2000, Estimated time remaining: 1050.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 951/2000 [15:50<13:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/2000, Estimated time remaining: 1048.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 952/2000 [15:51<12:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/2000, Estimated time remaining: 1047.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 953/2000 [15:51<12:16, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/2000, Estimated time remaining: 1045.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 954/2000 [15:52<11:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/2000, Estimated time remaining: 1044.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 955/2000 [15:53<11:46, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/2000, Estimated time remaining: 1043.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 956/2000 [15:53<11:18, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/2000, Estimated time remaining: 1041.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 957/2000 [15:54<10:53, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/2000, Estimated time remaining: 1040.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 958/2000 [15:55<12:06, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/2000, Estimated time remaining: 1039.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 959/2000 [15:56<12:48, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/2000, Estimated time remaining: 1037.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 960/2000 [15:56<13:19, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/2000, Estimated time remaining: 1036.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 961/2000 [15:57<13:20, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/2000, Estimated time remaining: 1035.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 962/2000 [15:58<12:32, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/2000, Estimated time remaining: 1034.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 963/2000 [15:58<11:50, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/2000, Estimated time remaining: 1032.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 964/2000 [15:59<11:33, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/2000, Estimated time remaining: 1031.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 965/2000 [16:00<11:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/2000, Estimated time remaining: 1029.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 966/2000 [16:00<11:26, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/2000, Estimated time remaining: 1028.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 967/2000 [16:01<12:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/2000, Estimated time remaining: 1027.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 968/2000 [16:03<16:16, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/2000, Estimated time remaining: 1026.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 969/2000 [16:03<15:20, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/2000, Estimated time remaining: 1025.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 970/2000 [16:04<14:02, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/2000, Estimated time remaining: 1024.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 971/2000 [16:05<13:36, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/2000, Estimated time remaining: 1022.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 972/2000 [16:05<13:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/2000, Estimated time remaining: 1021.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 973/2000 [16:06<12:16, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/2000, Estimated time remaining: 1020.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 974/2000 [16:07<11:52, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/2000, Estimated time remaining: 1018.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 975/2000 [16:07<11:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/2000, Estimated time remaining: 1017.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 976/2000 [16:08<11:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/2000, Estimated time remaining: 1016.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 977/2000 [16:09<11:28, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/2000, Estimated time remaining: 1014.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 978/2000 [16:09<11:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/2000, Estimated time remaining: 1013.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 979/2000 [16:10<10:40, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/2000, Estimated time remaining: 1012.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 980/2000 [16:11<10:41, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/2000, Estimated time remaining: 1010.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 981/2000 [16:11<10:44, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/2000, Estimated time remaining: 1009.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 982/2000 [16:12<10:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/2000, Estimated time remaining: 1007.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 983/2000 [16:12<10:25, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/2000, Estimated time remaining: 1006.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 984/2000 [16:13<10:14, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/2000, Estimated time remaining: 1005.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 985/2000 [16:14<10:10, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/2000, Estimated time remaining: 1003.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 986/2000 [16:14<09:58, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/2000, Estimated time remaining: 1002.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 987/2000 [16:15<09:55, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/2000, Estimated time remaining: 1000.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 988/2000 [16:15<10:22, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/2000, Estimated time remaining: 999.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 989/2000 [16:16<10:05, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/2000, Estimated time remaining: 998.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 990/2000 [16:17<10:13, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/2000, Estimated time remaining: 996.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 991/2000 [16:17<10:18, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/2000, Estimated time remaining: 995.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 992/2000 [16:18<11:43, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/2000, Estimated time remaining: 994.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 993/2000 [16:19<12:33, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/2000, Estimated time remaining: 993.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 994/2000 [16:20<12:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/2000, Estimated time remaining: 992.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 995/2000 [16:20<12:36, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/2000, Estimated time remaining: 990.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 996/2000 [16:21<12:38, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/2000, Estimated time remaining: 989.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 997/2000 [16:22<12:19, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/2000, Estimated time remaining: 988.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 998/2000 [16:23<11:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/2000, Estimated time remaining: 987.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 999/2000 [16:23<12:25, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/2000, Estimated time remaining: 985.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1000/2000 [16:24<12:45, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/2000, Estimated time remaining: 984.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1001/2000 [16:25<12:29, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/2000, Estimated time remaining: 983.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1002/2000 [16:26<12:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/2000, Estimated time remaining: 982.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1003/2000 [16:26<11:45, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/2000, Estimated time remaining: 980.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1004/2000 [16:27<11:23, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/2000, Estimated time remaining: 979.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1005/2000 [16:28<11:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/2000, Estimated time remaining: 978.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1006/2000 [16:28<11:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/2000, Estimated time remaining: 977.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1007/2000 [16:29<11:49, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/2000, Estimated time remaining: 975.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1008/2000 [16:30<11:24, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/2000, Estimated time remaining: 974.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1009/2000 [16:31<12:04, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/2000, Estimated time remaining: 973.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 1010/2000 [16:32<18:00, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/2000, Estimated time remaining: 973.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1011/2000 [16:33<16:13, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/2000, Estimated time remaining: 972.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1012/2000 [16:34<14:33, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/2000, Estimated time remaining: 970.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1013/2000 [16:34<13:23, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/2000, Estimated time remaining: 969.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1014/2000 [16:35<12:33, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/2000, Estimated time remaining: 968.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1015/2000 [16:36<12:44, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/2000, Estimated time remaining: 967.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1016/2000 [16:37<12:12, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/2000, Estimated time remaining: 965.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1017/2000 [16:37<12:08, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/2000, Estimated time remaining: 964.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1018/2000 [16:38<12:51, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/2000, Estimated time remaining: 963.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1019/2000 [16:39<12:16, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/2000, Estimated time remaining: 962.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1020/2000 [16:40<12:13, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/2000, Estimated time remaining: 960.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1021/2000 [16:40<12:22, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/2000, Estimated time remaining: 959.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1022/2000 [16:41<12:30, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/2000, Estimated time remaining: 958.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1023/2000 [16:42<12:12, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/2000, Estimated time remaining: 957.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 1024/2000 [16:43<12:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/2000, Estimated time remaining: 956.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1025/2000 [16:43<11:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/2000, Estimated time remaining: 954.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1026/2000 [16:44<11:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/2000, Estimated time remaining: 953.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1027/2000 [16:45<11:16, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/2000, Estimated time remaining: 952.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1028/2000 [16:45<11:05, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/2000, Estimated time remaining: 951.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 1029/2000 [16:46<11:19, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/2000, Estimated time remaining: 949.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1030/2000 [16:48<18:12, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/2000, Estimated time remaining: 950.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1031/2000 [16:49<16:41, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/2000, Estimated time remaining: 948.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1032/2000 [16:50<15:02, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/2000, Estimated time remaining: 947.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1033/2000 [16:51<14:43, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/2000, Estimated time remaining: 946.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1034/2000 [16:51<13:36, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/2000, Estimated time remaining: 945.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1035/2000 [16:52<13:15, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/2000, Estimated time remaining: 944.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1036/2000 [16:53<12:39, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/2000, Estimated time remaining: 942.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1037/2000 [16:53<11:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/2000, Estimated time remaining: 941.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1038/2000 [16:54<10:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/2000, Estimated time remaining: 940.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1039/2000 [16:55<10:37, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/2000, Estimated time remaining: 938.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1040/2000 [16:55<10:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/2000, Estimated time remaining: 937.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1041/2000 [16:56<12:26, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/2000, Estimated time remaining: 936.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1042/2000 [16:58<15:04, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/2000, Estimated time remaining: 936.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1043/2000 [16:58<13:35, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/2000, Estimated time remaining: 934.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1044/2000 [16:59<12:44, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/2000, Estimated time remaining: 933.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1045/2000 [17:00<12:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/2000, Estimated time remaining: 932.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1046/2000 [17:00<11:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/2000, Estimated time remaining: 931.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1047/2000 [17:01<11:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/2000, Estimated time remaining: 929.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1048/2000 [17:02<10:44, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/2000, Estimated time remaining: 928.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 1049/2000 [17:02<11:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/2000, Estimated time remaining: 927.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▎ | 1050/2000 [17:03<11:00, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/2000, Estimated time remaining: 926.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1051/2000 [17:04<10:21, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/2000, Estimated time remaining: 924.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1052/2000 [17:04<10:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/2000, Estimated time remaining: 923.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1053/2000 [17:05<11:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/2000, Estimated time remaining: 922.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1054/2000 [17:06<10:44, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/2000, Estimated time remaining: 921.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1055/2000 [17:06<10:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/2000, Estimated time remaining: 919.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1056/2000 [17:07<10:46, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/2000, Estimated time remaining: 918.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1057/2000 [17:08<10:45, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/2000, Estimated time remaining: 917.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1058/2000 [17:08<10:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/2000, Estimated time remaining: 916.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1059/2000 [17:09<10:54, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/2000, Estimated time remaining: 914.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1060/2000 [17:10<10:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/2000, Estimated time remaining: 913.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1061/2000 [17:11<11:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/2000, Estimated time remaining: 912.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1062/2000 [17:11<10:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/2000, Estimated time remaining: 911.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1063/2000 [17:12<10:39, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/2000, Estimated time remaining: 910.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1064/2000 [17:13<10:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/2000, Estimated time remaining: 908.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1065/2000 [17:13<10:17, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/2000, Estimated time remaining: 907.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1066/2000 [17:14<10:14, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/2000, Estimated time remaining: 906.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1067/2000 [17:15<10:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/2000, Estimated time remaining: 905.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1068/2000 [17:15<10:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/2000, Estimated time remaining: 903.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 1069/2000 [17:16<10:03, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/2000, Estimated time remaining: 902.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1070/2000 [17:16<09:43, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/2000, Estimated time remaining: 901.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1071/2000 [17:17<09:56, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/2000, Estimated time remaining: 900.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1072/2000 [17:18<12:41, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/2000, Estimated time remaining: 899.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1073/2000 [17:19<13:09, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/2000, Estimated time remaining: 898.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 1074/2000 [17:20<12:21, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/2000, Estimated time remaining: 897.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1075/2000 [17:21<11:27, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/2000, Estimated time remaining: 895.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1076/2000 [17:21<11:03, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/2000, Estimated time remaining: 894.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1077/2000 [17:22<10:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/2000, Estimated time remaining: 893.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1078/2000 [17:22<10:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/2000, Estimated time remaining: 892.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1079/2000 [17:23<10:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/2000, Estimated time remaining: 890.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1080/2000 [17:24<10:00, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/2000, Estimated time remaining: 889.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1081/2000 [17:24<10:01, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/2000, Estimated time remaining: 888.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1082/2000 [17:25<09:40, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/2000, Estimated time remaining: 887.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1083/2000 [17:26<11:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/2000, Estimated time remaining: 886.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1084/2000 [17:27<10:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/2000, Estimated time remaining: 884.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1085/2000 [17:27<10:14, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/2000, Estimated time remaining: 883.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1086/2000 [17:28<10:03, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/2000, Estimated time remaining: 882.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1087/2000 [17:29<13:04, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/2000, Estimated time remaining: 881.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1088/2000 [17:30<12:25, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/2000, Estimated time remaining: 880.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 1089/2000 [17:30<11:47, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/2000, Estimated time remaining: 879.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1090/2000 [17:31<11:03, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/2000, Estimated time remaining: 877.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1091/2000 [17:32<10:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/2000, Estimated time remaining: 876.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1092/2000 [17:32<10:22, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/2000, Estimated time remaining: 875.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1093/2000 [17:33<10:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/2000, Estimated time remaining: 874.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1094/2000 [17:34<10:35, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/2000, Estimated time remaining: 873.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1095/2000 [17:35<11:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/2000, Estimated time remaining: 872.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1096/2000 [17:35<11:17, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/2000, Estimated time remaining: 870.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1097/2000 [17:50<1:12:35, 4.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/2000, Estimated time remaining: 881.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1098/2000 [17:50<54:02, 3.60s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 1098/2000, Estimated time remaining: 879.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 1099/2000 [17:51<40:45, 2.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/2000, Estimated time remaining: 878.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1100/2000 [17:52<31:30, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/2000, Estimated time remaining: 877.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1101/2000 [17:53<25:14, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/2000, Estimated time remaining: 876.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1102/2000 [17:53<20:52, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/2000, Estimated time remaining: 875.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1103/2000 [17:54<17:18, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/2000, Estimated time remaining: 873.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1104/2000 [17:56<22:30, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/2000, Estimated time remaining: 873.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1105/2000 [17:57<18:32, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/2000, Estimated time remaining: 872.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1106/2000 [17:57<15:37, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/2000, Estimated time remaining: 871.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1107/2000 [17:58<13:49, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/2000, Estimated time remaining: 870.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1108/2000 [17:59<14:55, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/2000, Estimated time remaining: 869.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 1109/2000 [18:00<13:31, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/2000, Estimated time remaining: 868.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1110/2000 [18:01<12:16, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/2000, Estimated time remaining: 866.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1111/2000 [18:01<11:23, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/2000, Estimated time remaining: 865.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1112/2000 [18:02<10:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/2000, Estimated time remaining: 864.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1113/2000 [18:03<10:55, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/2000, Estimated time remaining: 863.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1114/2000 [18:04<13:07, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/2000, Estimated time remaining: 862.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1115/2000 [18:04<11:52, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/2000, Estimated time remaining: 861.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1116/2000 [18:05<10:48, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/2000, Estimated time remaining: 859.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1117/2000 [18:06<10:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/2000, Estimated time remaining: 858.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1118/2000 [18:06<09:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/2000, Estimated time remaining: 857.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1119/2000 [18:07<09:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/2000, Estimated time remaining: 856.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1120/2000 [18:07<09:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/2000, Estimated time remaining: 854.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1121/2000 [18:08<09:42, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/2000, Estimated time remaining: 853.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1122/2000 [18:09<09:19, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/2000, Estimated time remaining: 852.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1123/2000 [18:09<09:29, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/2000, Estimated time remaining: 851.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 1124/2000 [18:10<09:17, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/2000, Estimated time remaining: 849.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1125/2000 [18:11<09:12, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/2000, Estimated time remaining: 848.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1126/2000 [18:11<09:07, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/2000, Estimated time remaining: 847.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1127/2000 [18:13<12:27, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/2000, Estimated time remaining: 846.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1128/2000 [18:13<11:38, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/2000, Estimated time remaining: 845.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1129/2000 [18:14<10:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/2000, Estimated time remaining: 844.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 1130/2000 [18:14<09:54, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/2000, Estimated time remaining: 843.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1131/2000 [18:15<09:16, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/2000, Estimated time remaining: 841.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1132/2000 [18:16<09:13, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/2000, Estimated time remaining: 840.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1133/2000 [18:16<09:01, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/2000, Estimated time remaining: 839.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1134/2000 [18:17<09:00, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/2000, Estimated time remaining: 838.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1135/2000 [18:17<08:58, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/2000, Estimated time remaining: 836.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1136/2000 [18:18<09:38, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/2000, Estimated time remaining: 835.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1137/2000 [18:19<09:22, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/2000, Estimated time remaining: 834.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1138/2000 [18:19<09:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/2000, Estimated time remaining: 833.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1139/2000 [18:20<09:44, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/2000, Estimated time remaining: 832.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1140/2000 [18:21<09:59, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/2000, Estimated time remaining: 830.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1141/2000 [18:22<11:15, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/2000, Estimated time remaining: 830.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1142/2000 [18:24<17:15, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/2000, Estimated time remaining: 829.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1143/2000 [18:25<14:50, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/2000, Estimated time remaining: 828.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1144/2000 [18:25<12:54, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/2000, Estimated time remaining: 827.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1145/2000 [18:26<11:42, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/2000, Estimated time remaining: 826.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1146/2000 [18:27<11:07, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/2000, Estimated time remaining: 825.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1147/2000 [18:27<10:35, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/2000, Estimated time remaining: 823.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1148/2000 [18:28<10:11, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/2000, Estimated time remaining: 822.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 1149/2000 [18:29<09:41, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/2000, Estimated time remaining: 821.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▊ | 1150/2000 [18:29<09:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/2000, Estimated time remaining: 820.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1151/2000 [18:30<09:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/2000, Estimated time remaining: 819.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1152/2000 [18:31<09:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/2000, Estimated time remaining: 817.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1153/2000 [18:31<09:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/2000, Estimated time remaining: 816.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1154/2000 [18:32<09:31, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/2000, Estimated time remaining: 815.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1155/2000 [18:33<09:29, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/2000, Estimated time remaining: 814.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1156/2000 [18:33<09:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/2000, Estimated time remaining: 813.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1157/2000 [18:34<09:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/2000, Estimated time remaining: 812.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1158/2000 [18:35<09:09, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/2000, Estimated time remaining: 810.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1159/2000 [18:35<09:15, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/2000, Estimated time remaining: 809.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1160/2000 [18:36<09:53, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/2000, Estimated time remaining: 808.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1161/2000 [18:37<09:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/2000, Estimated time remaining: 807.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1162/2000 [18:37<09:32, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/2000, Estimated time remaining: 806.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1163/2000 [18:38<09:52, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/2000, Estimated time remaining: 805.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1164/2000 [18:39<09:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/2000, Estimated time remaining: 804.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1165/2000 [18:39<09:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/2000, Estimated time remaining: 802.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1166/2000 [18:40<09:58, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/2000, Estimated time remaining: 801.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1167/2000 [18:41<09:40, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/2000, Estimated time remaining: 800.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1168/2000 [18:42<09:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/2000, Estimated time remaining: 799.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1169/2000 [18:42<09:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/2000, Estimated time remaining: 798.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 1170/2000 [18:43<09:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/2000, Estimated time remaining: 796.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1171/2000 [18:44<09:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/2000, Estimated time remaining: 795.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1172/2000 [18:45<10:15, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/2000, Estimated time remaining: 794.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1173/2000 [18:46<12:40, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/2000, Estimated time remaining: 794.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 1174/2000 [18:47<11:51, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/2000, Estimated time remaining: 793.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1175/2000 [18:47<11:14, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/2000, Estimated time remaining: 791.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1176/2000 [18:48<10:46, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/2000, Estimated time remaining: 790.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1177/2000 [18:49<13:23, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/2000, Estimated time remaining: 790.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1178/2000 [18:50<12:21, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/2000, Estimated time remaining: 789.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1179/2000 [18:51<11:30, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/2000, Estimated time remaining: 787.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1180/2000 [18:51<10:32, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/2000, Estimated time remaining: 786.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1181/2000 [18:52<10:11, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/2000, Estimated time remaining: 785.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1182/2000 [18:53<09:37, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/2000, Estimated time remaining: 784.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1183/2000 [18:53<09:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/2000, Estimated time remaining: 783.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1184/2000 [18:54<09:06, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/2000, Estimated time remaining: 781.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1185/2000 [18:55<09:04, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/2000, Estimated time remaining: 780.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1186/2000 [18:55<09:07, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/2000, Estimated time remaining: 779.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1187/2000 [18:56<09:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/2000, Estimated time remaining: 778.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1188/2000 [18:57<08:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/2000, Estimated time remaining: 777.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 1189/2000 [18:57<09:05, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/2000, Estimated time remaining: 776.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1190/2000 [18:58<08:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/2000, Estimated time remaining: 775.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1191/2000 [18:59<08:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/2000, Estimated time remaining: 773.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1192/2000 [18:59<08:52, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/2000, Estimated time remaining: 772.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1193/2000 [19:00<09:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/2000, Estimated time remaining: 771.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1194/2000 [19:01<08:59, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/2000, Estimated time remaining: 770.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1195/2000 [19:01<08:59, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/2000, Estimated time remaining: 769.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1196/2000 [19:02<08:41, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/2000, Estimated time remaining: 768.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1197/2000 [19:03<08:36, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/2000, Estimated time remaining: 766.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1198/2000 [19:03<08:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/2000, Estimated time remaining: 765.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 1199/2000 [19:04<08:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/2000, Estimated time remaining: 764.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1200/2000 [19:05<08:32, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/2000, Estimated time remaining: 763.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1201/2000 [19:05<08:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/2000, Estimated time remaining: 762.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1202/2000 [19:06<08:18, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/2000, Estimated time remaining: 761.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1203/2000 [19:06<08:12, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/2000, Estimated time remaining: 759.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1204/2000 [19:07<08:10, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/2000, Estimated time remaining: 758.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1205/2000 [19:08<08:11, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/2000, Estimated time remaining: 757.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1206/2000 [19:08<08:19, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/2000, Estimated time remaining: 756.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1207/2000 [19:10<11:27, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/2000, Estimated time remaining: 755.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1208/2000 [19:10<10:37, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/2000, Estimated time remaining: 754.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1209/2000 [19:11<10:40, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/2000, Estimated time remaining: 753.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 1210/2000 [19:12<09:51, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/2000, Estimated time remaining: 752.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1211/2000 [19:12<09:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/2000, Estimated time remaining: 751.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1212/2000 [19:13<09:04, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/2000, Estimated time remaining: 750.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1213/2000 [19:14<08:36, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/2000, Estimated time remaining: 748.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1214/2000 [19:14<08:22, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/2000, Estimated time remaining: 747.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1215/2000 [19:15<08:13, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/2000, Estimated time remaining: 746.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1216/2000 [19:15<08:03, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/2000, Estimated time remaining: 745.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1217/2000 [19:16<08:17, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/2000, Estimated time remaining: 744.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1218/2000 [19:17<08:21, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/2000, Estimated time remaining: 743.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1219/2000 [19:17<08:06, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/2000, Estimated time remaining: 741.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1220/2000 [19:18<08:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/2000, Estimated time remaining: 740.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1221/2000 [19:19<08:30, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/2000, Estimated time remaining: 739.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1222/2000 [19:19<08:37, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/2000, Estimated time remaining: 738.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1223/2000 [19:20<08:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/2000, Estimated time remaining: 737.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 1224/2000 [19:21<09:42, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/2000, Estimated time remaining: 736.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1225/2000 [19:22<09:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/2000, Estimated time remaining: 735.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1226/2000 [19:23<09:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/2000, Estimated time remaining: 734.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1227/2000 [19:23<09:39, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/2000, Estimated time remaining: 733.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1228/2000 [19:24<09:28, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/2000, Estimated time remaining: 732.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 1229/2000 [19:25<09:16, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/2000, Estimated time remaining: 730.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1230/2000 [19:25<08:56, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/2000, Estimated time remaining: 729.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1231/2000 [19:26<08:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/2000, Estimated time remaining: 728.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1232/2000 [19:27<09:12, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/2000, Estimated time remaining: 727.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1233/2000 [19:29<14:44, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/2000, Estimated time remaining: 727.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1234/2000 [19:30<13:04, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/2000, Estimated time remaining: 726.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1235/2000 [19:30<11:52, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/2000, Estimated time remaining: 725.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1236/2000 [19:31<12:19, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/2000, Estimated time remaining: 724.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1237/2000 [19:32<11:09, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/2000, Estimated time remaining: 723.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1238/2000 [19:33<11:26, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/2000, Estimated time remaining: 722.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1239/2000 [19:34<10:54, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/2000, Estimated time remaining: 721.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1240/2000 [19:38<22:47, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/2000, Estimated time remaining: 722.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1241/2000 [19:41<26:23, 2.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/2000, Estimated time remaining: 722.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1242/2000 [19:41<21:13, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/2000, Estimated time remaining: 721.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1243/2000 [19:42<17:22, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/2000, Estimated time remaining: 720.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1244/2000 [19:43<15:08, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/2000, Estimated time remaining: 719.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1245/2000 [19:44<13:49, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/2000, Estimated time remaining: 718.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1246/2000 [19:44<11:54, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/2000, Estimated time remaining: 716.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1247/2000 [19:45<11:11, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/2000, Estimated time remaining: 715.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1248/2000 [19:46<10:36, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/2000, Estimated time remaining: 714.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 1249/2000 [19:46<10:04, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/2000, Estimated time remaining: 713.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▎ | 1250/2000 [19:47<09:35, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/2000, Estimated time remaining: 712.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1251/2000 [19:48<09:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/2000, Estimated time remaining: 711.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1252/2000 [19:48<08:48, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/2000, Estimated time remaining: 710.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1253/2000 [19:49<08:27, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/2000, Estimated time remaining: 709.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1254/2000 [19:50<09:14, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/2000, Estimated time remaining: 708.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1255/2000 [19:50<08:45, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/2000, Estimated time remaining: 707.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1256/2000 [19:51<08:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/2000, Estimated time remaining: 705.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1257/2000 [19:52<09:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/2000, Estimated time remaining: 705.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1258/2000 [19:53<11:31, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/2000, Estimated time remaining: 704.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1259/2000 [19:54<10:52, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/2000, Estimated time remaining: 703.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1260/2000 [19:55<10:04, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/2000, Estimated time remaining: 702.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1261/2000 [19:56<10:09, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/2000, Estimated time remaining: 701.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1262/2000 [19:56<09:22, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/2000, Estimated time remaining: 699.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1263/2000 [19:57<09:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/2000, Estimated time remaining: 698.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1264/2000 [19:58<09:27, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/2000, Estimated time remaining: 697.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1265/2000 [19:58<08:54, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/2000, Estimated time remaining: 696.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1266/2000 [19:59<08:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/2000, Estimated time remaining: 695.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1267/2000 [20:00<08:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/2000, Estimated time remaining: 694.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1268/2000 [20:00<08:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/2000, Estimated time remaining: 693.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 1269/2000 [20:01<08:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/2000, Estimated time remaining: 692.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1270/2000 [20:02<08:09, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/2000, Estimated time remaining: 691.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1271/2000 [20:03<08:55, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/2000, Estimated time remaining: 690.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1272/2000 [20:03<09:00, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/2000, Estimated time remaining: 689.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1273/2000 [20:04<09:31, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/2000, Estimated time remaining: 688.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 1274/2000 [20:05<08:59, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/2000, Estimated time remaining: 686.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1275/2000 [20:06<09:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/2000, Estimated time remaining: 685.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1276/2000 [20:06<09:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/2000, Estimated time remaining: 684.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1277/2000 [20:07<08:21, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/2000, Estimated time remaining: 683.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1278/2000 [20:08<08:15, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/2000, Estimated time remaining: 682.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1279/2000 [20:08<08:06, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/2000, Estimated time remaining: 681.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1280/2000 [20:09<07:32, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/2000, Estimated time remaining: 680.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1281/2000 [20:09<07:29, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/2000, Estimated time remaining: 679.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1282/2000 [20:10<07:16, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/2000, Estimated time remaining: 678.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1283/2000 [20:11<07:15, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/2000, Estimated time remaining: 676.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1284/2000 [20:11<07:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/2000, Estimated time remaining: 675.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1285/2000 [20:13<09:38, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/2000, Estimated time remaining: 675.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1286/2000 [20:13<09:00, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/2000, Estimated time remaining: 673.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1287/2000 [20:14<08:54, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/2000, Estimated time remaining: 672.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1288/2000 [20:15<08:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/2000, Estimated time remaining: 671.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1289/2000 [20:15<08:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/2000, Estimated time remaining: 670.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 1290/2000 [20:16<08:00, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/2000, Estimated time remaining: 669.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1291/2000 [20:17<08:44, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/2000, Estimated time remaining: 668.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1292/2000 [20:18<08:52, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/2000, Estimated time remaining: 667.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1293/2000 [20:18<08:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/2000, Estimated time remaining: 666.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1294/2000 [20:19<08:30, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/2000, Estimated time remaining: 665.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1295/2000 [20:20<08:15, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/2000, Estimated time remaining: 664.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1296/2000 [20:20<08:10, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/2000, Estimated time remaining: 663.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1297/2000 [20:21<08:08, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/2000, Estimated time remaining: 662.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1298/2000 [20:23<11:11, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/2000, Estimated time remaining: 661.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 1299/2000 [20:24<11:28, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/2000, Estimated time remaining: 660.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1300/2000 [20:24<10:28, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/2000, Estimated time remaining: 659.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1301/2000 [20:25<09:49, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/2000, Estimated time remaining: 658.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1302/2000 [20:26<09:06, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/2000, Estimated time remaining: 657.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1303/2000 [20:26<08:52, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/2000, Estimated time remaining: 656.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1304/2000 [20:28<12:33, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/2000, Estimated time remaining: 655.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1305/2000 [20:29<10:44, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/2000, Estimated time remaining: 654.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1306/2000 [20:29<09:34, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/2000, Estimated time remaining: 653.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1307/2000 [20:30<08:42, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/2000, Estimated time remaining: 652.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1308/2000 [20:30<08:07, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/2000, Estimated time remaining: 651.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 1309/2000 [20:31<08:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/2000, Estimated time remaining: 650.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1310/2000 [20:32<08:17, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/2000, Estimated time remaining: 649.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1311/2000 [20:33<07:53, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/2000, Estimated time remaining: 648.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1312/2000 [20:33<08:09, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/2000, Estimated time remaining: 647.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1313/2000 [20:34<07:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/2000, Estimated time remaining: 645.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1314/2000 [20:35<07:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/2000, Estimated time remaining: 644.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1315/2000 [20:35<07:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/2000, Estimated time remaining: 643.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1316/2000 [20:36<08:37, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/2000, Estimated time remaining: 642.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1317/2000 [20:37<08:35, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/2000, Estimated time remaining: 641.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1318/2000 [20:40<17:26, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/2000, Estimated time remaining: 642.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1319/2000 [20:41<14:16, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/2000, Estimated time remaining: 640.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1320/2000 [20:42<12:03, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/2000, Estimated time remaining: 639.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1321/2000 [20:42<10:39, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/2000, Estimated time remaining: 638.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1322/2000 [20:43<09:33, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/2000, Estimated time remaining: 637.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1323/2000 [20:43<08:38, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/2000, Estimated time remaining: 636.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 1324/2000 [20:44<08:00, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/2000, Estimated time remaining: 635.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1325/2000 [20:45<07:53, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/2000, Estimated time remaining: 634.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1326/2000 [20:45<07:40, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/2000, Estimated time remaining: 633.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1327/2000 [20:46<07:35, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/2000, Estimated time remaining: 632.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1328/2000 [20:47<07:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/2000, Estimated time remaining: 631.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1329/2000 [20:47<07:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/2000, Estimated time remaining: 629.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 1330/2000 [20:48<07:23, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/2000, Estimated time remaining: 628.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1331/2000 [20:48<07:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/2000, Estimated time remaining: 627.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1332/2000 [20:49<07:01, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/2000, Estimated time remaining: 626.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1333/2000 [20:50<06:53, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/2000, Estimated time remaining: 625.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1334/2000 [20:50<06:49, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/2000, Estimated time remaining: 624.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1335/2000 [20:51<07:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/2000, Estimated time remaining: 623.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1336/2000 [20:53<10:28, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/2000, Estimated time remaining: 622.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1337/2000 [20:53<09:35, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/2000, Estimated time remaining: 621.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1338/2000 [20:54<08:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/2000, Estimated time remaining: 620.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1339/2000 [20:55<08:20, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/2000, Estimated time remaining: 619.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1340/2000 [20:56<10:55, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/2000, Estimated time remaining: 618.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1341/2000 [20:57<09:40, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/2000, Estimated time remaining: 617.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1342/2000 [20:57<08:49, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/2000, Estimated time remaining: 616.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1343/2000 [20:58<08:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/2000, Estimated time remaining: 615.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1344/2000 [20:59<08:18, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/2000, Estimated time remaining: 614.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1345/2000 [21:00<08:40, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/2000, Estimated time remaining: 613.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1346/2000 [21:00<08:20, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/2000, Estimated time remaining: 612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1347/2000 [21:01<07:44, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/2000, Estimated time remaining: 611.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1348/2000 [21:02<09:15, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/2000, Estimated time remaining: 610.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1349/2000 [21:10<30:32, 2.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/2000, Estimated time remaining: 612.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1350/2000 [21:10<23:42, 2.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/2000, Estimated time remaining: 611.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1351/2000 [21:11<19:04, 1.76s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/2000, Estimated time remaining: 610.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1352/2000 [21:12<15:27, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/2000, Estimated time remaining: 609.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1353/2000 [21:12<13:17, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/2000, Estimated time remaining: 608.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1354/2000 [21:14<12:43, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/2000, Estimated time remaining: 607.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1355/2000 [21:15<12:24, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/2000, Estimated time remaining: 607.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1356/2000 [21:15<10:47, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/2000, Estimated time remaining: 605.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1357/2000 [21:16<09:27, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/2000, Estimated time remaining: 604.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1358/2000 [21:16<08:33, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/2000, Estimated time remaining: 603.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1359/2000 [21:17<07:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/2000, Estimated time remaining: 602.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1360/2000 [21:18<07:25, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/2000, Estimated time remaining: 601.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1361/2000 [21:18<07:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/2000, Estimated time remaining: 600.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1362/2000 [21:19<07:04, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/2000, Estimated time remaining: 599.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1363/2000 [21:20<06:49, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/2000, Estimated time remaining: 598.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1364/2000 [21:20<06:39, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/2000, Estimated time remaining: 597.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1365/2000 [21:21<06:45, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/2000, Estimated time remaining: 596.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1366/2000 [21:22<07:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/2000, Estimated time remaining: 595.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1367/2000 [21:22<07:13, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/2000, Estimated time remaining: 594.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1368/2000 [21:24<10:20, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/2000, Estimated time remaining: 593.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1369/2000 [21:25<09:41, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/2000, Estimated time remaining: 592.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1370/2000 [21:26<09:57, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/2000, Estimated time remaining: 591.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1371/2000 [21:26<09:04, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/2000, Estimated time remaining: 590.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1372/2000 [21:29<14:14, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/2000, Estimated time remaining: 590.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1373/2000 [21:29<11:49, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/2000, Estimated time remaining: 589.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1374/2000 [21:30<10:19, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/2000, Estimated time remaining: 588.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1375/2000 [21:31<09:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/2000, Estimated time remaining: 587.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1376/2000 [21:32<08:41, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/2000, Estimated time remaining: 585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1377/2000 [21:32<07:55, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/2000, Estimated time remaining: 584.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1378/2000 [21:33<07:35, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/2000, Estimated time remaining: 583.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1379/2000 [21:33<07:18, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/2000, Estimated time remaining: 582.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1380/2000 [21:34<07:15, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/2000, Estimated time remaining: 581.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1381/2000 [21:35<06:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/2000, Estimated time remaining: 580.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1382/2000 [21:36<07:19, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/2000, Estimated time remaining: 579.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1383/2000 [21:36<07:17, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/2000, Estimated time remaining: 578.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1384/2000 [21:37<07:14, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/2000, Estimated time remaining: 577.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1385/2000 [21:38<07:05, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/2000, Estimated time remaining: 576.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1386/2000 [21:38<07:12, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/2000, Estimated time remaining: 575.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1387/2000 [21:39<06:52, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/2000, Estimated time remaining: 574.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1388/2000 [21:39<06:36, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/2000, Estimated time remaining: 573.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1389/2000 [21:40<06:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/2000, Estimated time remaining: 572.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1390/2000 [21:41<06:23, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/2000, Estimated time remaining: 571.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1391/2000 [21:42<06:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/2000, Estimated time remaining: 570.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1392/2000 [21:42<06:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/2000, Estimated time remaining: 569.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1393/2000 [21:43<06:55, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/2000, Estimated time remaining: 567.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1394/2000 [21:44<06:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/2000, Estimated time remaining: 566.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1395/2000 [21:44<06:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/2000, Estimated time remaining: 565.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1396/2000 [21:45<07:39, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/2000, Estimated time remaining: 564.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1397/2000 [21:46<07:12, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/2000, Estimated time remaining: 563.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1398/2000 [21:47<07:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/2000, Estimated time remaining: 562.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1399/2000 [21:47<06:53, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/2000, Estimated time remaining: 561.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1400/2000 [21:48<06:38, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/2000, Estimated time remaining: 560.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1401/2000 [21:48<06:39, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/2000, Estimated time remaining: 559.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1402/2000 [21:49<06:52, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/2000, Estimated time remaining: 558.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1403/2000 [21:50<06:41, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/2000, Estimated time remaining: 557.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1404/2000 [21:51<08:10, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/2000, Estimated time remaining: 556.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1405/2000 [21:52<07:35, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/2000, Estimated time remaining: 555.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1406/2000 [21:52<07:17, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/2000, Estimated time remaining: 554.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1407/2000 [21:53<06:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/2000, Estimated time remaining: 553.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1408/2000 [21:54<07:02, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/2000, Estimated time remaining: 552.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1409/2000 [21:54<06:47, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/2000, Estimated time remaining: 551.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1410/2000 [21:55<06:49, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/2000, Estimated time remaining: 550.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1411/2000 [21:56<06:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/2000, Estimated time remaining: 549.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1412/2000 [21:56<06:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/2000, Estimated time remaining: 548.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1413/2000 [21:57<06:41, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/2000, Estimated time remaining: 547.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1414/2000 [21:58<08:38, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/2000, Estimated time remaining: 546.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1415/2000 [21:59<08:33, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/2000, Estimated time remaining: 545.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1416/2000 [22:00<08:10, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/2000, Estimated time remaining: 544.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1417/2000 [22:01<09:57, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/2000, Estimated time remaining: 543.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1418/2000 [22:02<08:59, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/2000, Estimated time remaining: 542.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1419/2000 [22:03<08:12, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/2000, Estimated time remaining: 541.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1420/2000 [22:04<07:54, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/2000, Estimated time remaining: 540.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1421/2000 [22:04<07:17, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/2000, Estimated time remaining: 539.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1422/2000 [22:05<06:54, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/2000, Estimated time remaining: 538.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1423/2000 [22:05<06:47, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/2000, Estimated time remaining: 537.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1424/2000 [22:06<06:48, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/2000, Estimated time remaining: 536.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1425/2000 [22:07<06:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/2000, Estimated time remaining: 535.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1426/2000 [22:07<06:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/2000, Estimated time remaining: 534.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1427/2000 [22:08<06:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/2000, Estimated time remaining: 533.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1428/2000 [22:09<05:59, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/2000, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1429/2000 [22:09<05:57, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/2000, Estimated time remaining: 531.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1430/2000 [22:10<06:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/2000, Estimated time remaining: 530.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1431/2000 [22:11<07:32, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/2000, Estimated time remaining: 529.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1432/2000 [22:12<06:53, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/2000, Estimated time remaining: 528.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1433/2000 [22:12<06:30, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/2000, Estimated time remaining: 527.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1434/2000 [22:13<06:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/2000, Estimated time remaining: 526.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1435/2000 [22:14<06:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/2000, Estimated time remaining: 525.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1436/2000 [22:14<06:18, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/2000, Estimated time remaining: 524.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1437/2000 [22:15<05:56, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/2000, Estimated time remaining: 523.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1438/2000 [22:15<05:42, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/2000, Estimated time remaining: 522.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1439/2000 [22:16<05:37, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/2000, Estimated time remaining: 521.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1440/2000 [22:17<07:49, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/2000, Estimated time remaining: 520.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1441/2000 [22:18<07:06, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/2000, Estimated time remaining: 519.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1442/2000 [22:19<06:37, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/2000, Estimated time remaining: 518.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1443/2000 [22:19<06:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/2000, Estimated time remaining: 517.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1444/2000 [22:20<06:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/2000, Estimated time remaining: 516.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1445/2000 [22:20<05:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/2000, Estimated time remaining: 515.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1446/2000 [22:21<05:50, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/2000, Estimated time remaining: 513.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1447/2000 [22:22<06:16, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/2000, Estimated time remaining: 513.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1448/2000 [22:22<06:03, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/2000, Estimated time remaining: 511.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1449/2000 [22:23<05:54, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/2000, Estimated time remaining: 510.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▎ | 1450/2000 [22:24<06:00, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/2000, Estimated time remaining: 509.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1451/2000 [22:24<06:08, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/2000, Estimated time remaining: 508.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1452/2000 [22:25<06:20, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/2000, Estimated time remaining: 507.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1453/2000 [22:26<05:58, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/2000, Estimated time remaining: 506.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1454/2000 [22:27<07:04, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/2000, Estimated time remaining: 505.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1455/2000 [22:27<06:43, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/2000, Estimated time remaining: 504.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1456/2000 [22:28<06:34, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/2000, Estimated time remaining: 503.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1457/2000 [22:29<06:40, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/2000, Estimated time remaining: 502.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1458/2000 [22:29<06:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/2000, Estimated time remaining: 501.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1459/2000 [22:30<06:05, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/2000, Estimated time remaining: 500.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1460/2000 [22:31<05:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/2000, Estimated time remaining: 499.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1461/2000 [22:31<05:56, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/2000, Estimated time remaining: 498.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1462/2000 [22:32<06:01, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/2000, Estimated time remaining: 497.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1463/2000 [22:33<05:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/2000, Estimated time remaining: 496.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1464/2000 [22:33<05:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/2000, Estimated time remaining: 495.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1465/2000 [22:34<05:41, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/2000, Estimated time remaining: 494.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1466/2000 [22:35<05:43, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/2000, Estimated time remaining: 493.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1467/2000 [22:35<05:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/2000, Estimated time remaining: 492.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1468/2000 [22:37<08:34, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/2000, Estimated time remaining: 491.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1469/2000 [22:38<08:14, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/2000, Estimated time remaining: 491.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1470/2000 [22:38<07:25, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/2000, Estimated time remaining: 490.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1471/2000 [22:40<08:13, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/2000, Estimated time remaining: 489.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1472/2000 [22:41<10:20, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/2000, Estimated time remaining: 488.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1473/2000 [22:42<08:48, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/2000, Estimated time remaining: 487.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1474/2000 [22:43<09:07, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/2000, Estimated time remaining: 486.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1475/2000 [22:44<07:58, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/2000, Estimated time remaining: 485.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1476/2000 [22:44<07:41, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/2000, Estimated time remaining: 484.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1477/2000 [22:45<07:08, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/2000, Estimated time remaining: 483.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1478/2000 [22:46<06:44, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/2000, Estimated time remaining: 482.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1479/2000 [22:47<06:30, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/2000, Estimated time remaining: 481.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1480/2000 [22:47<06:13, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/2000, Estimated time remaining: 480.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1481/2000 [22:48<05:48, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/2000, Estimated time remaining: 479.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1482/2000 [22:48<05:41, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/2000, Estimated time remaining: 478.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1483/2000 [22:49<05:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/2000, Estimated time remaining: 477.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1484/2000 [22:50<05:19, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1484/2000, Estimated time remaining: 476.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1485/2000 [22:50<05:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1485/2000, Estimated time remaining: 475.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1486/2000 [22:51<05:33, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1486/2000, Estimated time remaining: 474.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1487/2000 [22:52<05:35, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1487/2000, Estimated time remaining: 473.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1488/2000 [22:52<05:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1488/2000, Estimated time remaining: 472.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1489/2000 [22:53<06:03, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1489/2000, Estimated time remaining: 471.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1490/2000 [22:54<05:51, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1490/2000, Estimated time remaining: 470.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1491/2000 [22:55<06:17, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1491/2000, Estimated time remaining: 469.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1492/2000 [22:55<05:54, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1492/2000, Estimated time remaining: 468.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1493/2000 [22:56<05:33, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1493/2000, Estimated time remaining: 467.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1494/2000 [22:56<05:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1494/2000, Estimated time remaining: 466.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1495/2000 [22:57<05:43, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1495/2000, Estimated time remaining: 465.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1496/2000 [22:58<05:56, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1496/2000, Estimated time remaining: 464.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1497/2000 [22:58<05:39, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1497/2000, Estimated time remaining: 463.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1498/2000 [22:59<05:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1498/2000, Estimated time remaining: 462.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1499/2000 [23:00<05:46, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1499/2000, Estimated time remaining: 461.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1500/2000 [23:01<05:44, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1500/2000, Estimated time remaining: 460.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1501/2000 [23:01<05:38, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1501/2000, Estimated time remaining: 459.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1502/2000 [23:02<05:39, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1502/2000, Estimated time remaining: 458.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1503/2000 [23:03<05:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1503/2000, Estimated time remaining: 457.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1504/2000 [23:03<05:51, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1504/2000, Estimated time remaining: 456.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1505/2000 [23:04<05:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1505/2000, Estimated time remaining: 455.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1506/2000 [23:05<05:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1506/2000, Estimated time remaining: 454.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1507/2000 [23:05<05:20, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1507/2000, Estimated time remaining: 453.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1508/2000 [23:06<05:18, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1508/2000, Estimated time remaining: 452.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1509/2000 [23:07<05:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1509/2000, Estimated time remaining: 451.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1510/2000 [23:07<05:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1510/2000, Estimated time remaining: 450.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1511/2000 [23:08<05:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1511/2000, Estimated time remaining: 449.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1512/2000 [23:09<05:25, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1512/2000, Estimated time remaining: 448.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1513/2000 [23:11<09:09, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1513/2000, Estimated time remaining: 447.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1514/2000 [23:11<08:06, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1514/2000, Estimated time remaining: 446.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1515/2000 [23:12<07:36, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1515/2000, Estimated time remaining: 445.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1516/2000 [23:13<07:16, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1516/2000, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1517/2000 [23:14<06:42, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1517/2000, Estimated time remaining: 443.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1518/2000 [23:14<06:15, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1518/2000, Estimated time remaining: 442.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1519/2000 [23:15<05:54, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1519/2000, Estimated time remaining: 441.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1520/2000 [23:16<05:51, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1520/2000, Estimated time remaining: 440.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1521/2000 [23:16<05:39, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1521/2000, Estimated time remaining: 439.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1522/2000 [23:17<05:24, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1522/2000, Estimated time remaining: 438.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1523/2000 [23:18<05:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1523/2000, Estimated time remaining: 438.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1524/2000 [23:19<06:00, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1524/2000, Estimated time remaining: 437.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1525/2000 [23:19<06:06, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1525/2000, Estimated time remaining: 436.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1526/2000 [23:20<05:47, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1526/2000, Estimated time remaining: 435.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1527/2000 [23:21<05:26, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1527/2000, Estimated time remaining: 434.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1528/2000 [23:21<05:31, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1528/2000, Estimated time remaining: 433.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1529/2000 [23:22<05:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1529/2000, Estimated time remaining: 432.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1530/2000 [23:23<05:28, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1530/2000, Estimated time remaining: 431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1531/2000 [23:23<05:10, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1531/2000, Estimated time remaining: 430.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1532/2000 [23:24<04:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1532/2000, Estimated time remaining: 429.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1533/2000 [23:25<05:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1533/2000, Estimated time remaining: 428.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1534/2000 [23:25<04:56, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1534/2000, Estimated time remaining: 427.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1535/2000 [23:26<04:47, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1535/2000, Estimated time remaining: 426.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1536/2000 [23:27<04:49, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1536/2000, Estimated time remaining: 425.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1537/2000 [23:27<04:49, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1537/2000, Estimated time remaining: 424.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1538/2000 [23:28<04:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1538/2000, Estimated time remaining: 423.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1539/2000 [23:28<04:53, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1539/2000, Estimated time remaining: 422.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1540/2000 [23:29<04:57, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1540/2000, Estimated time remaining: 421.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1541/2000 [23:30<04:51, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1541/2000, Estimated time remaining: 420.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1542/2000 [23:30<04:51, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1542/2000, Estimated time remaining: 419.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1543/2000 [23:31<06:01, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1543/2000, Estimated time remaining: 418.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1544/2000 [23:32<05:42, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1544/2000, Estimated time remaining: 417.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1545/2000 [23:33<05:22, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1545/2000, Estimated time remaining: 416.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1546/2000 [23:33<05:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1546/2000, Estimated time remaining: 415.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1547/2000 [23:34<05:12, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1547/2000, Estimated time remaining: 414.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1548/2000 [23:35<05:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1548/2000, Estimated time remaining: 413.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1549/2000 [23:36<05:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1549/2000, Estimated time remaining: 412.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1550/2000 [23:36<05:14, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1550/2000, Estimated time remaining: 411.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1551/2000 [23:37<04:59, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1551/2000, Estimated time remaining: 410.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1552/2000 [23:37<04:50, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1552/2000, Estimated time remaining: 409.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1553/2000 [23:38<04:46, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1553/2000, Estimated time remaining: 408.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1554/2000 [23:39<04:41, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1554/2000, Estimated time remaining: 407.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1555/2000 [23:39<04:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1555/2000, Estimated time remaining: 406.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1556/2000 [23:40<04:43, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1556/2000, Estimated time remaining: 405.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1557/2000 [23:41<04:37, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1557/2000, Estimated time remaining: 404.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1558/2000 [23:42<06:09, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1558/2000, Estimated time remaining: 403.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1559/2000 [23:43<05:48, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1559/2000, Estimated time remaining: 402.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1560/2000 [23:43<05:55, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1560/2000, Estimated time remaining: 401.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1561/2000 [23:44<05:32, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1561/2000, Estimated time remaining: 400.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1562/2000 [23:45<05:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1562/2000, Estimated time remaining: 399.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1563/2000 [23:46<05:40, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1563/2000, Estimated time remaining: 398.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1564/2000 [23:46<05:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1564/2000, Estimated time remaining: 397.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1565/2000 [23:47<04:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1565/2000, Estimated time remaining: 396.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1566/2000 [23:47<04:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1566/2000, Estimated time remaining: 395.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1567/2000 [23:48<04:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1567/2000, Estimated time remaining: 394.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1568/2000 [23:49<04:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1568/2000, Estimated time remaining: 393.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1569/2000 [23:50<04:54, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1569/2000, Estimated time remaining: 392.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1570/2000 [23:50<05:15, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1570/2000, Estimated time remaining: 391.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1571/2000 [23:51<05:00, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1571/2000, Estimated time remaining: 390.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1572/2000 [23:52<04:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1572/2000, Estimated time remaining: 389.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1573/2000 [23:57<15:32, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1573/2000, Estimated time remaining: 390.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1574/2000 [23:58<13:02, 1.84s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1574/2000, Estimated time remaining: 389.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1575/2000 [23:59<10:36, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1575/2000, Estimated time remaining: 388.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1576/2000 [24:00<08:53, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1576/2000, Estimated time remaining: 387.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1577/2000 [24:00<07:36, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1577/2000, Estimated time remaining: 386.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1578/2000 [24:01<06:56, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1578/2000, Estimated time remaining: 385.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1579/2000 [24:02<06:10, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1579/2000, Estimated time remaining: 384.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1580/2000 [24:02<05:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1580/2000, Estimated time remaining: 383.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1581/2000 [24:03<05:08, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1581/2000, Estimated time remaining: 382.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1582/2000 [24:04<04:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1582/2000, Estimated time remaining: 381.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1583/2000 [24:04<04:58, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1583/2000, Estimated time remaining: 380.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1584/2000 [24:05<04:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1584/2000, Estimated time remaining: 379.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1585/2000 [24:06<05:01, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1585/2000, Estimated time remaining: 378.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1586/2000 [24:07<05:34, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1586/2000, Estimated time remaining: 377.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1587/2000 [24:07<05:07, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1587/2000, Estimated time remaining: 376.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1588/2000 [24:08<05:11, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1588/2000, Estimated time remaining: 375.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1589/2000 [24:09<04:56, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1589/2000, Estimated time remaining: 374.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1590/2000 [24:09<04:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1590/2000, Estimated time remaining: 373.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1591/2000 [24:11<05:51, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1591/2000, Estimated time remaining: 373.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1592/2000 [24:11<05:21, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1592/2000, Estimated time remaining: 372.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1593/2000 [24:12<05:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1593/2000, Estimated time remaining: 371.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1594/2000 [24:13<04:57, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1594/2000, Estimated time remaining: 370.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1595/2000 [24:13<04:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1595/2000, Estimated time remaining: 369.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1596/2000 [24:14<04:48, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1596/2000, Estimated time remaining: 368.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1597/2000 [24:15<04:46, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1597/2000, Estimated time remaining: 367.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1598/2000 [24:15<04:39, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1598/2000, Estimated time remaining: 366.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1599/2000 [24:16<04:33, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1599/2000, Estimated time remaining: 365.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1600/2000 [24:17<04:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1600/2000, Estimated time remaining: 364.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1601/2000 [24:17<04:22, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1601/2000, Estimated time remaining: 363.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1602/2000 [24:18<04:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1602/2000, Estimated time remaining: 362.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1603/2000 [24:19<04:18, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1603/2000, Estimated time remaining: 361.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1604/2000 [24:19<04:23, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1604/2000, Estimated time remaining: 360.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1605/2000 [24:20<04:23, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1605/2000, Estimated time remaining: 359.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1606/2000 [24:21<04:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1606/2000, Estimated time remaining: 358.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1607/2000 [24:21<04:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1607/2000, Estimated time remaining: 357.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1608/2000 [24:22<04:19, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1608/2000, Estimated time remaining: 356.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1609/2000 [24:23<04:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1609/2000, Estimated time remaining: 355.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1610/2000 [24:23<04:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1610/2000, Estimated time remaining: 354.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1611/2000 [24:24<04:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1611/2000, Estimated time remaining: 353.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1612/2000 [24:25<04:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1612/2000, Estimated time remaining: 352.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1613/2000 [24:25<04:16, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1613/2000, Estimated time remaining: 351.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1614/2000 [24:26<04:12, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1614/2000, Estimated time remaining: 350.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1615/2000 [24:27<04:08, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1615/2000, Estimated time remaining: 349.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1616/2000 [24:27<04:00, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1616/2000, Estimated time remaining: 348.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1617/2000 [24:28<04:04, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1617/2000, Estimated time remaining: 347.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1618/2000 [24:28<04:07, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1618/2000, Estimated time remaining: 346.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1619/2000 [24:29<04:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1619/2000, Estimated time remaining: 345.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1620/2000 [24:30<04:23, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1620/2000, Estimated time remaining: 344.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1621/2000 [24:31<04:28, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1621/2000, Estimated time remaining: 344.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1622/2000 [24:32<04:41, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1622/2000, Estimated time remaining: 343.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1623/2000 [24:32<04:27, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1623/2000, Estimated time remaining: 342.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1624/2000 [24:33<04:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1624/2000, Estimated time remaining: 341.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1625/2000 [24:34<06:00, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1625/2000, Estimated time remaining: 340.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1626/2000 [24:35<05:24, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1626/2000, Estimated time remaining: 339.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1627/2000 [24:36<04:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1627/2000, Estimated time remaining: 338.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1628/2000 [24:36<04:31, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1628/2000, Estimated time remaining: 337.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1629/2000 [24:42<13:01, 2.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1629/2000, Estimated time remaining: 337.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1630/2000 [24:42<10:32, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1630/2000, Estimated time remaining: 336.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1631/2000 [24:43<08:29, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1631/2000, Estimated time remaining: 335.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1632/2000 [24:44<07:51, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1632/2000, Estimated time remaining: 334.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1633/2000 [24:45<06:37, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1633/2000, Estimated time remaining: 333.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1634/2000 [24:45<06:04, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1634/2000, Estimated time remaining: 332.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1635/2000 [24:46<05:16, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1635/2000, Estimated time remaining: 331.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1636/2000 [24:47<04:44, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1636/2000, Estimated time remaining: 330.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1637/2000 [24:47<04:28, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1637/2000, Estimated time remaining: 329.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1638/2000 [24:48<04:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1638/2000, Estimated time remaining: 328.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1639/2000 [24:49<04:12, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1639/2000, Estimated time remaining: 328.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1640/2000 [24:49<04:05, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1640/2000, Estimated time remaining: 327.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1641/2000 [24:50<04:02, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1641/2000, Estimated time remaining: 326.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1642/2000 [24:50<04:01, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1642/2000, Estimated time remaining: 325.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1643/2000 [24:51<03:56, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1643/2000, Estimated time remaining: 324.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1644/2000 [24:52<03:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1644/2000, Estimated time remaining: 323.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1645/2000 [24:53<04:03, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1645/2000, Estimated time remaining: 322.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1646/2000 [24:53<03:56, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1646/2000, Estimated time remaining: 321.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1647/2000 [24:54<04:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1647/2000, Estimated time remaining: 320.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1648/2000 [24:55<04:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1648/2000, Estimated time remaining: 319.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1649/2000 [24:56<04:16, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1649/2000, Estimated time remaining: 318.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▎ | 1650/2000 [24:57<05:13, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1650/2000, Estimated time remaining: 317.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1651/2000 [24:57<04:44, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1651/2000, Estimated time remaining: 316.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1652/2000 [24:58<04:34, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1652/2000, Estimated time remaining: 315.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1653/2000 [24:59<04:29, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1653/2000, Estimated time remaining: 314.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1654/2000 [25:00<04:24, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1654/2000, Estimated time remaining: 313.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1655/2000 [25:01<05:08, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1655/2000, Estimated time remaining: 313.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1656/2000 [25:02<04:46, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1656/2000, Estimated time remaining: 312.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1657/2000 [25:02<04:21, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1657/2000, Estimated time remaining: 311.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1658/2000 [25:03<04:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1658/2000, Estimated time remaining: 310.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1659/2000 [25:03<03:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1659/2000, Estimated time remaining: 309.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1660/2000 [25:04<03:44, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1660/2000, Estimated time remaining: 308.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1661/2000 [25:05<03:43, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1661/2000, Estimated time remaining: 307.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1662/2000 [25:05<03:45, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1662/2000, Estimated time remaining: 306.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1663/2000 [25:06<03:46, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1663/2000, Estimated time remaining: 305.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1664/2000 [25:07<03:45, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1664/2000, Estimated time remaining: 304.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1665/2000 [25:08<04:33, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1665/2000, Estimated time remaining: 303.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1666/2000 [25:08<04:09, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1666/2000, Estimated time remaining: 302.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1667/2000 [25:09<03:51, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1667/2000, Estimated time remaining: 301.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1668/2000 [25:10<03:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1668/2000, Estimated time remaining: 300.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1669/2000 [25:10<03:34, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1669/2000, Estimated time remaining: 299.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1670/2000 [25:11<03:35, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1670/2000, Estimated time remaining: 298.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1671/2000 [25:11<03:31, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1671/2000, Estimated time remaining: 297.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1672/2000 [25:12<03:25, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1672/2000, Estimated time remaining: 296.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1673/2000 [25:13<03:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1673/2000, Estimated time remaining: 295.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1674/2000 [25:13<03:22, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1674/2000, Estimated time remaining: 294.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1675/2000 [25:14<03:13, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1675/2000, Estimated time remaining: 293.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1676/2000 [25:15<04:10, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1676/2000, Estimated time remaining: 293.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1677/2000 [25:16<04:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1677/2000, Estimated time remaining: 292.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1678/2000 [25:16<03:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1678/2000, Estimated time remaining: 291.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1679/2000 [25:17<03:41, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1679/2000, Estimated time remaining: 290.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1680/2000 [25:18<04:05, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1680/2000, Estimated time remaining: 289.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1681/2000 [25:19<04:04, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1681/2000, Estimated time remaining: 288.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1682/2000 [25:19<03:50, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1682/2000, Estimated time remaining: 287.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1683/2000 [25:20<03:49, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1683/2000, Estimated time remaining: 286.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1684/2000 [25:21<04:47, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1684/2000, Estimated time remaining: 285.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1685/2000 [25:22<04:28, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1685/2000, Estimated time remaining: 284.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1686/2000 [25:23<04:49, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1686/2000, Estimated time remaining: 283.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1687/2000 [25:24<04:33, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1687/2000, Estimated time remaining: 282.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1688/2000 [25:25<04:04, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1688/2000, Estimated time remaining: 281.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1689/2000 [25:25<03:49, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1689/2000, Estimated time remaining: 280.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1690/2000 [25:26<03:40, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1690/2000, Estimated time remaining: 280.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1691/2000 [25:26<03:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1691/2000, Estimated time remaining: 279.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1692/2000 [25:27<03:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1692/2000, Estimated time remaining: 278.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1693/2000 [25:28<03:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1693/2000, Estimated time remaining: 277.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1694/2000 [25:28<03:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1694/2000, Estimated time remaining: 276.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1695/2000 [25:29<03:16, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1695/2000, Estimated time remaining: 275.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1696/2000 [25:30<03:15, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1696/2000, Estimated time remaining: 274.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1697/2000 [25:30<03:12, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1697/2000, Estimated time remaining: 273.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1698/2000 [25:31<03:11, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1698/2000, Estimated time remaining: 272.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1699/2000 [25:31<03:08, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1699/2000, Estimated time remaining: 271.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1700/2000 [25:32<03:05, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1700/2000, Estimated time remaining: 270.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1701/2000 [25:33<03:02, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1701/2000, Estimated time remaining: 269.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1702/2000 [25:33<03:03, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1702/2000, Estimated time remaining: 268.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1703/2000 [25:34<03:00, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1703/2000, Estimated time remaining: 267.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1704/2000 [25:35<03:01, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1704/2000, Estimated time remaining: 266.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1705/2000 [25:35<03:02, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1705/2000, Estimated time remaining: 265.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1706/2000 [25:36<03:14, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1706/2000, Estimated time remaining: 264.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1707/2000 [25:37<04:05, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1707/2000, Estimated time remaining: 263.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1708/2000 [25:38<03:42, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1708/2000, Estimated time remaining: 263.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1709/2000 [25:38<03:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1709/2000, Estimated time remaining: 262.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1710/2000 [25:54<25:43, 5.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1710/2000, Estimated time remaining: 263.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1711/2000 [25:55<18:48, 3.91s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1711/2000, Estimated time remaining: 262.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1712/2000 [25:57<15:13, 3.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1712/2000, Estimated time remaining: 261.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1713/2000 [25:57<11:33, 2.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1713/2000, Estimated time remaining: 261.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1714/2000 [25:58<08:56, 1.87s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1714/2000, Estimated time remaining: 260.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1715/2000 [25:59<07:49, 1.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1715/2000, Estimated time remaining: 259.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1716/2000 [26:00<06:26, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1716/2000, Estimated time remaining: 258.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1717/2000 [26:00<05:26, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1717/2000, Estimated time remaining: 257.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1718/2000 [26:01<04:43, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1718/2000, Estimated time remaining: 256.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1719/2000 [26:02<04:15, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1719/2000, Estimated time remaining: 255.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1720/2000 [26:02<03:50, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1720/2000, Estimated time remaining: 254.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1721/2000 [26:03<03:35, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1721/2000, Estimated time remaining: 253.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1722/2000 [26:03<03:15, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1722/2000, Estimated time remaining: 252.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1723/2000 [26:04<03:12, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1723/2000, Estimated time remaining: 251.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1724/2000 [26:05<03:10, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1724/2000, Estimated time remaining: 250.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1725/2000 [26:05<03:10, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1725/2000, Estimated time remaining: 249.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1726/2000 [26:06<03:31, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1726/2000, Estimated time remaining: 248.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1727/2000 [26:07<03:20, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1727/2000, Estimated time remaining: 247.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1728/2000 [26:08<03:18, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1728/2000, Estimated time remaining: 246.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1729/2000 [26:08<03:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1729/2000, Estimated time remaining: 245.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1730/2000 [26:11<05:12, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1730/2000, Estimated time remaining: 245.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1731/2000 [26:11<04:44, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1731/2000, Estimated time remaining: 244.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1732/2000 [26:12<04:10, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1732/2000, Estimated time remaining: 243.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1733/2000 [26:13<03:51, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1733/2000, Estimated time remaining: 242.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1734/2000 [26:14<03:36, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1734/2000, Estimated time remaining: 241.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1735/2000 [26:14<03:27, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1735/2000, Estimated time remaining: 240.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1736/2000 [26:15<03:18, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1736/2000, Estimated time remaining: 239.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1737/2000 [26:16<03:13, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1737/2000, Estimated time remaining: 238.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1738/2000 [26:16<03:09, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1738/2000, Estimated time remaining: 237.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1739/2000 [26:17<03:08, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1739/2000, Estimated time remaining: 236.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1740/2000 [26:18<03:14, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1740/2000, Estimated time remaining: 235.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1741/2000 [26:18<03:01, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1741/2000, Estimated time remaining: 234.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1742/2000 [26:19<03:02, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1742/2000, Estimated time remaining: 234.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1743/2000 [26:20<02:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1743/2000, Estimated time remaining: 233.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1744/2000 [26:21<03:03, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1744/2000, Estimated time remaining: 232.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1745/2000 [26:22<03:31, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1745/2000, Estimated time remaining: 231.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1746/2000 [26:22<03:16, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1746/2000, Estimated time remaining: 230.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1747/2000 [26:23<03:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1747/2000, Estimated time remaining: 229.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1748/2000 [26:24<03:15, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1748/2000, Estimated time remaining: 228.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1749/2000 [26:25<03:10, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1749/2000, Estimated time remaining: 227.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1750/2000 [26:25<03:19, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1750/2000, Estimated time remaining: 226.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1751/2000 [26:26<03:13, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1751/2000, Estimated time remaining: 225.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1752/2000 [26:27<03:03, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1752/2000, Estimated time remaining: 224.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1753/2000 [26:28<03:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1753/2000, Estimated time remaining: 223.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1754/2000 [26:28<02:59, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1754/2000, Estimated time remaining: 222.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1755/2000 [26:29<02:51, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1755/2000, Estimated time remaining: 221.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1756/2000 [26:30<02:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1756/2000, Estimated time remaining: 220.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1757/2000 [26:31<03:40, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1757/2000, Estimated time remaining: 220.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1758/2000 [26:32<03:35, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1758/2000, Estimated time remaining: 219.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1759/2000 [26:33<03:42, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1759/2000, Estimated time remaining: 218.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1760/2000 [26:34<04:23, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1760/2000, Estimated time remaining: 217.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1761/2000 [26:35<04:12, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1761/2000, Estimated time remaining: 216.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1762/2000 [26:36<04:11, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1762/2000, Estimated time remaining: 215.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1763/2000 [26:37<03:38, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1763/2000, Estimated time remaining: 214.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1764/2000 [26:38<03:15, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1764/2000, Estimated time remaining: 213.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1765/2000 [26:38<03:04, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1765/2000, Estimated time remaining: 212.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1766/2000 [26:39<02:51, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1766/2000, Estimated time remaining: 211.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1767/2000 [26:40<02:42, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1767/2000, Estimated time remaining: 211.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1768/2000 [26:40<02:36, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1768/2000, Estimated time remaining: 210.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1769/2000 [26:41<02:30, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1769/2000, Estimated time remaining: 209.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1770/2000 [26:41<02:27, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1770/2000, Estimated time remaining: 208.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1771/2000 [26:42<02:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1771/2000, Estimated time remaining: 207.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1772/2000 [26:43<02:24, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1772/2000, Estimated time remaining: 206.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1773/2000 [26:43<02:29, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1773/2000, Estimated time remaining: 205.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1774/2000 [26:44<02:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1774/2000, Estimated time remaining: 204.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1775/2000 [26:45<02:22, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1775/2000, Estimated time remaining: 203.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1776/2000 [26:46<02:56, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1776/2000, Estimated time remaining: 202.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1777/2000 [26:46<02:46, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1777/2000, Estimated time remaining: 201.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1778/2000 [26:47<02:41, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1778/2000, Estimated time remaining: 200.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1779/2000 [26:48<02:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1779/2000, Estimated time remaining: 199.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1780/2000 [26:48<02:32, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1780/2000, Estimated time remaining: 198.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1781/2000 [26:49<02:28, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1781/2000, Estimated time remaining: 197.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1782/2000 [26:50<02:26, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1782/2000, Estimated time remaining: 197.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1783/2000 [26:50<02:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1783/2000, Estimated time remaining: 196.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1784/2000 [26:51<02:27, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1784/2000, Estimated time remaining: 195.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1785/2000 [26:52<02:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1785/2000, Estimated time remaining: 194.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1786/2000 [26:52<02:21, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1786/2000, Estimated time remaining: 193.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1787/2000 [26:53<02:38, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1787/2000, Estimated time remaining: 192.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1788/2000 [26:54<02:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1788/2000, Estimated time remaining: 191.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1789/2000 [26:55<02:23, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1789/2000, Estimated time remaining: 190.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1790/2000 [26:55<02:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1790/2000, Estimated time remaining: 189.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1791/2000 [26:56<02:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1791/2000, Estimated time remaining: 188.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1792/2000 [26:56<02:15, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1792/2000, Estimated time remaining: 187.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1793/2000 [26:57<02:11, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1793/2000, Estimated time remaining: 186.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1794/2000 [26:58<02:08, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1794/2000, Estimated time remaining: 185.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1795/2000 [26:58<02:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1795/2000, Estimated time remaining: 184.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1796/2000 [26:59<02:25, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1796/2000, Estimated time remaining: 184.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1797/2000 [27:00<02:22, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1797/2000, Estimated time remaining: 183.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1798/2000 [27:00<02:15, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1798/2000, Estimated time remaining: 182.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1799/2000 [27:01<02:20, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1799/2000, Estimated time remaining: 181.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1800/2000 [27:02<02:21, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1800/2000, Estimated time remaining: 180.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1801/2000 [27:03<02:14, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1801/2000, Estimated time remaining: 179.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1802/2000 [27:03<02:20, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1802/2000, Estimated time remaining: 178.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1803/2000 [27:04<02:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1803/2000, Estimated time remaining: 177.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1804/2000 [27:05<02:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1804/2000, Estimated time remaining: 176.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1805/2000 [27:06<02:36, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1805/2000, Estimated time remaining: 175.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1806/2000 [27:06<02:34, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1806/2000, Estimated time remaining: 174.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1807/2000 [27:07<02:26, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1807/2000, Estimated time remaining: 173.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1808/2000 [27:08<02:21, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1808/2000, Estimated time remaining: 172.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1809/2000 [27:08<02:16, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1809/2000, Estimated time remaining: 172.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1810/2000 [27:09<02:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1810/2000, Estimated time remaining: 171.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1811/2000 [27:10<02:14, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1811/2000, Estimated time remaining: 170.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1812/2000 [27:11<02:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1812/2000, Estimated time remaining: 169.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1813/2000 [27:11<02:03, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1813/2000, Estimated time remaining: 168.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1814/2000 [27:12<02:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1814/2000, Estimated time remaining: 167.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1815/2000 [27:12<02:00, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1815/2000, Estimated time remaining: 166.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1816/2000 [27:13<01:57, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1816/2000, Estimated time remaining: 165.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1817/2000 [27:14<01:52, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1817/2000, Estimated time remaining: 164.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1818/2000 [27:14<02:00, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1818/2000, Estimated time remaining: 163.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1819/2000 [27:15<01:59, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1819/2000, Estimated time remaining: 162.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1820/2000 [27:16<01:58, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1820/2000, Estimated time remaining: 161.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1821/2000 [27:16<01:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1821/2000, Estimated time remaining: 160.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1822/2000 [27:17<01:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1822/2000, Estimated time remaining: 160.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1823/2000 [27:18<01:55, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1823/2000, Estimated time remaining: 159.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1824/2000 [27:18<01:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1824/2000, Estimated time remaining: 158.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1825/2000 [27:19<01:55, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1825/2000, Estimated time remaining: 157.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1826/2000 [27:20<01:55, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1826/2000, Estimated time remaining: 156.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1827/2000 [27:20<01:54, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1827/2000, Estimated time remaining: 155.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1828/2000 [27:21<01:51, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1828/2000, Estimated time remaining: 154.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1829/2000 [27:22<01:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1829/2000, Estimated time remaining: 153.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1830/2000 [27:23<02:11, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1830/2000, Estimated time remaining: 152.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1831/2000 [27:23<02:02, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1831/2000, Estimated time remaining: 151.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1832/2000 [27:24<02:02, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1832/2000, Estimated time remaining: 150.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1833/2000 [27:25<01:54, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1833/2000, Estimated time remaining: 149.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1834/2000 [27:26<02:05, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1834/2000, Estimated time remaining: 149.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1835/2000 [27:26<02:01, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1835/2000, Estimated time remaining: 148.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1836/2000 [27:27<01:56, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1836/2000, Estimated time remaining: 147.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1837/2000 [27:28<01:57, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1837/2000, Estimated time remaining: 146.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1838/2000 [27:28<01:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1838/2000, Estimated time remaining: 145.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1839/2000 [27:29<01:54, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1839/2000, Estimated time remaining: 144.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1840/2000 [27:30<01:48, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1840/2000, Estimated time remaining: 143.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1841/2000 [27:30<01:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1841/2000, Estimated time remaining: 142.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1842/2000 [27:31<01:44, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1842/2000, Estimated time remaining: 141.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1843/2000 [27:32<01:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1843/2000, Estimated time remaining: 140.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1844/2000 [27:32<01:39, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1844/2000, Estimated time remaining: 139.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1845/2000 [27:34<02:32, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1845/2000, Estimated time remaining: 139.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1846/2000 [27:35<02:44, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1846/2000, Estimated time remaining: 138.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1847/2000 [27:37<03:08, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1847/2000, Estimated time remaining: 137.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1848/2000 [27:37<02:39, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1848/2000, Estimated time remaining: 136.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1849/2000 [27:38<02:20, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1849/2000, Estimated time remaining: 135.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▎| 1850/2000 [27:39<02:08, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1850/2000, Estimated time remaining: 134.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1851/2000 [27:39<01:56, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1851/2000, Estimated time remaining: 133.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1852/2000 [27:40<01:48, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1852/2000, Estimated time remaining: 132.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1853/2000 [27:41<01:43, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1853/2000, Estimated time remaining: 131.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1854/2000 [27:42<02:01, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1854/2000, Estimated time remaining: 130.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1855/2000 [27:42<01:54, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1855/2000, Estimated time remaining: 130.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1856/2000 [27:43<01:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1856/2000, Estimated time remaining: 129.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1857/2000 [27:44<01:44, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1857/2000, Estimated time remaining: 128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1858/2000 [27:44<01:41, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1858/2000, Estimated time remaining: 127.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1859/2000 [27:46<02:00, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1859/2000, Estimated time remaining: 126.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1860/2000 [27:46<01:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1860/2000, Estimated time remaining: 125.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1861/2000 [27:47<01:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1861/2000, Estimated time remaining: 124.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1862/2000 [27:48<01:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1862/2000, Estimated time remaining: 123.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1863/2000 [27:49<01:47, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1863/2000, Estimated time remaining: 122.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1864/2000 [27:49<01:36, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1864/2000, Estimated time remaining: 121.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1865/2000 [27:50<01:42, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1865/2000, Estimated time remaining: 120.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1866/2000 [27:51<01:35, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1866/2000, Estimated time remaining: 120.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1867/2000 [27:51<01:31, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1867/2000, Estimated time remaining: 119.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1868/2000 [27:52<01:25, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1868/2000, Estimated time remaining: 118.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1869/2000 [27:52<01:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1869/2000, Estimated time remaining: 117.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1870/2000 [27:53<01:21, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1870/2000, Estimated time remaining: 116.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1871/2000 [27:54<01:35, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1871/2000, Estimated time remaining: 115.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1872/2000 [27:55<01:30, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1872/2000, Estimated time remaining: 114.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1873/2000 [27:55<01:30, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1873/2000, Estimated time remaining: 113.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1874/2000 [27:56<01:28, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1874/2000, Estimated time remaining: 112.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1875/2000 [27:57<01:25, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1875/2000, Estimated time remaining: 111.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1876/2000 [27:57<01:23, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1876/2000, Estimated time remaining: 110.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1877/2000 [27:58<01:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1877/2000, Estimated time remaining: 110.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1878/2000 [27:59<01:21, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1878/2000, Estimated time remaining: 109.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1879/2000 [27:59<01:18, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1879/2000, Estimated time remaining: 108.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1880/2000 [28:00<01:15, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1880/2000, Estimated time remaining: 107.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1881/2000 [28:00<01:14, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1881/2000, Estimated time remaining: 106.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1882/2000 [28:01<01:13, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1882/2000, Estimated time remaining: 105.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1883/2000 [28:05<03:04, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1883/2000, Estimated time remaining: 104.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1884/2000 [28:06<02:32, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1884/2000, Estimated time remaining: 103.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1885/2000 [28:06<02:07, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1885/2000, Estimated time remaining: 102.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1886/2000 [28:07<01:48, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1886/2000, Estimated time remaining: 102.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1887/2000 [28:07<01:36, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1887/2000, Estimated time remaining: 101.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1888/2000 [28:08<01:26, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1888/2000, Estimated time remaining: 100.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1889/2000 [28:11<02:26, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1889/2000, Estimated time remaining: 99.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1890/2000 [28:11<02:02, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1890/2000, Estimated time remaining: 98.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1891/2000 [28:12<01:56, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1891/2000, Estimated time remaining: 97.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1892/2000 [28:13<01:42, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1892/2000, Estimated time remaining: 96.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1893/2000 [28:15<02:29, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1893/2000, Estimated time remaining: 95.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1894/2000 [28:16<02:02, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1894/2000, Estimated time remaining: 94.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1895/2000 [28:16<01:41, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1895/2000, Estimated time remaining: 94.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1896/2000 [28:17<01:28, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1896/2000, Estimated time remaining: 93.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1897/2000 [28:18<01:18, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1897/2000, Estimated time remaining: 92.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1898/2000 [28:18<01:14, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1898/2000, Estimated time remaining: 91.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1899/2000 [28:19<01:09, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1899/2000, Estimated time remaining: 90.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1900/2000 [28:19<01:05, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1900/2000, Estimated time remaining: 89.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1901/2000 [28:20<01:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1901/2000, Estimated time remaining: 88.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1902/2000 [28:21<01:02, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1902/2000, Estimated time remaining: 87.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1903/2000 [28:21<01:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1903/2000, Estimated time remaining: 86.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1904/2000 [28:22<01:04, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1904/2000, Estimated time remaining: 85.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1905/2000 [28:23<01:02, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1905/2000, Estimated time remaining: 84.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1906/2000 [28:23<01:01, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1906/2000, Estimated time remaining: 84.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1907/2000 [28:24<00:58, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1907/2000, Estimated time remaining: 83.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1908/2000 [28:25<00:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1908/2000, Estimated time remaining: 82.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1909/2000 [28:25<00:56, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1909/2000, Estimated time remaining: 81.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1910/2000 [28:26<00:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1910/2000, Estimated time remaining: 80.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1911/2000 [28:26<00:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1911/2000, Estimated time remaining: 79.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1912/2000 [28:27<00:53, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1912/2000, Estimated time remaining: 78.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1913/2000 [28:28<00:52, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1913/2000, Estimated time remaining: 77.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1914/2000 [28:28<00:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1914/2000, Estimated time remaining: 76.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1915/2000 [28:29<00:58, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1915/2000, Estimated time remaining: 75.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1916/2000 [28:30<00:58, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1916/2000, Estimated time remaining: 75.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1917/2000 [28:30<00:56, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1917/2000, Estimated time remaining: 74.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1918/2000 [28:31<00:54, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1918/2000, Estimated time remaining: 73.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1919/2000 [28:32<00:54, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1919/2000, Estimated time remaining: 72.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1920/2000 [28:32<00:55, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1920/2000, Estimated time remaining: 71.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1921/2000 [28:33<00:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1921/2000, Estimated time remaining: 70.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1922/2000 [28:34<00:52, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1922/2000, Estimated time remaining: 69.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1923/2000 [28:34<00:49, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1923/2000, Estimated time remaining: 68.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1924/2000 [28:35<01:00, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1924/2000, Estimated time remaining: 67.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1925/2000 [28:36<00:56, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1925/2000, Estimated time remaining: 66.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1926/2000 [28:37<01:04, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1926/2000, Estimated time remaining: 66.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1927/2000 [28:39<01:24, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1927/2000, Estimated time remaining: 65.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1928/2000 [28:40<01:11, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1928/2000, Estimated time remaining: 64.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1929/2000 [28:41<01:06, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1929/2000, Estimated time remaining: 63.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1930/2000 [28:41<00:59, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1930/2000, Estimated time remaining: 62.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1931/2000 [28:42<00:55, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1931/2000, Estimated time remaining: 61.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1932/2000 [28:42<00:50, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1932/2000, Estimated time remaining: 60.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1933/2000 [28:43<00:47, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1933/2000, Estimated time remaining: 59.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1934/2000 [28:44<00:45, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1934/2000, Estimated time remaining: 58.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1935/2000 [28:45<00:50, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1935/2000, Estimated time remaining: 58.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1936/2000 [28:45<00:48, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1936/2000, Estimated time remaining: 57.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1937/2000 [28:46<00:46, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1937/2000, Estimated time remaining: 56.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1938/2000 [28:47<00:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1938/2000, Estimated time remaining: 55.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1939/2000 [28:47<00:41, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1939/2000, Estimated time remaining: 54.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1940/2000 [28:49<00:52, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1940/2000, Estimated time remaining: 53.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1941/2000 [28:49<00:48, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1941/2000, Estimated time remaining: 52.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1942/2000 [28:50<00:44, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1942/2000, Estimated time remaining: 51.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1943/2000 [28:51<00:42, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1943/2000, Estimated time remaining: 50.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1944/2000 [28:51<00:38, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1944/2000, Estimated time remaining: 49.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1945/2000 [28:52<00:45, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1945/2000, Estimated time remaining: 49.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1946/2000 [28:53<00:42, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1946/2000, Estimated time remaining: 48.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1947/2000 [28:54<00:38, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1947/2000, Estimated time remaining: 47.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1948/2000 [28:54<00:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1948/2000, Estimated time remaining: 46.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1949/2000 [28:56<00:41, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1949/2000, Estimated time remaining: 45.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1950/2000 [28:56<00:37, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1950/2000, Estimated time remaining: 44.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1951/2000 [28:57<00:35, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1951/2000, Estimated time remaining: 43.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1952/2000 [28:57<00:32, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1952/2000, Estimated time remaining: 42.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1953/2000 [28:58<00:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1953/2000, Estimated time remaining: 41.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1954/2000 [28:59<00:29, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1954/2000, Estimated time remaining: 40.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1955/2000 [28:59<00:28, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1955/2000, Estimated time remaining: 40.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1956/2000 [29:00<00:28, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1956/2000, Estimated time remaining: 39.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1957/2000 [29:00<00:27, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1957/2000, Estimated time remaining: 38.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1958/2000 [29:01<00:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1958/2000, Estimated time remaining: 37.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1959/2000 [29:02<00:25, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1959/2000, Estimated time remaining: 36.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1960/2000 [29:02<00:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1960/2000, Estimated time remaining: 35.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1961/2000 [29:03<00:26, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1961/2000, Estimated time remaining: 34.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1962/2000 [29:04<00:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1962/2000, Estimated time remaining: 33.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1963/2000 [29:05<00:26, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1963/2000, Estimated time remaining: 32.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1964/2000 [29:05<00:26, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1964/2000, Estimated time remaining: 32.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1965/2000 [29:06<00:24, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1965/2000, Estimated time remaining: 31.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1966/2000 [29:07<00:28, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1966/2000, Estimated time remaining: 30.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1967/2000 [29:08<00:28, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1967/2000, Estimated time remaining: 29.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1968/2000 [29:09<00:25, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1968/2000, Estimated time remaining: 28.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1969/2000 [29:09<00:23, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1969/2000, Estimated time remaining: 27.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1970/2000 [29:10<00:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1970/2000, Estimated time remaining: 26.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1971/2000 [29:11<00:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1971/2000, Estimated time remaining: 25.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1972/2000 [29:11<00:18, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1972/2000, Estimated time remaining: 24.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1973/2000 [29:12<00:17, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1973/2000, Estimated time remaining: 24.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1974/2000 [29:12<00:16, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1974/2000, Estimated time remaining: 23.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1975/2000 [29:13<00:16, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1975/2000, Estimated time remaining: 22.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1976/2000 [29:14<00:15, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1976/2000, Estimated time remaining: 21.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1977/2000 [29:14<00:14, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1977/2000, Estimated time remaining: 20.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1978/2000 [29:15<00:14, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1978/2000, Estimated time remaining: 19.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1979/2000 [29:16<00:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1979/2000, Estimated time remaining: 18.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1980/2000 [29:16<00:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1980/2000, Estimated time remaining: 17.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1981/2000 [29:17<00:12, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1981/2000, Estimated time remaining: 16.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1982/2000 [29:18<00:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1982/2000, Estimated time remaining: 16.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1983/2000 [29:18<00:11, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1983/2000, Estimated time remaining: 15.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1984/2000 [29:19<00:10, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1984/2000, Estimated time remaining: 14.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1985/2000 [29:20<00:09, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1985/2000, Estimated time remaining: 13.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1986/2000 [29:20<00:09, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1986/2000, Estimated time remaining: 12.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1987/2000 [29:21<00:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1987/2000, Estimated time remaining: 11.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1988/2000 [29:23<00:11, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1988/2000, Estimated time remaining: 10.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1989/2000 [29:23<00:09, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1989/2000, Estimated time remaining: 9.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1990/2000 [29:24<00:07, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1990/2000, Estimated time remaining: 8.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1991/2000 [29:24<00:06, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1991/2000, Estimated time remaining: 8.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1992/2000 [29:25<00:06, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1992/2000, Estimated time remaining: 7.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1993/2000 [29:26<00:05, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1993/2000, Estimated time remaining: 6.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1994/2000 [29:27<00:05, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1994/2000, Estimated time remaining: 5.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1995/2000 [29:28<00:04, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1995/2000, Estimated time remaining: 4.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1996/2000 [29:29<00:03, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1996/2000, Estimated time remaining: 3.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1997/2000 [29:30<00:02, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1997/2000, Estimated time remaining: 2.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1998/2000 [29:30<00:01, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1998/2000, Estimated time remaining: 1.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1999/2000 [29:33<00:01, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1999/2000, Estimated time remaining: 0.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 2000/2000 [29:34<00:00, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2000/2000, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df8.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df8.csv', index=False)"],"metadata":{"id":"AGkS9aZ8NyEA"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df9['box'] = apply_with_progress(df9, 'feature_image_s3', get_bounding_boxes)"],"metadata":{"colab":{"base_uri":"https://localhost:8080/"},"id":"8-XnSrRoN_t5","executionInfo":{"status":"ok","timestamp":1749301363314,"user_tz":-330,"elapsed":1460387,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"c7f1391d-0b0d-4233-d60e-5e92802a7a5a"},"execution_count":null,"outputs":[{"output_type":"stream","name":"stderr","text":[" 0%| | 1/1483 [00:00<18:37, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1/1483, Estimated time remaining: 1116.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 2/1483 [00:01<15:51, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 2/1483, Estimated time remaining: 975.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 3/1483 [00:02<17:50, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 3/1483, Estimated time remaining: 1054.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 4/1483 [00:02<16:55, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 4/1483, Estimated time remaining: 1023.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 5/1483 [00:03<16:51, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 5/1483, Estimated time remaining: 1019.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 6/1483 [00:04<16:16, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 6/1483, Estimated time remaining: 1000.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 0%| | 7/1483 [00:04<15:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 7/1483, Estimated time remaining: 987.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 8/1483 [00:05<15:38, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 8/1483, Estimated time remaining: 976.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 9/1483 [00:05<15:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 9/1483, Estimated time remaining: 978.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 10/1483 [00:06<15:32, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 10/1483, Estimated time remaining: 967.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 11/1483 [00:08<23:07, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 11/1483, Estimated time remaining: 1099.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 12/1483 [00:08<21:07, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 12/1483, Estimated time remaining: 1089.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 13/1483 [00:09<19:16, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 13/1483, Estimated time remaining: 1074.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 14/1483 [00:10<18:03, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 14/1483, Estimated time remaining: 1062.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 15/1483 [00:11<26:09, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 15/1483, Estimated time remaining: 1171.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 16/1483 [00:12<22:43, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 16/1483, Estimated time remaining: 1152.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 17/1483 [00:13<20:23, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 17/1483, Estimated time remaining: 1137.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%| | 18/1483 [00:13<18:53, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 18/1483, Estimated time remaining: 1124.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 19/1483 [00:14<17:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 19/1483, Estimated time remaining: 1111.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 20/1483 [00:15<16:57, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 20/1483, Estimated time remaining: 1101.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 21/1483 [00:15<16:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 21/1483, Estimated time remaining: 1093.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 1%|▏ | 22/1483 [00:16<16:24, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 22/1483, Estimated time remaining: 1086.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 23/1483 [00:17<16:13, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 23/1483, Estimated time remaining: 1079.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 24/1483 [00:17<15:38, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 24/1483, Estimated time remaining: 1069.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 25/1483 [00:18<15:36, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 25/1483, Estimated time remaining: 1063.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 26/1483 [00:18<15:44, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 26/1483, Estimated time remaining: 1059.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 27/1483 [00:19<15:10, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 27/1483, Estimated time remaining: 1050.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 28/1483 [00:20<14:58, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 28/1483, Estimated time remaining: 1043.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 29/1483 [00:20<15:03, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 29/1483, Estimated time remaining: 1038.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 30/1483 [00:21<15:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 30/1483, Estimated time remaining: 1037.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 31/1483 [00:22<16:50, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 31/1483, Estimated time remaining: 1041.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 32/1483 [00:22<17:00, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 32/1483, Estimated time remaining: 1040.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 33/1483 [00:23<17:50, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 33/1483, Estimated time remaining: 1044.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 34/1483 [00:25<21:51, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 34/1483, Estimated time remaining: 1068.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 35/1483 [00:25<20:44, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 35/1483, Estimated time remaining: 1067.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 36/1483 [00:26<19:29, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 36/1483, Estimated time remaining: 1065.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 2%|▏ | 37/1483 [00:27<18:14, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 37/1483, Estimated time remaining: 1060.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 38/1483 [00:27<17:23, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 38/1483, Estimated time remaining: 1056.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 39/1483 [00:28<16:48, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 39/1483, Estimated time remaining: 1052.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 40/1483 [00:29<18:07, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 40/1483, Estimated time remaining: 1057.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 41/1483 [00:29<17:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 41/1483, Estimated time remaining: 1052.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 42/1483 [00:30<16:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 42/1483, Estimated time remaining: 1050.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 43/1483 [00:31<16:42, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 43/1483, Estimated time remaining: 1047.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 44/1483 [00:31<15:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 44/1483, Estimated time remaining: 1042.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 45/1483 [00:32<15:48, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 45/1483, Estimated time remaining: 1039.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 46/1483 [00:33<15:29, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 46/1483, Estimated time remaining: 1035.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 47/1483 [00:33<15:30, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 47/1483, Estimated time remaining: 1032.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 48/1483 [00:34<15:25, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 48/1483, Estimated time remaining: 1029.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 49/1483 [00:35<14:53, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 49/1483, Estimated time remaining: 1024.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 50/1483 [00:35<15:02, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 50/1483, Estimated time remaining: 1021.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 3%|▎ | 51/1483 [00:36<15:23, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 51/1483, Estimated time remaining: 1020.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 52/1483 [00:37<16:15, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 52/1483, Estimated time remaining: 1020.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 53/1483 [00:37<16:41, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 53/1483, Estimated time remaining: 1021.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 54/1483 [00:38<16:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 54/1483, Estimated time remaining: 1018.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▎ | 55/1483 [00:39<19:21, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 55/1483, Estimated time remaining: 1028.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 56/1483 [00:40<18:02, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 56/1483, Estimated time remaining: 1025.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 57/1483 [00:40<16:50, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 57/1483, Estimated time remaining: 1021.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 58/1483 [00:41<16:12, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 58/1483, Estimated time remaining: 1018.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 59/1483 [00:42<15:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 59/1483, Estimated time remaining: 1014.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 60/1483 [00:42<15:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 60/1483, Estimated time remaining: 1010.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 61/1483 [00:43<14:52, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 61/1483, Estimated time remaining: 1007.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 62/1483 [00:43<15:12, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 62/1483, Estimated time remaining: 1006.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 63/1483 [00:45<19:12, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 63/1483, Estimated time remaining: 1016.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 64/1483 [00:45<17:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 64/1483, Estimated time remaining: 1013.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 65/1483 [00:46<17:07, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 65/1483, Estimated time remaining: 1011.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 4%|▍ | 66/1483 [00:47<16:53, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 66/1483, Estimated time remaining: 1010.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 67/1483 [00:47<16:31, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 67/1483, Estimated time remaining: 1009.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 68/1483 [00:48<15:59, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 68/1483, Estimated time remaining: 1006.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 69/1483 [00:49<15:49, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 69/1483, Estimated time remaining: 1004.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 70/1483 [00:49<15:42, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 70/1483, Estimated time remaining: 1002.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 71/1483 [00:50<15:33, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 71/1483, Estimated time remaining: 1000.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 72/1483 [00:50<15:20, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 72/1483, Estimated time remaining: 998.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 73/1483 [00:51<16:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 73/1483, Estimated time remaining: 1000.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▍ | 74/1483 [00:52<17:24, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 74/1483, Estimated time remaining: 1001.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 75/1483 [00:53<16:49, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 75/1483, Estimated time remaining: 1000.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 76/1483 [00:53<16:26, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 76/1483, Estimated time remaining: 998.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 77/1483 [00:54<17:45, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 77/1483, Estimated time remaining: 1001.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 78/1483 [00:55<17:18, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 78/1483, Estimated time remaining: 1000.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 79/1483 [00:56<16:42, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 79/1483, Estimated time remaining: 998.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 80/1483 [00:57<18:09, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 80/1483, Estimated time remaining: 1001.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 5%|▌ | 81/1483 [00:57<17:19, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 81/1483, Estimated time remaining: 999.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 82/1483 [00:58<16:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 82/1483, Estimated time remaining: 997.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 83/1483 [00:59<16:26, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 83/1483, Estimated time remaining: 996.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 84/1483 [00:59<16:22, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 84/1483, Estimated time remaining: 995.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 85/1483 [01:00<15:58, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 85/1483, Estimated time remaining: 993.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 86/1483 [01:01<15:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 86/1483, Estimated time remaining: 992.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 87/1483 [01:01<15:19, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 87/1483, Estimated time remaining: 990.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 88/1483 [01:02<15:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 88/1483, Estimated time remaining: 988.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 89/1483 [01:03<15:31, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 89/1483, Estimated time remaining: 987.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 90/1483 [01:03<15:49, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 90/1483, Estimated time remaining: 987.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 91/1483 [01:04<15:27, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 91/1483, Estimated time remaining: 985.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▌ | 92/1483 [01:05<18:20, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 92/1483, Estimated time remaining: 990.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 93/1483 [01:06<17:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 93/1483, Estimated time remaining: 988.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 94/1483 [01:06<16:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 94/1483, Estimated time remaining: 986.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 95/1483 [01:17<1:22:32, 3.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 95/1483, Estimated time remaining: 1125.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 6%|▋ | 96/1483 [01:17<1:04:03, 2.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 96/1483, Estimated time remaining: 1125.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 97/1483 [01:18<48:56, 2.12s/it] "]},{"output_type":"stream","name":"stdout","text":["Processed 97/1483, Estimated time remaining: 1121.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 98/1483 [01:19<38:50, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 98/1483, Estimated time remaining: 1119.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 99/1483 [01:19<32:00, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 99/1483, Estimated time remaining: 1116.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 100/1483 [01:20<26:45, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 100/1483, Estimated time remaining: 1113.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 101/1483 [01:21<23:39, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 101/1483, Estimated time remaining: 1111.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 102/1483 [01:21<21:11, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 102/1483, Estimated time remaining: 1108.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 103/1483 [01:23<23:33, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 103/1483, Estimated time remaining: 1114.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 104/1483 [01:23<21:00, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 104/1483, Estimated time remaining: 1111.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 105/1483 [01:24<19:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 105/1483, Estimated time remaining: 1109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 106/1483 [01:25<18:05, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 106/1483, Estimated time remaining: 1106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 107/1483 [01:25<18:16, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 107/1483, Estimated time remaining: 1105.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 108/1483 [01:26<17:46, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 108/1483, Estimated time remaining: 1103.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 109/1483 [01:27<17:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 109/1483, Estimated time remaining: 1101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 110/1483 [01:28<16:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 110/1483, Estimated time remaining: 1098.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 7%|▋ | 111/1483 [01:28<16:16, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 111/1483, Estimated time remaining: 1096.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 112/1483 [01:29<15:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 112/1483, Estimated time remaining: 1094.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 113/1483 [01:30<16:11, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 113/1483, Estimated time remaining: 1092.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 114/1483 [01:30<15:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 114/1483, Estimated time remaining: 1089.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 115/1483 [01:31<15:38, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 115/1483, Estimated time remaining: 1087.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 116/1483 [01:32<15:25, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 116/1483, Estimated time remaining: 1085.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 117/1483 [01:32<15:22, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 117/1483, Estimated time remaining: 1083.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 118/1483 [01:33<15:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 118/1483, Estimated time remaining: 1080.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 119/1483 [01:34<18:11, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 119/1483, Estimated time remaining: 1083.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 120/1483 [01:35<17:47, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 120/1483, Estimated time remaining: 1082.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 121/1483 [01:35<17:04, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 121/1483, Estimated time remaining: 1080.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 122/1483 [01:36<16:22, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 122/1483, Estimated time remaining: 1077.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 123/1483 [01:37<16:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 123/1483, Estimated time remaining: 1076.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 124/1483 [01:38<16:20, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 124/1483, Estimated time remaining: 1074.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 125/1483 [01:38<15:58, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 125/1483, Estimated time remaining: 1072.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 8%|▊ | 126/1483 [01:39<16:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 126/1483, Estimated time remaining: 1071.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 127/1483 [01:40<16:47, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 127/1483, Estimated time remaining: 1070.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 128/1483 [01:40<16:15, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 128/1483, Estimated time remaining: 1068.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▊ | 129/1483 [01:41<15:59, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 129/1483, Estimated time remaining: 1066.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 130/1483 [01:42<15:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 130/1483, Estimated time remaining: 1064.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 131/1483 [01:42<15:35, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 131/1483, Estimated time remaining: 1062.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 132/1483 [01:43<15:51, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 132/1483, Estimated time remaining: 1061.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 133/1483 [01:44<15:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 133/1483, Estimated time remaining: 1059.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 134/1483 [01:44<14:57, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 134/1483, Estimated time remaining: 1056.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 135/1483 [01:45<14:55, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 135/1483, Estimated time remaining: 1054.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 136/1483 [01:47<20:17, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 136/1483, Estimated time remaining: 1060.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 137/1483 [01:48<24:52, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 137/1483, Estimated time remaining: 1067.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 138/1483 [01:52<40:21, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 138/1483, Estimated time remaining: 1092.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 139/1483 [01:52<32:59, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 139/1483, Estimated time remaining: 1090.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 9%|▉ | 140/1483 [01:53<27:28, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 140/1483, Estimated time remaining: 1088.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 141/1483 [01:54<23:23, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 141/1483, Estimated time remaining: 1085.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 142/1483 [01:54<20:41, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 142/1483, Estimated time remaining: 1083.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 143/1483 [01:55<18:42, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 143/1483, Estimated time remaining: 1081.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 144/1483 [01:56<17:25, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 144/1483, Estimated time remaining: 1078.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 145/1483 [01:56<16:02, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 145/1483, Estimated time remaining: 1075.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 146/1483 [01:57<15:28, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 146/1483, Estimated time remaining: 1073.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 147/1483 [01:57<14:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 147/1483, Estimated time remaining: 1070.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|▉ | 148/1483 [01:59<20:29, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 148/1483, Estimated time remaining: 1076.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 149/1483 [01:59<18:26, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 149/1483, Estimated time remaining: 1073.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 150/1483 [02:00<17:04, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 150/1483, Estimated time remaining: 1071.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 151/1483 [02:01<17:08, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 151/1483, Estimated time remaining: 1070.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 152/1483 [02:02<16:18, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 152/1483, Estimated time remaining: 1068.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 153/1483 [02:02<15:52, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 153/1483, Estimated time remaining: 1066.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 154/1483 [02:03<19:47, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 154/1483, Estimated time remaining: 1070.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 10%|█ | 155/1483 [02:04<17:54, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 155/1483, Estimated time remaining: 1067.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 156/1483 [02:05<16:32, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 156/1483, Estimated time remaining: 1065.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 157/1483 [02:05<15:29, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 157/1483, Estimated time remaining: 1062.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 158/1483 [02:06<14:56, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 158/1483, Estimated time remaining: 1060.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 159/1483 [02:07<15:33, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 159/1483, Estimated time remaining: 1059.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 160/1483 [02:07<15:35, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 160/1483, Estimated time remaining: 1057.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 161/1483 [02:08<14:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 161/1483, Estimated time remaining: 1054.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 162/1483 [02:09<15:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 162/1483, Estimated time remaining: 1053.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 163/1483 [02:09<15:01, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 163/1483, Estimated time remaining: 1051.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 164/1483 [02:10<14:23, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 164/1483, Estimated time remaining: 1049.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 165/1483 [02:11<14:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 165/1483, Estimated time remaining: 1047.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█ | 166/1483 [02:11<13:58, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 166/1483, Estimated time remaining: 1045.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 167/1483 [02:12<14:42, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 167/1483, Estimated time remaining: 1044.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 168/1483 [02:13<14:36, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 168/1483, Estimated time remaining: 1042.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 169/1483 [02:13<15:47, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 169/1483, Estimated time remaining: 1041.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 11%|█▏ | 170/1483 [02:14<15:21, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 170/1483, Estimated time remaining: 1040.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 171/1483 [02:15<16:12, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 171/1483, Estimated time remaining: 1039.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 172/1483 [02:16<15:38, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 172/1483, Estimated time remaining: 1037.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 173/1483 [02:17<21:22, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 173/1483, Estimated time remaining: 1042.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 174/1483 [02:18<19:14, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 174/1483, Estimated time remaining: 1041.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 175/1483 [02:19<17:47, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 175/1483, Estimated time remaining: 1039.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 176/1483 [02:19<16:11, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 176/1483, Estimated time remaining: 1036.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 177/1483 [02:20<15:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 177/1483, Estimated time remaining: 1035.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 178/1483 [02:20<15:17, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 178/1483, Estimated time remaining: 1033.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 179/1483 [02:21<14:28, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 179/1483, Estimated time remaining: 1031.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 180/1483 [02:22<13:46, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 180/1483, Estimated time remaining: 1028.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 181/1483 [02:22<13:34, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 181/1483, Estimated time remaining: 1026.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 182/1483 [02:23<13:12, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 182/1483, Estimated time remaining: 1024.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 183/1483 [02:23<13:20, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 183/1483, Estimated time remaining: 1022.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 184/1483 [02:24<13:15, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 184/1483, Estimated time remaining: 1020.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 12%|█▏ | 185/1483 [02:25<13:35, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 185/1483, Estimated time remaining: 1018.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 186/1483 [02:26<15:29, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 186/1483, Estimated time remaining: 1018.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 187/1483 [02:26<14:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 187/1483, Estimated time remaining: 1016.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 188/1483 [02:27<14:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 188/1483, Estimated time remaining: 1014.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 189/1483 [02:28<14:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 189/1483, Estimated time remaining: 1013.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 190/1483 [02:31<30:51, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 190/1483, Estimated time remaining: 1029.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 191/1483 [02:31<25:56, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 191/1483, Estimated time remaining: 1027.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 192/1483 [02:32<24:44, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 192/1483, Estimated time remaining: 1028.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 193/1483 [02:33<21:23, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 193/1483, Estimated time remaining: 1026.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 194/1483 [02:34<18:41, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 194/1483, Estimated time remaining: 1024.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 195/1483 [02:34<16:48, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 195/1483, Estimated time remaining: 1021.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 196/1483 [02:35<15:42, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 196/1483, Estimated time remaining: 1019.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 197/1483 [02:35<14:53, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 197/1483, Estimated time remaining: 1017.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 198/1483 [02:36<14:20, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 198/1483, Estimated time remaining: 1015.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 199/1483 [02:37<14:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 199/1483, Estimated time remaining: 1014.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 13%|█▎ | 200/1483 [02:37<14:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 200/1483, Estimated time remaining: 1012.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 201/1483 [02:38<13:36, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 201/1483, Estimated time remaining: 1010.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 202/1483 [02:39<13:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 202/1483, Estimated time remaining: 1008.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▎ | 203/1483 [02:39<14:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 203/1483, Estimated time remaining: 1007.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 204/1483 [02:40<14:12, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 204/1483, Estimated time remaining: 1006.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 205/1483 [02:41<13:59, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 205/1483, Estimated time remaining: 1004.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 206/1483 [02:41<13:43, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 206/1483, Estimated time remaining: 1002.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 207/1483 [02:42<17:20, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 207/1483, Estimated time remaining: 1004.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 208/1483 [02:43<16:40, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 208/1483, Estimated time remaining: 1003.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 209/1483 [02:44<15:54, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 209/1483, Estimated time remaining: 1001.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 210/1483 [02:44<14:44, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 210/1483, Estimated time remaining: 999.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 211/1483 [02:45<14:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 211/1483, Estimated time remaining: 997.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 212/1483 [02:46<14:41, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 212/1483, Estimated time remaining: 996.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 213/1483 [02:47<15:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 213/1483, Estimated time remaining: 996.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 214/1483 [02:47<15:41, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 214/1483, Estimated time remaining: 995.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 14%|█▍ | 215/1483 [02:48<15:28, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 215/1483, Estimated time remaining: 994.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 216/1483 [02:49<15:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 216/1483, Estimated time remaining: 992.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 217/1483 [02:49<15:07, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 217/1483, Estimated time remaining: 991.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 218/1483 [02:50<14:17, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 218/1483, Estimated time remaining: 989.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 219/1483 [02:51<14:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 219/1483, Estimated time remaining: 988.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 220/1483 [02:51<14:12, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 220/1483, Estimated time remaining: 986.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 221/1483 [02:52<15:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 221/1483, Estimated time remaining: 986.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▍ | 222/1483 [02:53<14:24, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 222/1483, Estimated time remaining: 984.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 223/1483 [02:53<13:46, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 223/1483, Estimated time remaining: 982.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 224/1483 [02:55<18:18, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 224/1483, Estimated time remaining: 985.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 225/1483 [02:56<17:46, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 225/1483, Estimated time remaining: 984.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 226/1483 [02:56<16:57, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 226/1483, Estimated time remaining: 983.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 227/1483 [02:57<16:07, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 227/1483, Estimated time remaining: 981.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 228/1483 [02:58<15:31, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 228/1483, Estimated time remaining: 980.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 15%|█▌ | 229/1483 [02:58<14:50, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 229/1483, Estimated time remaining: 979.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 230/1483 [02:59<15:36, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 230/1483, Estimated time remaining: 978.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 231/1483 [03:00<16:45, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 231/1483, Estimated time remaining: 978.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 232/1483 [03:02<22:32, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 232/1483, Estimated time remaining: 982.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 233/1483 [03:03<21:56, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 233/1483, Estimated time remaining: 983.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 234/1483 [03:04<22:34, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 234/1483, Estimated time remaining: 984.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 235/1483 [03:05<19:44, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 235/1483, Estimated time remaining: 982.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 236/1483 [03:06<20:42, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 236/1483, Estimated time remaining: 983.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 237/1483 [03:06<19:12, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 237/1483, Estimated time remaining: 982.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 238/1483 [03:07<17:31, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 238/1483, Estimated time remaining: 981.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 239/1483 [03:08<16:19, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 239/1483, Estimated time remaining: 979.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▌ | 240/1483 [03:08<15:00, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 240/1483, Estimated time remaining: 977.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 241/1483 [03:09<14:04, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 241/1483, Estimated time remaining: 976.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 242/1483 [03:10<15:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 242/1483, Estimated time remaining: 975.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 243/1483 [03:10<14:41, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 243/1483, Estimated time remaining: 974.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 16%|█▋ | 244/1483 [03:11<16:55, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 244/1483, Estimated time remaining: 974.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 245/1483 [03:12<15:58, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 245/1483, Estimated time remaining: 973.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 246/1483 [03:13<15:01, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 246/1483, Estimated time remaining: 971.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 247/1483 [03:13<14:24, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 247/1483, Estimated time remaining: 970.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 248/1483 [03:14<13:55, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 248/1483, Estimated time remaining: 968.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 249/1483 [03:15<13:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 249/1483, Estimated time remaining: 967.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 250/1483 [03:15<13:01, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 250/1483, Estimated time remaining: 965.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 251/1483 [03:16<16:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 251/1483, Estimated time remaining: 966.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 252/1483 [03:17<15:16, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 252/1483, Estimated time remaining: 965.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 253/1483 [03:18<14:15, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 253/1483, Estimated time remaining: 963.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 254/1483 [03:18<13:44, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 254/1483, Estimated time remaining: 961.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 255/1483 [03:19<13:08, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 255/1483, Estimated time remaining: 959.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 256/1483 [03:19<12:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 256/1483, Estimated time remaining: 958.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 257/1483 [03:20<12:40, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 257/1483, Estimated time remaining: 956.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 258/1483 [03:21<12:29, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 258/1483, Estimated time remaining: 954.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 17%|█▋ | 259/1483 [03:21<12:22, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 259/1483, Estimated time remaining: 953.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 260/1483 [03:22<13:53, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 260/1483, Estimated time remaining: 952.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 261/1483 [03:23<13:35, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 261/1483, Estimated time remaining: 951.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 262/1483 [03:23<13:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 262/1483, Estimated time remaining: 949.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 263/1483 [03:24<13:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 263/1483, Estimated time remaining: 948.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 264/1483 [03:25<12:59, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 264/1483, Estimated time remaining: 946.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 265/1483 [03:25<12:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 265/1483, Estimated time remaining: 945.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 266/1483 [03:26<12:36, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 266/1483, Estimated time remaining: 943.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 267/1483 [03:26<12:21, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 267/1483, Estimated time remaining: 942.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 268/1483 [03:29<26:33, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 268/1483, Estimated time remaining: 951.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 269/1483 [03:30<22:19, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 269/1483, Estimated time remaining: 949.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 270/1483 [03:31<19:21, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 270/1483, Estimated time remaining: 948.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 271/1483 [03:31<17:00, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 271/1483, Estimated time remaining: 946.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 272/1483 [03:32<16:22, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 272/1483, Estimated time remaining: 945.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 273/1483 [03:33<15:38, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 273/1483, Estimated time remaining: 944.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 18%|█▊ | 274/1483 [03:33<14:37, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 274/1483, Estimated time remaining: 942.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 275/1483 [03:34<14:02, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 275/1483, Estimated time remaining: 941.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 276/1483 [03:34<13:30, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 276/1483, Estimated time remaining: 939.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 277/1483 [03:35<12:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 277/1483, Estimated time remaining: 938.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▊ | 278/1483 [03:36<12:33, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 278/1483, Estimated time remaining: 936.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 279/1483 [03:36<13:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 279/1483, Estimated time remaining: 935.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 280/1483 [03:37<12:40, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 280/1483, Estimated time remaining: 933.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 281/1483 [03:38<12:53, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 281/1483, Estimated time remaining: 932.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 282/1483 [03:38<13:19, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 282/1483, Estimated time remaining: 931.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 283/1483 [03:40<17:08, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 283/1483, Estimated time remaining: 933.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 284/1483 [03:40<15:43, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 284/1483, Estimated time remaining: 931.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 285/1483 [03:41<14:21, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 285/1483, Estimated time remaining: 930.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 286/1483 [03:41<14:01, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 286/1483, Estimated time remaining: 928.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 287/1483 [03:42<13:39, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 287/1483, Estimated time remaining: 927.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 288/1483 [03:43<13:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 288/1483, Estimated time remaining: 926.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 19%|█▉ | 289/1483 [03:43<13:18, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 289/1483, Estimated time remaining: 924.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 290/1483 [03:44<13:08, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 290/1483, Estimated time remaining: 923.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 291/1483 [03:45<13:10, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 291/1483, Estimated time remaining: 922.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 292/1483 [03:45<13:35, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 292/1483, Estimated time remaining: 921.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 293/1483 [03:46<13:04, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 293/1483, Estimated time remaining: 919.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 294/1483 [03:47<12:53, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 294/1483, Estimated time remaining: 918.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 295/1483 [03:47<12:35, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 295/1483, Estimated time remaining: 917.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|█▉ | 296/1483 [03:48<13:19, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 296/1483, Estimated time remaining: 916.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 297/1483 [03:49<12:37, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 297/1483, Estimated time remaining: 914.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 298/1483 [03:49<12:39, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 298/1483, Estimated time remaining: 913.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 299/1483 [03:50<12:23, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 299/1483, Estimated time remaining: 912.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 300/1483 [03:50<12:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 300/1483, Estimated time remaining: 910.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 301/1483 [03:51<12:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 301/1483, Estimated time remaining: 909.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 302/1483 [03:52<12:08, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 302/1483, Estimated time remaining: 907.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 303/1483 [03:52<11:57, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 303/1483, Estimated time remaining: 906.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 20%|██ | 304/1483 [03:53<11:48, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 304/1483, Estimated time remaining: 904.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 305/1483 [03:54<12:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 305/1483, Estimated time remaining: 904.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 306/1483 [03:54<12:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 306/1483, Estimated time remaining: 902.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 307/1483 [03:55<12:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 307/1483, Estimated time remaining: 901.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 308/1483 [03:55<12:21, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 308/1483, Estimated time remaining: 900.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 309/1483 [03:56<11:54, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 309/1483, Estimated time remaining: 898.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 310/1483 [03:57<12:18, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 310/1483, Estimated time remaining: 897.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 311/1483 [03:57<11:48, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 311/1483, Estimated time remaining: 895.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 312/1483 [03:58<12:01, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 312/1483, Estimated time remaining: 894.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 313/1483 [03:59<12:49, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 313/1483, Estimated time remaining: 893.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 314/1483 [03:59<12:43, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 314/1483, Estimated time remaining: 892.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██ | 315/1483 [04:00<14:42, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 315/1483, Estimated time remaining: 892.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 316/1483 [04:01<13:44, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 316/1483, Estimated time remaining: 891.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 317/1483 [04:02<13:20, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 317/1483, Estimated time remaining: 890.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 21%|██▏ | 318/1483 [04:02<13:54, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 318/1483, Estimated time remaining: 889.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 319/1483 [04:03<13:34, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 319/1483, Estimated time remaining: 888.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 320/1483 [04:04<13:16, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 320/1483, Estimated time remaining: 887.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 321/1483 [04:04<12:32, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 321/1483, Estimated time remaining: 885.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 322/1483 [04:05<12:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 322/1483, Estimated time remaining: 884.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 323/1483 [04:05<12:23, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 323/1483, Estimated time remaining: 883.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 324/1483 [04:06<12:22, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 324/1483, Estimated time remaining: 882.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 325/1483 [04:07<13:06, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 325/1483, Estimated time remaining: 881.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 326/1483 [04:07<12:48, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 326/1483, Estimated time remaining: 880.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 327/1483 [04:08<12:28, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 327/1483, Estimated time remaining: 878.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 328/1483 [04:09<12:05, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 328/1483, Estimated time remaining: 877.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 329/1483 [04:09<11:56, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 329/1483, Estimated time remaining: 876.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 330/1483 [04:10<11:41, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 330/1483, Estimated time remaining: 874.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 331/1483 [04:11<13:09, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 331/1483, Estimated time remaining: 874.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 332/1483 [04:11<12:18, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 332/1483, Estimated time remaining: 872.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 22%|██▏ | 333/1483 [04:12<15:01, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 333/1483, Estimated time remaining: 873.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 334/1483 [04:13<14:06, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 334/1483, Estimated time remaining: 872.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 335/1483 [04:14<13:34, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 335/1483, Estimated time remaining: 870.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 336/1483 [04:14<13:02, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 336/1483, Estimated time remaining: 869.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 337/1483 [04:15<13:11, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 337/1483, Estimated time remaining: 868.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 338/1483 [04:16<13:16, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 338/1483, Estimated time remaining: 867.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 339/1483 [04:16<13:06, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 339/1483, Estimated time remaining: 866.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 340/1483 [04:17<12:38, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 340/1483, Estimated time remaining: 865.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 341/1483 [04:18<12:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 341/1483, Estimated time remaining: 864.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 342/1483 [04:18<12:02, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 342/1483, Estimated time remaining: 863.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 343/1483 [04:19<13:56, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 343/1483, Estimated time remaining: 862.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 344/1483 [04:20<13:39, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 344/1483, Estimated time remaining: 861.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 345/1483 [04:20<13:22, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 345/1483, Estimated time remaining: 860.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 346/1483 [04:21<12:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 346/1483, Estimated time remaining: 859.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 347/1483 [04:22<12:14, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 347/1483, Estimated time remaining: 858.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 23%|██▎ | 348/1483 [04:22<11:58, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 348/1483, Estimated time remaining: 857.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 349/1483 [04:23<12:03, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 349/1483, Estimated time remaining: 855.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 350/1483 [04:24<11:50, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 350/1483, Estimated time remaining: 854.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 351/1483 [04:24<12:52, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 351/1483, Estimated time remaining: 854.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▎ | 352/1483 [04:25<12:45, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 352/1483, Estimated time remaining: 853.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 353/1483 [04:27<18:12, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 353/1483, Estimated time remaining: 855.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 354/1483 [04:27<16:36, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 354/1483, Estimated time remaining: 854.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 355/1483 [04:28<15:56, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 355/1483, Estimated time remaining: 853.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 356/1483 [04:29<14:35, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 356/1483, Estimated time remaining: 852.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 357/1483 [04:30<15:04, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 357/1483, Estimated time remaining: 851.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 358/1483 [04:30<14:03, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 358/1483, Estimated time remaining: 850.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 359/1483 [04:31<13:28, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 359/1483, Estimated time remaining: 849.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 360/1483 [04:31<12:52, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 360/1483, Estimated time remaining: 848.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 361/1483 [04:32<12:36, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 361/1483, Estimated time remaining: 847.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 362/1483 [04:33<12:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 362/1483, Estimated time remaining: 846.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 24%|██▍ | 363/1483 [04:38<37:51, 2.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 363/1483, Estimated time remaining: 859.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 364/1483 [04:39<30:17, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 364/1483, Estimated time remaining: 858.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 365/1483 [04:41<34:40, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 365/1483, Estimated time remaining: 862.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 366/1483 [04:42<27:35, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 366/1483, Estimated time remaining: 861.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 367/1483 [04:42<23:15, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 367/1483, Estimated time remaining: 860.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 368/1483 [04:43<19:58, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 368/1483, Estimated time remaining: 859.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 369/1483 [04:44<17:18, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 369/1483, Estimated time remaining: 857.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▍ | 370/1483 [04:44<15:13, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 370/1483, Estimated time remaining: 856.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 371/1483 [04:45<13:46, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 371/1483, Estimated time remaining: 855.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 372/1483 [04:45<12:45, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 372/1483, Estimated time remaining: 853.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 373/1483 [04:46<12:08, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 373/1483, Estimated time remaining: 852.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 374/1483 [04:47<11:56, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 374/1483, Estimated time remaining: 851.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 375/1483 [04:47<11:35, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 375/1483, Estimated time remaining: 849.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 376/1483 [04:48<11:37, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 376/1483, Estimated time remaining: 848.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 377/1483 [04:48<11:34, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 377/1483, Estimated time remaining: 847.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 25%|██▌ | 378/1483 [04:49<11:37, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 378/1483, Estimated time remaining: 846.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 379/1483 [04:50<11:38, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 379/1483, Estimated time remaining: 845.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 380/1483 [04:50<12:40, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 380/1483, Estimated time remaining: 844.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 381/1483 [04:51<12:17, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 381/1483, Estimated time remaining: 843.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 382/1483 [04:52<13:37, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 382/1483, Estimated time remaining: 843.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 383/1483 [04:53<12:55, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 383/1483, Estimated time remaining: 841.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 384/1483 [04:53<12:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 384/1483, Estimated time remaining: 840.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 385/1483 [04:54<11:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 385/1483, Estimated time remaining: 839.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 386/1483 [04:54<11:29, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 386/1483, Estimated time remaining: 838.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 387/1483 [04:55<11:14, 1.63it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 387/1483, Estimated time remaining: 836.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 388/1483 [04:56<11:04, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 388/1483, Estimated time remaining: 835.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▌ | 389/1483 [04:56<10:59, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 389/1483, Estimated time remaining: 834.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 390/1483 [04:57<11:14, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 390/1483, Estimated time remaining: 833.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 391/1483 [04:57<11:33, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 391/1483, Estimated time remaining: 832.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 26%|██▋ | 392/1483 [04:58<11:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 392/1483, Estimated time remaining: 831.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 393/1483 [04:59<11:38, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 393/1483, Estimated time remaining: 830.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 394/1483 [04:59<11:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 394/1483, Estimated time remaining: 828.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 395/1483 [05:00<11:26, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 395/1483, Estimated time remaining: 827.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 396/1483 [05:01<11:31, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 396/1483, Estimated time remaining: 826.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 397/1483 [05:02<13:56, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 397/1483, Estimated time remaining: 826.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 398/1483 [05:02<13:17, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 398/1483, Estimated time remaining: 825.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 399/1483 [05:03<12:42, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 399/1483, Estimated time remaining: 824.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 400/1483 [05:04<12:17, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 400/1483, Estimated time remaining: 823.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 401/1483 [05:04<11:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 401/1483, Estimated time remaining: 822.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 402/1483 [05:05<12:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 402/1483, Estimated time remaining: 821.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 403/1483 [05:06<12:33, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 403/1483, Estimated time remaining: 820.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 404/1483 [05:06<12:10, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 404/1483, Estimated time remaining: 819.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 405/1483 [05:07<11:51, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 405/1483, Estimated time remaining: 818.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 406/1483 [05:08<11:30, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 406/1483, Estimated time remaining: 817.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 27%|██▋ | 407/1483 [05:08<11:09, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 407/1483, Estimated time remaining: 816.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 408/1483 [05:09<10:48, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 408/1483, Estimated time remaining: 814.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 409/1483 [05:09<10:43, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 409/1483, Estimated time remaining: 813.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 410/1483 [05:10<10:28, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 410/1483, Estimated time remaining: 812.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 411/1483 [05:10<10:37, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 411/1483, Estimated time remaining: 811.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 412/1483 [05:11<10:30, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 412/1483, Estimated time remaining: 809.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 413/1483 [05:12<10:48, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 413/1483, Estimated time remaining: 808.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 414/1483 [05:12<11:02, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 414/1483, Estimated time remaining: 807.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 415/1483 [05:13<10:50, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 415/1483, Estimated time remaining: 806.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 416/1483 [05:14<12:54, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 416/1483, Estimated time remaining: 806.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 417/1483 [05:15<12:10, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 417/1483, Estimated time remaining: 805.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 418/1483 [05:15<11:38, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 418/1483, Estimated time remaining: 804.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 419/1483 [05:16<11:40, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 419/1483, Estimated time remaining: 803.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 420/1483 [05:19<26:42, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 420/1483, Estimated time remaining: 809.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 421/1483 [05:20<22:02, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 421/1483, Estimated time remaining: 808.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 28%|██▊ | 422/1483 [05:21<18:57, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 422/1483, Estimated time remaining: 807.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 423/1483 [05:21<16:25, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 423/1483, Estimated time remaining: 806.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 424/1483 [05:22<14:45, 1.20it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 424/1483, Estimated time remaining: 804.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 425/1483 [05:22<13:49, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 425/1483, Estimated time remaining: 803.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▊ | 426/1483 [05:23<13:11, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 426/1483, Estimated time remaining: 802.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 427/1483 [05:24<12:30, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 427/1483, Estimated time remaining: 801.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 428/1483 [05:24<11:56, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 428/1483, Estimated time remaining: 800.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 429/1483 [05:25<11:39, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 429/1483, Estimated time remaining: 799.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 430/1483 [05:26<11:10, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 430/1483, Estimated time remaining: 798.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 431/1483 [05:26<11:40, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 431/1483, Estimated time remaining: 797.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 432/1483 [05:27<11:26, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 432/1483, Estimated time remaining: 796.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 433/1483 [05:28<11:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 433/1483, Estimated time remaining: 795.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 434/1483 [05:28<11:23, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 434/1483, Estimated time remaining: 794.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 435/1483 [05:29<11:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 435/1483, Estimated time remaining: 793.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 436/1483 [05:29<11:21, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 436/1483, Estimated time remaining: 792.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 29%|██▉ | 437/1483 [05:30<11:11, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 437/1483, Estimated time remaining: 791.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 438/1483 [05:31<10:48, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 438/1483, Estimated time remaining: 790.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 439/1483 [05:31<10:47, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 439/1483, Estimated time remaining: 789.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 440/1483 [05:32<10:59, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 440/1483, Estimated time remaining: 788.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 441/1483 [05:33<10:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 441/1483, Estimated time remaining: 786.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 442/1483 [05:33<11:19, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 442/1483, Estimated time remaining: 786.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 443/1483 [05:34<11:09, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 443/1483, Estimated time remaining: 785.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|██▉ | 444/1483 [05:35<11:09, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 444/1483, Estimated time remaining: 784.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 445/1483 [05:35<11:12, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 445/1483, Estimated time remaining: 783.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 446/1483 [05:36<10:53, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 446/1483, Estimated time remaining: 781.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 447/1483 [05:37<11:40, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 447/1483, Estimated time remaining: 781.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 448/1483 [05:37<11:41, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 448/1483, Estimated time remaining: 780.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 449/1483 [05:38<14:26, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 449/1483, Estimated time remaining: 780.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 450/1483 [05:39<13:16, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 450/1483, Estimated time remaining: 779.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 451/1483 [05:40<12:22, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 451/1483, Estimated time remaining: 778.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 30%|███ | 452/1483 [05:40<11:47, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 452/1483, Estimated time remaining: 777.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 453/1483 [05:41<11:05, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 453/1483, Estimated time remaining: 776.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 454/1483 [05:41<10:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 454/1483, Estimated time remaining: 775.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 455/1483 [05:42<11:09, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 455/1483, Estimated time remaining: 774.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 456/1483 [05:43<11:17, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 456/1483, Estimated time remaining: 773.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 457/1483 [05:43<11:04, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 457/1483, Estimated time remaining: 772.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 458/1483 [05:44<10:49, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 458/1483, Estimated time remaining: 771.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 459/1483 [05:45<10:35, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 459/1483, Estimated time remaining: 769.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 460/1483 [05:45<10:18, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 460/1483, Estimated time remaining: 768.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 461/1483 [05:46<10:06, 1.68it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 461/1483, Estimated time remaining: 767.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 462/1483 [05:46<10:18, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 462/1483, Estimated time remaining: 766.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███ | 463/1483 [05:47<10:27, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 463/1483, Estimated time remaining: 765.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 464/1483 [05:48<10:21, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 464/1483, Estimated time remaining: 764.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 465/1483 [05:48<10:00, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 465/1483, Estimated time remaining: 763.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 466/1483 [05:49<09:48, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 466/1483, Estimated time remaining: 762.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 31%|███▏ | 467/1483 [05:49<09:53, 1.71it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 467/1483, Estimated time remaining: 761.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 468/1483 [05:50<09:56, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 468/1483, Estimated time remaining: 760.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 469/1483 [05:51<09:55, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 469/1483, Estimated time remaining: 758.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 470/1483 [05:51<09:46, 1.73it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 470/1483, Estimated time remaining: 757.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 471/1483 [05:52<09:55, 1.70it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 471/1483, Estimated time remaining: 756.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 472/1483 [05:52<10:16, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 472/1483, Estimated time remaining: 755.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 473/1483 [05:53<10:31, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 473/1483, Estimated time remaining: 754.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 474/1483 [05:54<10:21, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 474/1483, Estimated time remaining: 753.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 475/1483 [05:54<10:06, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 475/1483, Estimated time remaining: 752.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 476/1483 [05:55<10:27, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 476/1483, Estimated time remaining: 751.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 477/1483 [05:55<10:38, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 477/1483, Estimated time remaining: 750.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 478/1483 [05:56<10:40, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 478/1483, Estimated time remaining: 749.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 479/1483 [05:57<10:45, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 479/1483, Estimated time remaining: 748.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 480/1483 [05:57<10:26, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 480/1483, Estimated time remaining: 747.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 32%|███▏ | 481/1483 [05:59<13:26, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 481/1483, Estimated time remaining: 748.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 482/1483 [05:59<12:21, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 482/1483, Estimated time remaining: 747.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 483/1483 [06:00<11:31, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 483/1483, Estimated time remaining: 745.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 484/1483 [06:00<10:47, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 484/1483, Estimated time remaining: 744.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 485/1483 [06:01<10:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 485/1483, Estimated time remaining: 743.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 486/1483 [06:02<10:37, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 486/1483, Estimated time remaining: 742.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 487/1483 [06:02<10:41, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 487/1483, Estimated time remaining: 741.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 488/1483 [06:03<10:35, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 488/1483, Estimated time remaining: 740.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 489/1483 [06:04<10:34, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 489/1483, Estimated time remaining: 739.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 490/1483 [06:05<13:07, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 490/1483, Estimated time remaining: 740.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 491/1483 [06:05<12:05, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 491/1483, Estimated time remaining: 738.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 492/1483 [06:06<11:25, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 492/1483, Estimated time remaining: 737.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 493/1483 [06:06<11:11, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 493/1483, Estimated time remaining: 737.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 494/1483 [06:07<10:58, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 494/1483, Estimated time remaining: 736.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 495/1483 [06:08<10:25, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 495/1483, Estimated time remaining: 734.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 33%|███▎ | 496/1483 [06:08<10:24, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 496/1483, Estimated time remaining: 733.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 497/1483 [06:09<10:11, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 497/1483, Estimated time remaining: 732.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 498/1483 [06:09<09:56, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 498/1483, Estimated time remaining: 731.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 499/1483 [06:10<09:50, 1.67it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 499/1483, Estimated time remaining: 730.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▎ | 500/1483 [06:11<09:50, 1.66it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 500/1483, Estimated time remaining: 729.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 501/1483 [06:11<09:40, 1.69it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 501/1483, Estimated time remaining: 728.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 502/1483 [06:13<15:00, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 502/1483, Estimated time remaining: 729.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 503/1483 [06:14<14:57, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 503/1483, Estimated time remaining: 729.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 504/1483 [06:14<13:05, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 504/1483, Estimated time remaining: 728.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 505/1483 [06:15<12:26, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 505/1483, Estimated time remaining: 727.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 506/1483 [06:16<11:23, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 506/1483, Estimated time remaining: 726.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 507/1483 [06:16<11:17, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 507/1483, Estimated time remaining: 725.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 508/1483 [06:17<10:55, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 508/1483, Estimated time remaining: 724.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 509/1483 [06:18<10:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 509/1483, Estimated time remaining: 723.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 510/1483 [06:18<10:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 510/1483, Estimated time remaining: 722.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 34%|███▍ | 511/1483 [06:19<10:09, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 511/1483, Estimated time remaining: 721.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 512/1483 [06:19<10:49, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 512/1483, Estimated time remaining: 720.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 513/1483 [06:20<12:00, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 513/1483, Estimated time remaining: 720.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 514/1483 [06:22<14:01, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 514/1483, Estimated time remaining: 720.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 515/1483 [06:23<16:31, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 515/1483, Estimated time remaining: 720.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 516/1483 [06:24<16:06, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 516/1483, Estimated time remaining: 720.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 517/1483 [06:26<19:14, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 517/1483, Estimated time remaining: 721.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 518/1483 [06:27<22:07, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 518/1483, Estimated time remaining: 722.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▍ | 519/1483 [06:29<25:11, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 519/1483, Estimated time remaining: 724.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 520/1483 [06:30<21:11, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 520/1483, Estimated time remaining: 723.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 521/1483 [06:31<17:59, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 521/1483, Estimated time remaining: 722.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 522/1483 [06:31<15:57, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 522/1483, Estimated time remaining: 721.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 523/1483 [06:32<14:14, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 523/1483, Estimated time remaining: 720.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 524/1483 [06:33<12:45, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 524/1483, Estimated time remaining: 719.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 525/1483 [06:34<17:04, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 525/1483, Estimated time remaining: 720.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 35%|███▌ | 526/1483 [06:35<15:24, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 526/1483, Estimated time remaining: 719.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 527/1483 [06:36<14:42, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 527/1483, Estimated time remaining: 719.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 528/1483 [06:37<13:44, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 528/1483, Estimated time remaining: 718.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 529/1483 [06:37<13:09, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 529/1483, Estimated time remaining: 717.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 530/1483 [06:38<12:59, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 530/1483, Estimated time remaining: 716.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 531/1483 [06:39<12:31, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 531/1483, Estimated time remaining: 716.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 532/1483 [06:40<11:48, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 532/1483, Estimated time remaining: 715.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 533/1483 [06:42<18:44, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 533/1483, Estimated time remaining: 717.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 534/1483 [06:42<16:09, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 534/1483, Estimated time remaining: 716.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 535/1483 [06:44<18:42, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 535/1483, Estimated time remaining: 716.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 536/1483 [06:45<15:58, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 536/1483, Estimated time remaining: 715.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▌ | 537/1483 [06:45<14:09, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 537/1483, Estimated time remaining: 714.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 538/1483 [06:46<13:39, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 538/1483, Estimated time remaining: 714.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 539/1483 [06:47<12:54, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 539/1483, Estimated time remaining: 713.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 540/1483 [06:47<12:13, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 540/1483, Estimated time remaining: 712.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 36%|███▋ | 541/1483 [06:48<11:52, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 541/1483, Estimated time remaining: 711.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 542/1483 [06:49<11:18, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 542/1483, Estimated time remaining: 710.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 543/1483 [06:49<10:59, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 543/1483, Estimated time remaining: 709.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 544/1483 [06:54<27:58, 1.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 544/1483, Estimated time remaining: 715.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 545/1483 [06:55<23:38, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 545/1483, Estimated time remaining: 714.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 546/1483 [06:56<20:51, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 546/1483, Estimated time remaining: 713.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 547/1483 [06:56<17:28, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 547/1483, Estimated time remaining: 712.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 548/1483 [06:57<16:10, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 548/1483, Estimated time remaining: 712.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 549/1483 [06:58<16:15, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 549/1483, Estimated time remaining: 712.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 550/1483 [06:59<16:17, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 550/1483, Estimated time remaining: 711.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 551/1483 [07:00<15:55, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 551/1483, Estimated time remaining: 711.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 552/1483 [07:01<14:01, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 552/1483, Estimated time remaining: 710.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 553/1483 [07:01<13:22, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 553/1483, Estimated time remaining: 709.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 554/1483 [07:02<12:15, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 554/1483, Estimated time remaining: 708.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 555/1483 [07:03<11:35, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 555/1483, Estimated time remaining: 707.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 37%|███▋ | 556/1483 [07:03<11:20, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 556/1483, Estimated time remaining: 706.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 557/1483 [07:04<10:47, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 557/1483, Estimated time remaining: 705.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 558/1483 [07:05<10:29, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 558/1483, Estimated time remaining: 704.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 559/1483 [07:05<10:43, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 559/1483, Estimated time remaining: 704.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 560/1483 [07:07<14:08, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 560/1483, Estimated time remaining: 704.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 561/1483 [07:07<12:35, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 561/1483, Estimated time remaining: 703.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 562/1483 [07:08<11:56, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 562/1483, Estimated time remaining: 702.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 563/1483 [07:09<11:09, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 563/1483, Estimated time remaining: 701.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 564/1483 [07:09<10:37, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 564/1483, Estimated time remaining: 700.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 565/1483 [07:10<10:02, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 565/1483, Estimated time remaining: 699.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 566/1483 [07:11<09:56, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 566/1483, Estimated time remaining: 698.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 567/1483 [07:11<09:42, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 567/1483, Estimated time remaining: 697.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 568/1483 [07:12<09:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 568/1483, Estimated time remaining: 696.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 569/1483 [07:12<09:47, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 569/1483, Estimated time remaining: 695.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 38%|███▊ | 570/1483 [07:13<10:12, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 570/1483, Estimated time remaining: 694.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 571/1483 [07:14<10:02, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 571/1483, Estimated time remaining: 693.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 572/1483 [07:14<09:44, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 572/1483, Estimated time remaining: 692.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 573/1483 [07:15<09:49, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 573/1483, Estimated time remaining: 691.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▊ | 574/1483 [07:16<09:48, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 574/1483, Estimated time remaining: 690.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 575/1483 [07:16<09:53, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 575/1483, Estimated time remaining: 689.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 576/1483 [07:17<09:57, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 576/1483, Estimated time remaining: 689.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 577/1483 [07:18<09:50, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 577/1483, Estimated time remaining: 688.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 578/1483 [07:18<09:44, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 578/1483, Estimated time remaining: 687.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 579/1483 [07:19<09:46, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 579/1483, Estimated time remaining: 686.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 580/1483 [07:20<10:50, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 580/1483, Estimated time remaining: 685.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 581/1483 [07:21<10:44, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 581/1483, Estimated time remaining: 684.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 582/1483 [07:21<10:00, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 582/1483, Estimated time remaining: 683.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 583/1483 [07:22<10:38, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 583/1483, Estimated time remaining: 683.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 584/1483 [07:23<13:15, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 584/1483, Estimated time remaining: 683.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 39%|███▉ | 585/1483 [07:24<12:51, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 585/1483, Estimated time remaining: 682.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 586/1483 [07:25<11:49, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 586/1483, Estimated time remaining: 681.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 587/1483 [07:26<12:30, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 587/1483, Estimated time remaining: 681.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 588/1483 [07:27<12:47, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 588/1483, Estimated time remaining: 680.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 589/1483 [07:28<15:47, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 589/1483, Estimated time remaining: 680.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 590/1483 [07:29<14:35, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 590/1483, Estimated time remaining: 680.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 591/1483 [07:29<12:58, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 591/1483, Estimated time remaining: 679.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 592/1483 [07:30<11:54, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 592/1483, Estimated time remaining: 678.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|███▉ | 593/1483 [07:31<11:17, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 593/1483, Estimated time remaining: 677.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 594/1483 [07:31<10:49, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 594/1483, Estimated time remaining: 676.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 595/1483 [07:32<10:23, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 595/1483, Estimated time remaining: 675.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 596/1483 [07:33<10:08, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 596/1483, Estimated time remaining: 674.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 597/1483 [07:33<10:09, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 597/1483, Estimated time remaining: 673.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 598/1483 [07:34<09:57, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 598/1483, Estimated time remaining: 672.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 599/1483 [07:35<10:13, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 599/1483, Estimated time remaining: 671.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 40%|████ | 600/1483 [07:35<09:37, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 600/1483, Estimated time remaining: 670.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 601/1483 [07:36<09:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 601/1483, Estimated time remaining: 669.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 602/1483 [07:37<09:07, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 602/1483, Estimated time remaining: 668.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 603/1483 [07:37<09:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 603/1483, Estimated time remaining: 668.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 604/1483 [07:38<09:39, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 604/1483, Estimated time remaining: 667.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 605/1483 [07:39<09:28, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 605/1483, Estimated time remaining: 666.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 606/1483 [07:39<09:26, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 606/1483, Estimated time remaining: 665.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 607/1483 [07:41<14:00, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 607/1483, Estimated time remaining: 665.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 608/1483 [07:42<13:29, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 608/1483, Estimated time remaining: 665.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 609/1483 [07:43<12:57, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 609/1483, Estimated time remaining: 664.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 610/1483 [07:43<11:47, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 610/1483, Estimated time remaining: 663.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████ | 611/1483 [07:44<11:57, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 611/1483, Estimated time remaining: 663.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 612/1483 [07:45<12:49, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 612/1483, Estimated time remaining: 662.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 613/1483 [07:46<11:58, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 613/1483, Estimated time remaining: 661.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 614/1483 [07:49<22:48, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 614/1483, Estimated time remaining: 664.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 41%|████▏ | 615/1483 [07:51<22:39, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 615/1483, Estimated time remaining: 664.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 616/1483 [07:51<18:15, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 616/1483, Estimated time remaining: 663.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 617/1483 [07:52<15:46, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 617/1483, Estimated time remaining: 663.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 618/1483 [07:53<13:47, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 618/1483, Estimated time remaining: 662.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 619/1483 [07:53<12:15, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 619/1483, Estimated time remaining: 661.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 620/1483 [07:54<11:44, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 620/1483, Estimated time remaining: 660.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 621/1483 [07:55<11:05, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 621/1483, Estimated time remaining: 659.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 622/1483 [07:55<10:27, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 622/1483, Estimated time remaining: 658.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 623/1483 [07:56<10:36, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 623/1483, Estimated time remaining: 657.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 624/1483 [07:57<10:31, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 624/1483, Estimated time remaining: 656.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 625/1483 [07:57<09:57, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 625/1483, Estimated time remaining: 655.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 626/1483 [07:58<11:21, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 626/1483, Estimated time remaining: 655.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 627/1483 [07:59<10:49, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 627/1483, Estimated time remaining: 654.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 628/1483 [08:00<10:27, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 628/1483, Estimated time remaining: 653.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 629/1483 [08:00<09:58, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 629/1483, Estimated time remaining: 652.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 42%|████▏ | 630/1483 [08:01<09:48, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 630/1483, Estimated time remaining: 651.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 631/1483 [08:02<09:45, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 631/1483, Estimated time remaining: 650.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 632/1483 [08:02<09:08, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 632/1483, Estimated time remaining: 649.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 633/1483 [08:03<08:54, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 633/1483, Estimated time remaining: 648.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 634/1483 [08:03<09:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 634/1483, Estimated time remaining: 648.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 635/1483 [08:04<09:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 635/1483, Estimated time remaining: 647.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 636/1483 [08:06<12:41, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 636/1483, Estimated time remaining: 647.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 637/1483 [08:07<16:04, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 637/1483, Estimated time remaining: 647.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 638/1483 [08:09<19:32, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 638/1483, Estimated time remaining: 648.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 639/1483 [08:10<16:27, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 639/1483, Estimated time remaining: 647.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 640/1483 [08:11<14:48, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 640/1483, Estimated time remaining: 647.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 641/1483 [08:11<13:43, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 641/1483, Estimated time remaining: 646.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 642/1483 [08:12<13:46, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 642/1483, Estimated time remaining: 645.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 643/1483 [08:13<12:57, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 643/1483, Estimated time remaining: 645.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 644/1483 [08:14<11:42, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 644/1483, Estimated time remaining: 644.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 43%|████▎ | 645/1483 [08:14<10:37, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 645/1483, Estimated time remaining: 643.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 646/1483 [08:15<09:54, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 646/1483, Estimated time remaining: 642.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 647/1483 [08:16<09:19, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 647/1483, Estimated time remaining: 641.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▎ | 648/1483 [08:16<09:09, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 648/1483, Estimated time remaining: 640.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 649/1483 [08:17<09:01, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 649/1483, Estimated time remaining: 639.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 650/1483 [08:18<09:06, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 650/1483, Estimated time remaining: 638.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 651/1483 [08:18<08:50, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 651/1483, Estimated time remaining: 637.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 652/1483 [08:19<08:41, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 652/1483, Estimated time remaining: 636.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 653/1483 [08:20<12:31, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 653/1483, Estimated time remaining: 636.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 654/1483 [08:23<17:52, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 654/1483, Estimated time remaining: 637.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 655/1483 [08:23<16:25, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 655/1483, Estimated time remaining: 637.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 656/1483 [08:24<14:44, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 656/1483, Estimated time remaining: 636.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 657/1483 [08:26<16:43, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 657/1483, Estimated time remaining: 636.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 658/1483 [08:27<16:00, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 658/1483, Estimated time remaining: 636.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 44%|████▍ | 659/1483 [08:31<28:04, 2.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 659/1483, Estimated time remaining: 639.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 660/1483 [08:32<22:02, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 660/1483, Estimated time remaining: 638.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 661/1483 [08:32<18:15, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 661/1483, Estimated time remaining: 637.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 662/1483 [08:33<15:21, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 662/1483, Estimated time remaining: 636.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 663/1483 [08:34<13:24, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 663/1483, Estimated time remaining: 635.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 664/1483 [08:34<12:06, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 664/1483, Estimated time remaining: 634.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 665/1483 [08:35<11:10, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 665/1483, Estimated time remaining: 633.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 666/1483 [08:36<10:41, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 666/1483, Estimated time remaining: 633.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▍ | 667/1483 [08:36<10:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 667/1483, Estimated time remaining: 632.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 668/1483 [08:38<12:36, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 668/1483, Estimated time remaining: 632.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 669/1483 [08:38<11:31, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 669/1483, Estimated time remaining: 631.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 670/1483 [08:39<10:46, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 670/1483, Estimated time remaining: 630.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 671/1483 [08:40<10:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 671/1483, Estimated time remaining: 629.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 672/1483 [08:40<10:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 672/1483, Estimated time remaining: 628.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 673/1483 [08:41<09:59, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 673/1483, Estimated time remaining: 627.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 45%|████▌ | 674/1483 [08:42<10:50, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 674/1483, Estimated time remaining: 627.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 675/1483 [08:43<10:27, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 675/1483, Estimated time remaining: 626.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 676/1483 [08:44<10:39, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 676/1483, Estimated time remaining: 625.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 677/1483 [08:44<09:51, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 677/1483, Estimated time remaining: 624.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 678/1483 [08:45<09:54, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 678/1483, Estimated time remaining: 623.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 679/1483 [08:46<09:46, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 679/1483, Estimated time remaining: 623.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 680/1483 [08:46<09:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 680/1483, Estimated time remaining: 622.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 681/1483 [08:47<09:19, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 681/1483, Estimated time remaining: 621.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 682/1483 [08:48<09:26, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 682/1483, Estimated time remaining: 620.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 683/1483 [08:48<09:25, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 683/1483, Estimated time remaining: 619.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 684/1483 [08:49<09:25, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 684/1483, Estimated time remaining: 618.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▌ | 685/1483 [08:50<09:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 685/1483, Estimated time remaining: 617.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 686/1483 [08:51<09:17, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 686/1483, Estimated time remaining: 616.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 687/1483 [08:52<11:45, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 687/1483, Estimated time remaining: 616.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 688/1483 [08:53<11:45, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 688/1483, Estimated time remaining: 616.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 46%|████▋ | 689/1483 [08:54<11:24, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 689/1483, Estimated time remaining: 615.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 690/1483 [08:54<10:49, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 690/1483, Estimated time remaining: 614.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 691/1483 [08:55<09:58, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 691/1483, Estimated time remaining: 613.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 692/1483 [08:55<09:15, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 692/1483, Estimated time remaining: 612.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 693/1483 [08:56<08:50, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 693/1483, Estimated time remaining: 611.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 694/1483 [08:57<08:27, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 694/1483, Estimated time remaining: 610.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 695/1483 [08:57<08:38, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 695/1483, Estimated time remaining: 609.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 696/1483 [08:58<09:26, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 696/1483, Estimated time remaining: 609.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 697/1483 [08:59<09:09, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 697/1483, Estimated time remaining: 608.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 698/1483 [08:59<08:57, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 698/1483, Estimated time remaining: 607.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 699/1483 [09:00<08:29, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 699/1483, Estimated time remaining: 606.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 700/1483 [09:01<08:35, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 700/1483, Estimated time remaining: 605.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 701/1483 [09:01<08:48, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 701/1483, Estimated time remaining: 604.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 702/1483 [09:02<08:31, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 702/1483, Estimated time remaining: 603.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 703/1483 [09:03<08:26, 1.54it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 703/1483, Estimated time remaining: 602.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 47%|████▋ | 704/1483 [09:03<08:35, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 704/1483, Estimated time remaining: 601.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 705/1483 [09:04<08:32, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 705/1483, Estimated time remaining: 600.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 706/1483 [09:05<09:38, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 706/1483, Estimated time remaining: 600.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 707/1483 [09:06<10:14, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 707/1483, Estimated time remaining: 599.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 708/1483 [09:07<13:02, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 708/1483, Estimated time remaining: 599.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 709/1483 [09:09<15:28, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 709/1483, Estimated time remaining: 599.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 710/1483 [09:10<13:05, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 710/1483, Estimated time remaining: 598.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 711/1483 [09:11<12:38, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 711/1483, Estimated time remaining: 598.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 712/1483 [09:11<11:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 712/1483, Estimated time remaining: 597.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 713/1483 [09:12<10:09, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 713/1483, Estimated time remaining: 596.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 714/1483 [09:12<09:24, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 714/1483, Estimated time remaining: 595.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 715/1483 [09:13<09:08, 1.40it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 715/1483, Estimated time remaining: 594.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 716/1483 [09:14<09:17, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 716/1483, Estimated time remaining: 593.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 717/1483 [09:14<09:15, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 717/1483, Estimated time remaining: 592.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 718/1483 [09:15<09:19, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 718/1483, Estimated time remaining: 592.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 48%|████▊ | 719/1483 [09:16<09:49, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 719/1483, Estimated time remaining: 591.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 720/1483 [09:17<09:35, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 720/1483, Estimated time remaining: 590.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 721/1483 [09:17<09:17, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 721/1483, Estimated time remaining: 589.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▊ | 722/1483 [09:18<09:11, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 722/1483, Estimated time remaining: 588.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 723/1483 [09:19<08:40, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 723/1483, Estimated time remaining: 587.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 724/1483 [09:19<08:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 724/1483, Estimated time remaining: 586.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 725/1483 [09:20<07:54, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 725/1483, Estimated time remaining: 585.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 726/1483 [09:21<08:55, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 726/1483, Estimated time remaining: 585.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 727/1483 [09:22<08:57, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 727/1483, Estimated time remaining: 584.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 728/1483 [09:22<08:18, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 728/1483, Estimated time remaining: 583.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 729/1483 [09:23<08:07, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 729/1483, Estimated time remaining: 582.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 730/1483 [09:23<07:56, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 730/1483, Estimated time remaining: 581.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 731/1483 [09:24<07:43, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 731/1483, Estimated time remaining: 580.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 732/1483 [09:25<08:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 732/1483, Estimated time remaining: 579.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 733/1483 [09:25<08:37, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 733/1483, Estimated time remaining: 579.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 49%|████▉ | 734/1483 [09:26<08:13, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 734/1483, Estimated time remaining: 578.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 735/1483 [09:27<08:12, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 735/1483, Estimated time remaining: 577.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 736/1483 [09:27<08:01, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 736/1483, Estimated time remaining: 576.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 737/1483 [09:28<07:52, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 737/1483, Estimated time remaining: 575.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 738/1483 [09:28<07:48, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 738/1483, Estimated time remaining: 574.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 739/1483 [09:29<07:44, 1.60it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 739/1483, Estimated time remaining: 573.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 740/1483 [09:30<07:50, 1.58it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 740/1483, Estimated time remaining: 572.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|████▉ | 741/1483 [09:30<07:54, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 741/1483, Estimated time remaining: 571.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 742/1483 [09:31<07:47, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 742/1483, Estimated time remaining: 570.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 743/1483 [09:32<07:54, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 743/1483, Estimated time remaining: 569.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 744/1483 [09:32<08:05, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 744/1483, Estimated time remaining: 569.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 745/1483 [09:34<10:22, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 745/1483, Estimated time remaining: 568.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 746/1483 [09:34<09:38, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 746/1483, Estimated time remaining: 567.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 747/1483 [09:35<08:55, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 747/1483, Estimated time remaining: 566.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 50%|█████ | 748/1483 [09:36<08:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 748/1483, Estimated time remaining: 566.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 749/1483 [09:36<09:04, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 749/1483, Estimated time remaining: 565.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 750/1483 [09:37<09:49, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 750/1483, Estimated time remaining: 564.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 751/1483 [09:38<09:46, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 751/1483, Estimated time remaining: 564.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 752/1483 [09:39<08:54, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 752/1483, Estimated time remaining: 563.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 753/1483 [09:39<08:34, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 753/1483, Estimated time remaining: 562.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 754/1483 [09:40<08:37, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 754/1483, Estimated time remaining: 561.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 755/1483 [09:41<08:19, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 755/1483, Estimated time remaining: 560.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 756/1483 [09:41<08:20, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 756/1483, Estimated time remaining: 559.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 757/1483 [09:42<08:14, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 757/1483, Estimated time remaining: 558.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 758/1483 [09:43<08:13, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 758/1483, Estimated time remaining: 557.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 759/1483 [09:46<17:29, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 759/1483, Estimated time remaining: 559.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████ | 760/1483 [09:47<15:08, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 760/1483, Estimated time remaining: 558.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 761/1483 [09:47<12:38, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 761/1483, Estimated time remaining: 557.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 762/1483 [09:48<11:34, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 762/1483, Estimated time remaining: 556.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 51%|█████▏ | 763/1483 [09:49<10:26, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 763/1483, Estimated time remaining: 556.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 764/1483 [09:49<09:51, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 764/1483, Estimated time remaining: 555.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 765/1483 [09:50<09:27, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 765/1483, Estimated time remaining: 554.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 766/1483 [09:51<09:44, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 766/1483, Estimated time remaining: 553.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 767/1483 [09:52<09:12, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 767/1483, Estimated time remaining: 552.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 768/1483 [09:52<08:46, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 768/1483, Estimated time remaining: 552.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 769/1483 [09:53<09:04, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 769/1483, Estimated time remaining: 551.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 770/1483 [09:54<08:43, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 770/1483, Estimated time remaining: 550.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 771/1483 [09:55<08:20, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 771/1483, Estimated time remaining: 549.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 772/1483 [09:55<07:52, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 772/1483, Estimated time remaining: 548.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 773/1483 [09:56<07:51, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 773/1483, Estimated time remaining: 547.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 774/1483 [09:56<07:59, 1.48it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 774/1483, Estimated time remaining: 546.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 775/1483 [09:57<07:34, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 775/1483, Estimated time remaining: 545.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 776/1483 [09:58<07:24, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 776/1483, Estimated time remaining: 544.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 777/1483 [09:58<07:16, 1.62it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 777/1483, Estimated time remaining: 544.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 52%|█████▏ | 778/1483 [09:59<07:22, 1.59it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 778/1483, Estimated time remaining: 543.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 779/1483 [09:59<07:16, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 779/1483, Estimated time remaining: 542.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 780/1483 [10:00<07:06, 1.65it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 780/1483, Estimated time remaining: 541.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 781/1483 [10:01<07:15, 1.61it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 781/1483, Estimated time remaining: 540.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 782/1483 [10:01<07:27, 1.57it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 782/1483, Estimated time remaining: 539.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 783/1483 [10:02<07:07, 1.64it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 783/1483, Estimated time remaining: 538.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 784/1483 [10:04<10:44, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 784/1483, Estimated time remaining: 538.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 785/1483 [10:04<09:49, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 785/1483, Estimated time remaining: 537.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 786/1483 [10:05<09:12, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 786/1483, Estimated time remaining: 536.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 787/1483 [10:05<08:29, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 787/1483, Estimated time remaining: 535.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 788/1483 [10:06<08:09, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 788/1483, Estimated time remaining: 535.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 789/1483 [10:07<07:37, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 789/1483, Estimated time remaining: 534.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 790/1483 [10:07<07:51, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 790/1483, Estimated time remaining: 533.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 791/1483 [10:08<07:50, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 791/1483, Estimated time remaining: 532.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 792/1483 [10:09<07:41, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 792/1483, Estimated time remaining: 531.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 53%|█████▎ | 793/1483 [10:09<07:40, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 793/1483, Estimated time remaining: 530.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 794/1483 [10:10<07:34, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 794/1483, Estimated time remaining: 529.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 795/1483 [10:11<07:46, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 795/1483, Estimated time remaining: 529.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 796/1483 [10:11<07:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 796/1483, Estimated time remaining: 528.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▎ | 797/1483 [10:12<07:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 797/1483, Estimated time remaining: 527.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 798/1483 [10:13<07:34, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 798/1483, Estimated time remaining: 526.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 799/1483 [10:13<07:22, 1.55it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 799/1483, Estimated time remaining: 525.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 800/1483 [10:14<07:25, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 800/1483, Estimated time remaining: 524.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 801/1483 [10:15<08:13, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 801/1483, Estimated time remaining: 523.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 802/1483 [10:16<08:48, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 802/1483, Estimated time remaining: 523.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 803/1483 [10:17<11:50, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 803/1483, Estimated time remaining: 523.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 804/1483 [10:18<10:59, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 804/1483, Estimated time remaining: 522.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 805/1483 [10:19<10:07, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 805/1483, Estimated time remaining: 521.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 806/1483 [10:20<09:19, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 806/1483, Estimated time remaining: 520.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 807/1483 [10:21<10:13, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 807/1483, Estimated time remaining: 520.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 54%|█████▍ | 808/1483 [10:21<09:06, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 808/1483, Estimated time remaining: 519.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 809/1483 [10:22<08:29, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 809/1483, Estimated time remaining: 518.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 810/1483 [10:23<08:52, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 810/1483, Estimated time remaining: 517.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 811/1483 [10:23<08:27, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 811/1483, Estimated time remaining: 517.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 812/1483 [10:24<08:10, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 812/1483, Estimated time remaining: 516.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 813/1483 [10:25<08:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 813/1483, Estimated time remaining: 515.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 814/1483 [10:26<08:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 814/1483, Estimated time remaining: 514.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▍ | 815/1483 [10:27<08:30, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 815/1483, Estimated time remaining: 513.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 816/1483 [10:29<13:03, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 816/1483, Estimated time remaining: 514.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 817/1483 [10:29<11:40, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 817/1483, Estimated time remaining: 513.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 818/1483 [10:30<10:15, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 818/1483, Estimated time remaining: 512.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 819/1483 [10:31<09:00, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 819/1483, Estimated time remaining: 511.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 820/1483 [10:31<08:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 820/1483, Estimated time remaining: 510.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 821/1483 [10:32<08:32, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 821/1483, Estimated time remaining: 510.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 822/1483 [10:33<08:50, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 822/1483, Estimated time remaining: 509.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 55%|█████▌ | 823/1483 [10:34<11:05, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 823/1483, Estimated time remaining: 509.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 824/1483 [10:35<09:53, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 824/1483, Estimated time remaining: 508.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 825/1483 [10:36<09:10, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 825/1483, Estimated time remaining: 507.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 826/1483 [10:37<09:00, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 826/1483, Estimated time remaining: 506.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 827/1483 [10:37<09:11, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 827/1483, Estimated time remaining: 506.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 828/1483 [10:38<08:22, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 828/1483, Estimated time remaining: 505.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 829/1483 [10:39<07:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 829/1483, Estimated time remaining: 504.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 830/1483 [10:39<07:34, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 830/1483, Estimated time remaining: 503.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 831/1483 [10:41<10:34, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 831/1483, Estimated time remaining: 503.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 832/1483 [10:42<09:17, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 832/1483, Estimated time remaining: 502.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 833/1483 [10:44<14:48, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 833/1483, Estimated time remaining: 503.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▌ | 834/1483 [10:45<13:28, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 834/1483, Estimated time remaining: 502.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 835/1483 [10:46<11:47, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 835/1483, Estimated time remaining: 501.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 836/1483 [10:47<12:53, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 836/1483, Estimated time remaining: 501.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 56%|█████▋ | 837/1483 [10:48<11:11, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 837/1483, Estimated time remaining: 500.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 838/1483 [10:48<09:45, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 838/1483, Estimated time remaining: 499.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 839/1483 [10:49<09:14, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 839/1483, Estimated time remaining: 498.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 840/1483 [10:50<08:25, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 840/1483, Estimated time remaining: 497.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 841/1483 [10:51<08:14, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 841/1483, Estimated time remaining: 497.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 842/1483 [10:52<10:22, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 842/1483, Estimated time remaining: 496.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 843/1483 [10:53<11:39, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 843/1483, Estimated time remaining: 496.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 844/1483 [10:54<10:29, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 844/1483, Estimated time remaining: 495.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 845/1483 [10:57<15:28, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 845/1483, Estimated time remaining: 496.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 846/1483 [10:58<15:06, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 846/1483, Estimated time remaining: 495.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 847/1483 [10:59<14:08, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 847/1483, Estimated time remaining: 495.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 848/1483 [11:00<13:56, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 848/1483, Estimated time remaining: 494.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 849/1483 [11:03<16:42, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 849/1483, Estimated time remaining: 495.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 850/1483 [11:06<21:47, 2.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 850/1483, Estimated time remaining: 496.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 851/1483 [11:08<21:50, 2.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 851/1483, Estimated time remaining: 496.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 57%|█████▋ | 852/1483 [11:09<17:21, 1.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 852/1483, Estimated time remaining: 495.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 853/1483 [11:09<14:15, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 853/1483, Estimated time remaining: 494.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 854/1483 [11:10<13:17, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 854/1483, Estimated time remaining: 494.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 855/1483 [11:11<11:18, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 855/1483, Estimated time remaining: 493.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 856/1483 [11:12<10:40, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 856/1483, Estimated time remaining: 492.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 857/1483 [11:13<09:39, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 857/1483, Estimated time remaining: 491.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 858/1483 [11:13<09:11, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 858/1483, Estimated time remaining: 490.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 859/1483 [11:16<14:43, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 859/1483, Estimated time remaining: 491.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 860/1483 [11:19<20:16, 1.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 860/1483, Estimated time remaining: 492.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 861/1483 [11:20<16:56, 1.63s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 861/1483, Estimated time remaining: 491.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 862/1483 [11:21<14:17, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 862/1483, Estimated time remaining: 490.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 863/1483 [11:22<13:59, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 863/1483, Estimated time remaining: 490.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 864/1483 [11:23<13:43, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 864/1483, Estimated time remaining: 490.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 865/1483 [11:25<14:14, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 865/1483, Estimated time remaining: 489.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 866/1483 [11:26<13:53, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 866/1483, Estimated time remaining: 489.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 58%|█████▊ | 867/1483 [11:27<13:09, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 867/1483, Estimated time remaining: 488.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 868/1483 [11:28<12:05, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 868/1483, Estimated time remaining: 488.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 869/1483 [11:29<11:01, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 869/1483, Estimated time remaining: 487.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 870/1483 [11:31<12:21, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 870/1483, Estimated time remaining: 487.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▊ | 871/1483 [11:32<13:19, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 871/1483, Estimated time remaining: 486.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 872/1483 [11:33<13:01, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 872/1483, Estimated time remaining: 486.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 873/1483 [11:36<16:46, 1.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 873/1483, Estimated time remaining: 486.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 874/1483 [11:37<15:54, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 874/1483, Estimated time remaining: 486.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 875/1483 [11:39<16:07, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 875/1483, Estimated time remaining: 486.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 876/1483 [11:40<14:28, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 876/1483, Estimated time remaining: 485.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 877/1483 [11:41<12:16, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 877/1483, Estimated time remaining: 484.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 878/1483 [11:42<11:42, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 878/1483, Estimated time remaining: 483.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 879/1483 [11:42<10:10, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 879/1483, Estimated time remaining: 483.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 880/1483 [11:43<09:36, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 880/1483, Estimated time remaining: 482.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 881/1483 [11:45<11:03, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 881/1483, Estimated time remaining: 481.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 59%|█████▉ | 882/1483 [11:45<09:44, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 882/1483, Estimated time remaining: 481.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 883/1483 [11:47<11:03, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 883/1483, Estimated time remaining: 480.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 884/1483 [11:48<11:59, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 884/1483, Estimated time remaining: 480.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 885/1483 [11:49<10:29, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 885/1483, Estimated time remaining: 479.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 886/1483 [11:50<09:25, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 886/1483, Estimated time remaining: 478.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 887/1483 [11:50<08:24, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 887/1483, Estimated time remaining: 477.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 888/1483 [11:53<13:04, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 888/1483, Estimated time remaining: 477.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|█████▉ | 889/1483 [11:53<10:59, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 889/1483, Estimated time remaining: 476.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 890/1483 [11:55<12:13, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 890/1483, Estimated time remaining: 476.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 891/1483 [11:56<11:02, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 891/1483, Estimated time remaining: 475.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 892/1483 [11:57<11:46, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 892/1483, Estimated time remaining: 475.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 893/1483 [11:58<10:28, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 893/1483, Estimated time remaining: 474.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 894/1483 [11:58<09:03, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 894/1483, Estimated time remaining: 473.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 895/1483 [12:00<10:35, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 895/1483, Estimated time remaining: 473.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 896/1483 [12:01<09:46, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 896/1483, Estimated time remaining: 472.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 60%|██████ | 897/1483 [12:01<08:37, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 897/1483, Estimated time remaining: 471.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 898/1483 [12:02<07:43, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 898/1483, Estimated time remaining: 470.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 899/1483 [12:03<07:40, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 899/1483, Estimated time remaining: 469.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 900/1483 [12:03<07:07, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 900/1483, Estimated time remaining: 468.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 901/1483 [12:04<06:50, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 901/1483, Estimated time remaining: 467.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 902/1483 [12:04<06:36, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 902/1483, Estimated time remaining: 467.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 903/1483 [12:05<06:24, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 903/1483, Estimated time remaining: 466.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 904/1483 [12:06<06:21, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 904/1483, Estimated time remaining: 465.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 905/1483 [12:06<06:27, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 905/1483, Estimated time remaining: 464.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 906/1483 [12:07<06:31, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 906/1483, Estimated time remaining: 463.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 907/1483 [12:08<06:18, 1.52it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 907/1483, Estimated time remaining: 462.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████ | 908/1483 [12:08<06:07, 1.56it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 908/1483, Estimated time remaining: 461.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 909/1483 [12:09<06:16, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 909/1483, Estimated time remaining: 460.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 910/1483 [12:10<06:24, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 910/1483, Estimated time remaining: 459.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 911/1483 [12:10<06:30, 1.46it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 911/1483, Estimated time remaining: 458.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 61%|██████▏ | 912/1483 [12:11<06:28, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 912/1483, Estimated time remaining: 458.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 913/1483 [12:12<06:11, 1.53it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 913/1483, Estimated time remaining: 457.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 914/1483 [12:13<06:53, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 914/1483, Estimated time remaining: 456.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 915/1483 [12:13<06:48, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 915/1483, Estimated time remaining: 455.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 916/1483 [12:14<06:39, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 916/1483, Estimated time remaining: 454.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 917/1483 [12:15<06:38, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 917/1483, Estimated time remaining: 453.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 918/1483 [12:15<06:28, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 918/1483, Estimated time remaining: 452.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 919/1483 [12:16<07:07, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 919/1483, Estimated time remaining: 452.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 920/1483 [12:17<07:00, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 920/1483, Estimated time remaining: 451.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 921/1483 [12:18<06:36, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 921/1483, Estimated time remaining: 450.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 922/1483 [12:19<08:29, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 922/1483, Estimated time remaining: 449.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 923/1483 [12:20<07:54, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 923/1483, Estimated time remaining: 449.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 924/1483 [12:21<09:21, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 924/1483, Estimated time remaining: 448.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 925/1483 [12:22<08:17, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 925/1483, Estimated time remaining: 447.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 62%|██████▏ | 926/1483 [12:23<10:53, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 926/1483, Estimated time remaining: 447.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 927/1483 [12:24<09:23, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 927/1483, Estimated time remaining: 446.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 928/1483 [12:25<08:25, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 928/1483, Estimated time remaining: 445.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 929/1483 [12:26<07:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 929/1483, Estimated time remaining: 444.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 930/1483 [12:26<07:09, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 930/1483, Estimated time remaining: 444.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 931/1483 [12:27<08:34, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 931/1483, Estimated time remaining: 443.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 932/1483 [12:28<08:04, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 932/1483, Estimated time remaining: 442.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 933/1483 [12:29<07:23, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 933/1483, Estimated time remaining: 441.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 934/1483 [12:29<06:45, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 934/1483, Estimated time remaining: 440.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 935/1483 [12:30<06:59, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 935/1483, Estimated time remaining: 440.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 936/1483 [12:31<06:38, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 936/1483, Estimated time remaining: 439.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 937/1483 [12:32<08:32, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 937/1483, Estimated time remaining: 438.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 938/1483 [12:34<10:01, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 938/1483, Estimated time remaining: 438.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 939/1483 [12:34<08:46, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 939/1483, Estimated time remaining: 437.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 940/1483 [12:35<08:29, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 940/1483, Estimated time remaining: 436.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 63%|██████▎ | 941/1483 [12:36<07:37, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 941/1483, Estimated time remaining: 435.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 942/1483 [12:37<08:30, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 942/1483, Estimated time remaining: 435.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 943/1483 [12:39<09:57, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 943/1483, Estimated time remaining: 434.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 944/1483 [12:40<09:30, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 944/1483, Estimated time remaining: 434.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▎ | 945/1483 [12:40<08:28, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 945/1483, Estimated time remaining: 433.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 946/1483 [12:41<08:03, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 946/1483, Estimated time remaining: 432.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 947/1483 [12:42<07:12, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 947/1483, Estimated time remaining: 431.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 948/1483 [12:42<06:46, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 948/1483, Estimated time remaining: 430.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 949/1483 [12:47<17:45, 2.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 949/1483, Estimated time remaining: 431.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 950/1483 [12:49<16:45, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 950/1483, Estimated time remaining: 431.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 951/1483 [12:50<15:30, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 951/1483, Estimated time remaining: 431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 952/1483 [12:52<15:08, 1.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 952/1483, Estimated time remaining: 430.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 953/1483 [12:56<20:54, 2.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 953/1483, Estimated time remaining: 431.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 954/1483 [13:00<26:47, 3.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 954/1483, Estimated time remaining: 433.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 955/1483 [13:01<20:24, 2.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 955/1483, Estimated time remaining: 432.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 64%|██████▍ | 956/1483 [13:03<19:03, 2.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 956/1483, Estimated time remaining: 431.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 957/1483 [13:04<16:05, 1.84s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 957/1483, Estimated time remaining: 431.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 958/1483 [13:04<12:56, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 958/1483, Estimated time remaining: 430.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 959/1483 [13:05<11:24, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 959/1483, Estimated time remaining: 429.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 960/1483 [13:06<10:09, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 960/1483, Estimated time remaining: 428.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 961/1483 [13:07<08:52, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 961/1483, Estimated time remaining: 427.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 962/1483 [13:08<07:54, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 962/1483, Estimated time remaining: 426.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▍ | 963/1483 [13:09<09:02, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 963/1483, Estimated time remaining: 426.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 964/1483 [13:10<08:04, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 964/1483, Estimated time remaining: 425.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 965/1483 [13:10<07:25, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 965/1483, Estimated time remaining: 424.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 966/1483 [13:11<07:02, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 966/1483, Estimated time remaining: 423.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 967/1483 [13:12<06:50, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 967/1483, Estimated time remaining: 422.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 968/1483 [13:12<06:34, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 968/1483, Estimated time remaining: 421.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 969/1483 [13:13<06:31, 1.31it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 969/1483, Estimated time remaining: 421.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 970/1483 [13:14<06:28, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 970/1483, Estimated time remaining: 420.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 65%|██████▌ | 971/1483 [13:18<14:58, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 971/1483, Estimated time remaining: 421.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 972/1483 [13:19<12:09, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 972/1483, Estimated time remaining: 420.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 973/1483 [13:19<10:18, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 973/1483, Estimated time remaining: 419.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 974/1483 [13:20<09:43, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 974/1483, Estimated time remaining: 418.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 975/1483 [13:21<08:40, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 975/1483, Estimated time remaining: 417.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 976/1483 [13:22<07:46, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 976/1483, Estimated time remaining: 416.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 977/1483 [13:23<07:20, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 977/1483, Estimated time remaining: 415.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 978/1483 [13:24<07:51, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 978/1483, Estimated time remaining: 415.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 979/1483 [13:24<07:15, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 979/1483, Estimated time remaining: 414.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 980/1483 [13:26<08:05, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 980/1483, Estimated time remaining: 413.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 981/1483 [13:26<07:26, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 981/1483, Estimated time remaining: 412.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▌ | 982/1483 [13:28<09:51, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 982/1483, Estimated time remaining: 412.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 983/1483 [13:29<08:27, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 983/1483, Estimated time remaining: 411.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 984/1483 [13:29<07:23, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 984/1483, Estimated time remaining: 410.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 985/1483 [13:30<06:33, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 985/1483, Estimated time remaining: 409.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 66%|██████▋ | 986/1483 [13:31<08:15, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 986/1483, Estimated time remaining: 409.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 987/1483 [13:32<07:32, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 987/1483, Estimated time remaining: 408.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 988/1483 [13:33<06:42, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 988/1483, Estimated time remaining: 407.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 989/1483 [13:33<06:14, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 989/1483, Estimated time remaining: 406.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 990/1483 [13:34<05:55, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 990/1483, Estimated time remaining: 405.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 991/1483 [13:35<06:13, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 991/1483, Estimated time remaining: 404.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 992/1483 [13:36<06:42, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 992/1483, Estimated time remaining: 404.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 993/1483 [13:36<06:21, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 993/1483, Estimated time remaining: 403.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 994/1483 [13:37<06:17, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 994/1483, Estimated time remaining: 402.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 995/1483 [13:38<06:03, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 995/1483, Estimated time remaining: 401.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 996/1483 [13:39<05:58, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 996/1483, Estimated time remaining: 400.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 997/1483 [13:40<07:11, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 997/1483, Estimated time remaining: 399.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 998/1483 [13:41<08:52, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 998/1483, Estimated time remaining: 399.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 999/1483 [13:42<08:49, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 999/1483, Estimated time remaining: 398.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1000/1483 [13:45<11:22, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1000/1483, Estimated time remaining: 398.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 67%|██████▋ | 1001/1483 [13:45<09:32, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1001/1483, Estimated time remaining: 397.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1002/1483 [13:46<09:30, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1002/1483, Estimated time remaining: 397.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1003/1483 [13:47<08:24, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1003/1483, Estimated time remaining: 396.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1004/1483 [13:48<07:36, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1004/1483, Estimated time remaining: 395.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1005/1483 [13:49<06:58, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1005/1483, Estimated time remaining: 394.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1006/1483 [13:51<10:25, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1006/1483, Estimated time remaining: 394.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1007/1483 [13:52<08:47, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1007/1483, Estimated time remaining: 393.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1008/1483 [13:52<07:47, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1008/1483, Estimated time remaining: 392.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1009/1483 [13:58<20:05, 2.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1009/1483, Estimated time remaining: 394.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1010/1483 [14:00<16:31, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1010/1483, Estimated time remaining: 393.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1011/1483 [14:00<12:53, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1011/1483, Estimated time remaining: 392.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1012/1483 [14:01<10:27, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1012/1483, Estimated time remaining: 391.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1013/1483 [14:02<09:19, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1013/1483, Estimated time remaining: 390.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1014/1483 [14:02<07:54, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1014/1483, Estimated time remaining: 389.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 68%|██████▊ | 1015/1483 [14:04<09:54, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1015/1483, Estimated time remaining: 389.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1016/1483 [14:05<09:15, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1016/1483, Estimated time remaining: 388.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1017/1483 [14:06<08:09, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1017/1483, Estimated time remaining: 387.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1018/1483 [14:07<07:46, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1018/1483, Estimated time remaining: 387.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▊ | 1019/1483 [14:07<07:11, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1019/1483, Estimated time remaining: 386.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1020/1483 [14:08<06:28, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1020/1483, Estimated time remaining: 385.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1021/1483 [14:09<07:01, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1021/1483, Estimated time remaining: 384.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1022/1483 [14:10<06:36, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1022/1483, Estimated time remaining: 383.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1023/1483 [14:11<06:08, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1023/1483, Estimated time remaining: 382.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1024/1483 [14:12<06:48, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1024/1483, Estimated time remaining: 382.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1025/1483 [14:12<06:30, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1025/1483, Estimated time remaining: 381.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1026/1483 [14:13<05:56, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1026/1483, Estimated time remaining: 380.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1027/1483 [14:14<06:05, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1027/1483, Estimated time remaining: 379.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1028/1483 [14:15<05:53, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1028/1483, Estimated time remaining: 378.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1029/1483 [14:15<05:42, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1029/1483, Estimated time remaining: 377.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 69%|██████▉ | 1030/1483 [14:17<08:08, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1030/1483, Estimated time remaining: 377.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1031/1483 [14:18<07:23, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1031/1483, Estimated time remaining: 376.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1032/1483 [14:19<06:40, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1032/1483, Estimated time remaining: 375.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1033/1483 [14:19<06:08, 1.22it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1033/1483, Estimated time remaining: 374.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1034/1483 [14:20<05:41, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1034/1483, Estimated time remaining: 373.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1035/1483 [14:21<05:48, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1035/1483, Estimated time remaining: 372.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1036/1483 [14:22<06:03, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1036/1483, Estimated time remaining: 371.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1037/1483 [14:24<08:46, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1037/1483, Estimated time remaining: 371.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|██████▉ | 1038/1483 [14:25<09:08, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1038/1483, Estimated time remaining: 371.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1039/1483 [14:26<09:26, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1039/1483, Estimated time remaining: 370.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1040/1483 [14:27<09:00, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1040/1483, Estimated time remaining: 369.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1041/1483 [14:28<07:57, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1041/1483, Estimated time remaining: 368.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1042/1483 [14:29<07:44, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1042/1483, Estimated time remaining: 368.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1043/1483 [14:36<20:28, 2.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1043/1483, Estimated time remaining: 369.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1044/1483 [14:37<16:36, 2.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1044/1483, Estimated time remaining: 369.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 70%|███████ | 1045/1483 [14:38<13:02, 1.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1045/1483, Estimated time remaining: 368.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1046/1483 [14:39<12:39, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1046/1483, Estimated time remaining: 367.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1047/1483 [14:40<11:08, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1047/1483, Estimated time remaining: 366.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1048/1483 [14:41<09:07, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1048/1483, Estimated time remaining: 365.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1049/1483 [14:44<13:38, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1049/1483, Estimated time remaining: 366.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1050/1483 [14:45<11:24, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1050/1483, Estimated time remaining: 365.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1051/1483 [14:46<09:23, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1051/1483, Estimated time remaining: 364.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1052/1483 [14:47<09:06, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1052/1483, Estimated time remaining: 363.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1053/1483 [14:48<07:37, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1053/1483, Estimated time remaining: 362.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1054/1483 [14:49<07:46, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1054/1483, Estimated time remaining: 362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1055/1483 [14:52<11:51, 1.66s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1055/1483, Estimated time remaining: 362.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████ | 1056/1483 [14:56<16:40, 2.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1056/1483, Estimated time remaining: 362.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1057/1483 [14:57<13:25, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1057/1483, Estimated time remaining: 361.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1058/1483 [14:59<15:28, 2.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1058/1483, Estimated time remaining: 361.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1059/1483 [15:01<13:40, 1.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1059/1483, Estimated time remaining: 360.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 71%|███████▏ | 1060/1483 [15:03<13:53, 1.97s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1060/1483, Estimated time remaining: 360.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1061/1483 [15:04<11:07, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1061/1483, Estimated time remaining: 359.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1062/1483 [15:08<17:35, 2.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1062/1483, Estimated time remaining: 360.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1063/1483 [15:10<15:22, 2.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1063/1483, Estimated time remaining: 359.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1064/1483 [15:12<14:40, 2.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1064/1483, Estimated time remaining: 359.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1065/1483 [15:14<14:44, 2.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1065/1483, Estimated time remaining: 358.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1066/1483 [15:14<11:42, 1.68s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1066/1483, Estimated time remaining: 357.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1067/1483 [15:15<09:36, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1067/1483, Estimated time remaining: 357.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1068/1483 [15:17<11:06, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1068/1483, Estimated time remaining: 356.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1069/1483 [15:18<09:04, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1069/1483, Estimated time remaining: 355.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1070/1483 [15:19<09:42, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1070/1483, Estimated time remaining: 355.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1071/1483 [15:21<09:12, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1071/1483, Estimated time remaining: 354.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1072/1483 [15:22<08:21, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1072/1483, Estimated time remaining: 353.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1073/1483 [15:23<09:19, 1.36s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1073/1483, Estimated time remaining: 353.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1074/1483 [15:24<08:04, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1074/1483, Estimated time remaining: 352.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 72%|███████▏ | 1075/1483 [15:25<06:46, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1075/1483, Estimated time remaining: 351.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1076/1483 [15:26<08:31, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1076/1483, Estimated time remaining: 350.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1077/1483 [15:27<07:08, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1077/1483, Estimated time remaining: 349.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1078/1483 [15:28<06:34, 1.03it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1078/1483, Estimated time remaining: 348.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1079/1483 [15:29<06:49, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1079/1483, Estimated time remaining: 348.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1080/1483 [15:32<10:11, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1080/1483, Estimated time remaining: 347.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1081/1483 [15:38<20:33, 3.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1081/1483, Estimated time remaining: 349.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1082/1483 [15:40<16:59, 2.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1082/1483, Estimated time remaining: 348.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1083/1483 [15:40<13:35, 2.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1083/1483, Estimated time remaining: 347.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1084/1483 [15:41<10:33, 1.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1084/1483, Estimated time remaining: 346.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1085/1483 [15:44<13:07, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1085/1483, Estimated time remaining: 346.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1086/1483 [15:45<10:50, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1086/1483, Estimated time remaining: 345.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1087/1483 [15:46<10:07, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1087/1483, Estimated time remaining: 344.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1088/1483 [15:48<10:45, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1088/1483, Estimated time remaining: 344.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1089/1483 [15:49<08:42, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1089/1483, Estimated time remaining: 343.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 73%|███████▎ | 1090/1483 [15:49<07:37, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1090/1483, Estimated time remaining: 342.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1091/1483 [15:50<06:36, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1091/1483, Estimated time remaining: 341.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1092/1483 [15:51<05:57, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1092/1483, Estimated time remaining: 340.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▎ | 1093/1483 [15:51<05:22, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1093/1483, Estimated time remaining: 339.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1094/1483 [15:52<05:11, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1094/1483, Estimated time remaining: 338.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1095/1483 [15:55<09:33, 1.48s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1095/1483, Estimated time remaining: 338.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1096/1483 [15:56<07:49, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1096/1483, Estimated time remaining: 337.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1097/1483 [15:56<06:37, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1097/1483, Estimated time remaining: 336.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1098/1483 [15:57<06:54, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1098/1483, Estimated time remaining: 335.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1099/1483 [15:59<07:38, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1099/1483, Estimated time remaining: 335.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1100/1483 [16:00<07:27, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1100/1483, Estimated time remaining: 334.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1101/1483 [16:01<07:14, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1101/1483, Estimated time remaining: 333.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1102/1483 [16:04<11:01, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1102/1483, Estimated time remaining: 333.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1103/1483 [16:05<09:51, 1.56s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1103/1483, Estimated time remaining: 332.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 74%|███████▍ | 1104/1483 [16:06<08:47, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1104/1483, Estimated time remaining: 331.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1105/1483 [16:07<08:08, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1105/1483, Estimated time remaining: 331.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1106/1483 [16:08<06:51, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1106/1483, Estimated time remaining: 330.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1107/1483 [16:10<09:04, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1107/1483, Estimated time remaining: 329.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1108/1483 [16:11<07:47, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1108/1483, Estimated time remaining: 328.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1109/1483 [16:12<06:35, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1109/1483, Estimated time remaining: 327.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1110/1483 [16:12<05:44, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1110/1483, Estimated time remaining: 326.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1111/1483 [16:13<05:27, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1111/1483, Estimated time remaining: 326.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▍ | 1112/1483 [16:14<05:52, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1112/1483, Estimated time remaining: 325.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1113/1483 [16:15<05:15, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1113/1483, Estimated time remaining: 324.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1114/1483 [16:17<07:08, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1114/1483, Estimated time remaining: 323.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1115/1483 [16:23<17:07, 2.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1115/1483, Estimated time remaining: 324.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1116/1483 [16:24<13:51, 2.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1116/1483, Estimated time remaining: 323.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1117/1483 [16:25<10:41, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1117/1483, Estimated time remaining: 322.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1118/1483 [16:26<08:46, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1118/1483, Estimated time remaining: 321.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 75%|███████▌ | 1119/1483 [16:26<07:10, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1119/1483, Estimated time remaining: 321.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1120/1483 [16:28<07:22, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1120/1483, Estimated time remaining: 320.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1121/1483 [16:28<06:14, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1121/1483, Estimated time remaining: 319.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1122/1483 [16:29<05:29, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1122/1483, Estimated time remaining: 318.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1123/1483 [16:34<14:05, 2.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1123/1483, Estimated time remaining: 318.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1124/1483 [16:35<11:12, 1.87s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1124/1483, Estimated time remaining: 318.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1125/1483 [16:36<09:46, 1.64s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1125/1483, Estimated time remaining: 317.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1126/1483 [16:40<13:12, 2.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1126/1483, Estimated time remaining: 317.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1127/1483 [16:41<11:52, 2.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1127/1483, Estimated time remaining: 316.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1128/1483 [16:42<10:05, 1.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1128/1483, Estimated time remaining: 315.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1129/1483 [16:44<10:09, 1.72s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1129/1483, Estimated time remaining: 315.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▌ | 1130/1483 [16:49<16:23, 2.79s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1130/1483, Estimated time remaining: 315.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1131/1483 [16:53<16:59, 2.90s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1131/1483, Estimated time remaining: 315.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1132/1483 [16:53<12:59, 2.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1132/1483, Estimated time remaining: 314.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1133/1483 [16:54<10:19, 1.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1133/1483, Estimated time remaining: 313.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 76%|███████▋ | 1134/1483 [16:55<08:14, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1134/1483, Estimated time remaining: 312.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1135/1483 [16:56<07:41, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1135/1483, Estimated time remaining: 311.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1136/1483 [16:57<07:08, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1136/1483, Estimated time remaining: 310.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1137/1483 [16:57<06:09, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1137/1483, Estimated time remaining: 309.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1138/1483 [16:58<05:59, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1138/1483, Estimated time remaining: 308.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1139/1483 [16:59<05:14, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1139/1483, Estimated time remaining: 307.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1140/1483 [17:01<07:15, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1140/1483, Estimated time remaining: 307.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1141/1483 [17:06<13:02, 2.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1141/1483, Estimated time remaining: 307.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1142/1483 [17:07<10:45, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1142/1483, Estimated time remaining: 306.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1143/1483 [17:10<13:07, 2.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1143/1483, Estimated time remaining: 306.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1144/1483 [17:11<11:18, 2.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1144/1483, Estimated time remaining: 305.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1145/1483 [17:12<09:01, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1145/1483, Estimated time remaining: 304.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1146/1483 [17:29<34:52, 6.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1146/1483, Estimated time remaining: 308.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1147/1483 [17:30<25:25, 4.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1147/1483, Estimated time remaining: 307.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1148/1483 [17:30<18:52, 3.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1148/1483, Estimated time remaining: 306.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 77%|███████▋ | 1149/1483 [17:31<15:04, 2.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1149/1483, Estimated time remaining: 305.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1150/1483 [17:32<11:33, 2.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1150/1483, Estimated time remaining: 304.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1151/1483 [17:33<10:03, 1.82s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1151/1483, Estimated time remaining: 303.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1152/1483 [17:36<11:16, 2.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1152/1483, Estimated time remaining: 303.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1153/1483 [17:37<09:58, 1.81s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1153/1483, Estimated time remaining: 302.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1154/1483 [17:38<08:39, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1154/1483, Estimated time remaining: 301.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1155/1483 [17:40<08:50, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1155/1483, Estimated time remaining: 301.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1156/1483 [17:41<08:41, 1.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1156/1483, Estimated time remaining: 300.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1157/1483 [17:43<08:24, 1.55s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1157/1483, Estimated time remaining: 299.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1158/1483 [17:52<20:26, 3.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1158/1483, Estimated time remaining: 300.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1159/1483 [17:55<19:27, 3.60s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1159/1483, Estimated time remaining: 300.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1160/1483 [18:01<22:59, 4.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1160/1483, Estimated time remaining: 301.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1161/1483 [18:03<19:34, 3.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1161/1483, Estimated time remaining: 300.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1162/1483 [18:04<15:33, 2.91s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1162/1483, Estimated time remaining: 299.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1163/1483 [18:05<12:01, 2.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1163/1483, Estimated time remaining: 298.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 78%|███████▊ | 1164/1483 [18:05<09:19, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1164/1483, Estimated time remaining: 297.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1165/1483 [18:06<07:25, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1165/1483, Estimated time remaining: 296.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1166/1483 [18:07<06:13, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1166/1483, Estimated time remaining: 295.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▊ | 1167/1483 [18:08<06:00, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1167/1483, Estimated time remaining: 294.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1168/1483 [18:10<08:15, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1168/1483, Estimated time remaining: 294.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1169/1483 [18:11<07:10, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1169/1483, Estimated time remaining: 293.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1170/1483 [18:12<06:04, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1170/1483, Estimated time remaining: 292.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1171/1483 [18:13<05:17, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1171/1483, Estimated time remaining: 291.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1172/1483 [18:14<05:21, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1172/1483, Estimated time remaining: 290.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1173/1483 [18:15<05:10, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1173/1483, Estimated time remaining: 289.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1174/1483 [18:15<04:31, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1174/1483, Estimated time remaining: 288.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1175/1483 [18:16<05:09, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1175/1483, Estimated time remaining: 287.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1176/1483 [18:18<05:48, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1176/1483, Estimated time remaining: 286.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1177/1483 [18:19<05:11, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1177/1483, Estimated time remaining: 285.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 79%|███████▉ | 1178/1483 [18:21<07:17, 1.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1178/1483, Estimated time remaining: 285.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1179/1483 [18:22<06:07, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1179/1483, Estimated time remaining: 284.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1180/1483 [18:22<05:17, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1180/1483, Estimated time remaining: 283.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1181/1483 [18:23<05:22, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1181/1483, Estimated time remaining: 282.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1182/1483 [18:27<09:27, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1182/1483, Estimated time remaining: 282.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1183/1483 [18:32<13:27, 2.69s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1183/1483, Estimated time remaining: 282.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1184/1483 [18:34<11:53, 2.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1184/1483, Estimated time remaining: 281.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1185/1483 [18:34<09:13, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1185/1483, Estimated time remaining: 280.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|███████▉ | 1186/1483 [18:35<07:15, 1.47s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1186/1483, Estimated time remaining: 279.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1187/1483 [18:35<06:03, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1187/1483, Estimated time remaining: 278.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1188/1483 [18:36<05:45, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1188/1483, Estimated time remaining: 277.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1189/1483 [18:39<07:05, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1189/1483, Estimated time remaining: 276.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1190/1483 [18:39<06:06, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1190/1483, Estimated time remaining: 275.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1191/1483 [18:41<06:31, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1191/1483, Estimated time remaining: 274.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1192/1483 [18:42<06:43, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1192/1483, Estimated time remaining: 274.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 80%|████████ | 1193/1483 [18:43<05:55, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1193/1483, Estimated time remaining: 273.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1194/1483 [18:46<08:10, 1.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1194/1483, Estimated time remaining: 272.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1195/1483 [18:47<07:11, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1195/1483, Estimated time remaining: 271.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1196/1483 [18:49<07:44, 1.62s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1196/1483, Estimated time remaining: 271.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1197/1483 [18:51<08:53, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1197/1483, Estimated time remaining: 270.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1198/1483 [18:52<07:20, 1.54s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1198/1483, Estimated time remaining: 269.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1199/1483 [18:53<06:19, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1199/1483, Estimated time remaining: 268.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1200/1483 [18:56<09:07, 1.93s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1200/1483, Estimated time remaining: 268.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1201/1483 [18:57<07:33, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1201/1483, Estimated time remaining: 267.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1202/1483 [18:58<06:35, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1202/1483, Estimated time remaining: 266.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1203/1483 [18:59<05:30, 1.18s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1203/1483, Estimated time remaining: 265.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████ | 1204/1483 [19:00<04:49, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1204/1483, Estimated time remaining: 264.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1205/1483 [19:00<04:18, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1205/1483, Estimated time remaining: 263.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1206/1483 [19:01<03:54, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1206/1483, Estimated time remaining: 262.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1207/1483 [19:01<03:38, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1207/1483, Estimated time remaining: 261.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 81%|████████▏ | 1208/1483 [19:03<04:51, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1208/1483, Estimated time remaining: 260.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1209/1483 [19:06<06:55, 1.52s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1209/1483, Estimated time remaining: 259.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1210/1483 [19:07<06:03, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1210/1483, Estimated time remaining: 258.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1211/1483 [19:08<05:56, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1211/1483, Estimated time remaining: 257.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1212/1483 [19:09<05:08, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1212/1483, Estimated time remaining: 256.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1213/1483 [19:09<04:31, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1213/1483, Estimated time remaining: 255.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1214/1483 [19:10<04:15, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1214/1483, Estimated time remaining: 255.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1215/1483 [19:11<03:54, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1215/1483, Estimated time remaining: 254.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1216/1483 [19:12<03:34, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1216/1483, Estimated time remaining: 253.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1217/1483 [19:13<03:53, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1217/1483, Estimated time remaining: 252.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1218/1483 [19:14<04:06, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1218/1483, Estimated time remaining: 251.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1219/1483 [19:19<09:20, 2.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1219/1483, Estimated time remaining: 251.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1220/1483 [19:25<14:36, 3.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1220/1483, Estimated time remaining: 251.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1221/1483 [19:27<13:04, 2.99s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1221/1483, Estimated time remaining: 250.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1222/1483 [19:30<12:58, 2.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1222/1483, Estimated time remaining: 250.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 82%|████████▏ | 1223/1483 [19:32<11:43, 2.71s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1223/1483, Estimated time remaining: 249.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1224/1483 [19:35<12:44, 2.95s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1224/1483, Estimated time remaining: 248.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1225/1483 [19:37<10:28, 2.43s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1225/1483, Estimated time remaining: 247.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1226/1483 [19:38<08:39, 2.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1226/1483, Estimated time remaining: 247.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1227/1483 [19:40<09:00, 2.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1227/1483, Estimated time remaining: 246.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1228/1483 [19:41<07:04, 1.66s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1228/1483, Estimated time remaining: 245.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1229/1483 [19:42<06:09, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1229/1483, Estimated time remaining: 244.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1230/1483 [19:42<05:12, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1230/1483, Estimated time remaining: 243.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1231/1483 [19:44<05:21, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1231/1483, Estimated time remaining: 242.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1232/1483 [19:44<04:25, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1232/1483, Estimated time remaining: 241.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1233/1483 [19:48<08:15, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1233/1483, Estimated time remaining: 241.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1234/1483 [19:50<07:50, 1.89s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1234/1483, Estimated time remaining: 240.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1235/1483 [19:51<06:39, 1.61s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1235/1483, Estimated time remaining: 239.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1236/1483 [19:52<05:31, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1236/1483, Estimated time remaining: 238.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1237/1483 [19:54<06:09, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1237/1483, Estimated time remaining: 237.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 83%|████████▎ | 1238/1483 [19:55<05:45, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1238/1483, Estimated time remaining: 236.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1239/1483 [19:56<04:59, 1.23s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1239/1483, Estimated time remaining: 235.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1240/1483 [19:57<04:37, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1240/1483, Estimated time remaining: 234.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1241/1483 [20:00<07:34, 1.88s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1241/1483, Estimated time remaining: 234.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▎ | 1242/1483 [20:03<08:15, 2.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1242/1483, Estimated time remaining: 233.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1243/1483 [20:04<07:57, 1.99s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1243/1483, Estimated time remaining: 232.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1244/1483 [20:08<10:20, 2.59s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1244/1483, Estimated time remaining: 232.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1245/1483 [20:10<08:27, 2.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1245/1483, Estimated time remaining: 231.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1246/1483 [20:11<07:02, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1246/1483, Estimated time remaining: 230.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1247/1483 [20:11<05:43, 1.46s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1247/1483, Estimated time remaining: 229.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1248/1483 [20:12<04:57, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1248/1483, Estimated time remaining: 228.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1249/1483 [20:15<06:54, 1.77s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1249/1483, Estimated time remaining: 227.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1250/1483 [20:16<05:49, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1250/1483, Estimated time remaining: 226.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1251/1483 [20:18<06:22, 1.65s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1251/1483, Estimated time remaining: 225.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1252/1483 [20:20<07:10, 1.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1252/1483, Estimated time remaining: 225.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 84%|████████▍ | 1253/1483 [20:21<05:47, 1.51s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1253/1483, Estimated time remaining: 224.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1254/1483 [20:23<06:51, 1.80s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1254/1483, Estimated time remaining: 223.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1255/1483 [20:24<05:55, 1.56s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1255/1483, Estimated time remaining: 222.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1256/1483 [20:25<04:58, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1256/1483, Estimated time remaining: 221.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1257/1483 [20:27<05:28, 1.45s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1257/1483, Estimated time remaining: 220.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1258/1483 [20:28<04:44, 1.27s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1258/1483, Estimated time remaining: 219.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1259/1483 [20:29<04:49, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1259/1483, Estimated time remaining: 218.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▍ | 1260/1483 [20:30<04:35, 1.24s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1260/1483, Estimated time remaining: 217.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1261/1483 [20:32<05:32, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1261/1483, Estimated time remaining: 217.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1262/1483 [20:33<05:08, 1.40s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1262/1483, Estimated time remaining: 216.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1263/1483 [20:34<04:09, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1263/1483, Estimated time remaining: 215.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1264/1483 [20:35<03:40, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1264/1483, Estimated time remaining: 214.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1265/1483 [20:35<03:23, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1265/1483, Estimated time remaining: 213.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1266/1483 [20:36<03:19, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1266/1483, Estimated time remaining: 212.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 85%|████████▌ | 1267/1483 [20:38<04:08, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1267/1483, Estimated time remaining: 211.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1268/1483 [20:39<03:43, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1268/1483, Estimated time remaining: 210.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1269/1483 [20:40<04:21, 1.22s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1269/1483, Estimated time remaining: 209.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1270/1483 [20:42<04:41, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1270/1483, Estimated time remaining: 208.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1271/1483 [20:44<05:04, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1271/1483, Estimated time remaining: 207.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1272/1483 [20:45<04:33, 1.30s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1272/1483, Estimated time remaining: 206.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1273/1483 [20:48<06:48, 1.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1273/1483, Estimated time remaining: 206.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1274/1483 [20:50<06:41, 1.92s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1274/1483, Estimated time remaining: 205.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1275/1483 [20:51<06:10, 1.78s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1275/1483, Estimated time remaining: 204.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1276/1483 [20:53<05:25, 1.57s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1276/1483, Estimated time remaining: 203.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1277/1483 [20:53<04:35, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1277/1483, Estimated time remaining: 202.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1278/1483 [20:55<04:34, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1278/1483, Estimated time remaining: 201.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▌ | 1279/1483 [20:56<04:29, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1279/1483, Estimated time remaining: 200.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1280/1483 [20:57<04:39, 1.38s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1280/1483, Estimated time remaining: 199.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1281/1483 [21:01<06:32, 1.94s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1281/1483, Estimated time remaining: 198.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 86%|████████▋ | 1282/1483 [21:02<05:49, 1.74s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1282/1483, Estimated time remaining: 197.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1283/1483 [21:03<04:59, 1.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1283/1483, Estimated time remaining: 196.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1284/1483 [21:09<09:29, 2.86s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1284/1483, Estimated time remaining: 196.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1285/1483 [21:10<07:39, 2.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1285/1483, Estimated time remaining: 195.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1286/1483 [21:11<06:05, 1.85s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1286/1483, Estimated time remaining: 194.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1287/1483 [21:12<05:10, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1287/1483, Estimated time remaining: 193.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1288/1483 [21:12<04:18, 1.32s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1288/1483, Estimated time remaining: 192.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1289/1483 [21:14<04:17, 1.33s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1289/1483, Estimated time remaining: 191.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1290/1483 [21:15<03:45, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1290/1483, Estimated time remaining: 190.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1291/1483 [21:16<03:31, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1291/1483, Estimated time remaining: 189.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1292/1483 [21:18<04:21, 1.37s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1292/1483, Estimated time remaining: 188.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1293/1483 [21:18<03:43, 1.17s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1293/1483, Estimated time remaining: 187.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1294/1483 [21:19<03:25, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1294/1483, Estimated time remaining: 186.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1295/1483 [21:21<03:57, 1.26s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1295/1483, Estimated time remaining: 186.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1296/1483 [21:22<03:33, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1296/1483, Estimated time remaining: 185.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 87%|████████▋ | 1297/1483 [21:23<03:36, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1297/1483, Estimated time remaining: 184.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1298/1483 [21:24<03:09, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1298/1483, Estimated time remaining: 183.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1299/1483 [21:26<04:20, 1.42s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1299/1483, Estimated time remaining: 182.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1300/1483 [21:27<04:24, 1.44s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1300/1483, Estimated time remaining: 181.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1301/1483 [21:29<04:04, 1.34s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1301/1483, Estimated time remaining: 180.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1302/1483 [21:29<03:26, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1302/1483, Estimated time remaining: 179.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1303/1483 [21:30<03:04, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1303/1483, Estimated time remaining: 178.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1304/1483 [21:31<02:43, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1304/1483, Estimated time remaining: 177.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1305/1483 [21:31<02:32, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1305/1483, Estimated time remaining: 176.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1306/1483 [21:32<02:31, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1306/1483, Estimated time remaining: 175.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1307/1483 [21:33<02:39, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1307/1483, Estimated time remaining: 174.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1308/1483 [21:34<02:45, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1308/1483, Estimated time remaining: 173.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1309/1483 [21:35<02:34, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1309/1483, Estimated time remaining: 172.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1310/1483 [21:36<02:26, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1310/1483, Estimated time remaining: 171.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1311/1483 [21:37<02:26, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1311/1483, Estimated time remaining: 170.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 88%|████████▊ | 1312/1483 [21:37<02:12, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1312/1483, Estimated time remaining: 169.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1313/1483 [21:38<02:12, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1313/1483, Estimated time remaining: 168.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1314/1483 [21:39<02:12, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1314/1483, Estimated time remaining: 167.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1315/1483 [21:41<03:21, 1.20s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1315/1483, Estimated time remaining: 166.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▊ | 1316/1483 [21:42<03:06, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1316/1483, Estimated time remaining: 165.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1317/1483 [21:43<02:43, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1317/1483, Estimated time remaining: 164.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1318/1483 [21:44<03:08, 1.14s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1318/1483, Estimated time remaining: 163.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1319/1483 [21:45<03:04, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1319/1483, Estimated time remaining: 162.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1320/1483 [21:46<02:39, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1320/1483, Estimated time remaining: 161.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1321/1483 [21:47<03:00, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1321/1483, Estimated time remaining: 160.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1322/1483 [21:48<02:37, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1322/1483, Estimated time remaining: 159.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1323/1483 [21:49<02:21, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1323/1483, Estimated time remaining: 158.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1324/1483 [21:50<03:09, 1.19s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1324/1483, Estimated time remaining: 157.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1325/1483 [21:52<03:17, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1325/1483, Estimated time remaining: 156.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1326/1483 [21:53<02:57, 1.13s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1326/1483, Estimated time remaining: 155.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 89%|████████▉ | 1327/1483 [21:53<02:34, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1327/1483, Estimated time remaining: 154.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1328/1483 [21:54<02:26, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1328/1483, Estimated time remaining: 153.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1329/1483 [21:55<02:31, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1329/1483, Estimated time remaining: 152.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1330/1483 [21:56<02:19, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1330/1483, Estimated time remaining: 151.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1331/1483 [21:57<02:10, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1331/1483, Estimated time remaining: 150.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1332/1483 [21:58<02:15, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1332/1483, Estimated time remaining: 149.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1333/1483 [21:58<02:05, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1333/1483, Estimated time remaining: 148.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|████████▉ | 1334/1483 [21:59<01:58, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1334/1483, Estimated time remaining: 147.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1335/1483 [22:00<02:02, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1335/1483, Estimated time remaining: 146.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1336/1483 [22:01<01:54, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1336/1483, Estimated time remaining: 145.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1337/1483 [22:01<01:49, 1.33it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1337/1483, Estimated time remaining: 144.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1338/1483 [22:02<01:45, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1338/1483, Estimated time remaining: 143.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1339/1483 [22:03<01:43, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1339/1483, Estimated time remaining: 142.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1340/1483 [22:03<01:39, 1.43it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1340/1483, Estimated time remaining: 141.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1341/1483 [22:04<01:33, 1.51it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1341/1483, Estimated time remaining: 140.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 90%|█████████ | 1342/1483 [22:05<01:34, 1.49it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1342/1483, Estimated time remaining: 139.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1343/1483 [22:06<01:41, 1.38it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1343/1483, Estimated time remaining: 138.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1344/1483 [22:06<01:36, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1344/1483, Estimated time remaining: 137.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1345/1483 [22:07<01:40, 1.37it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1345/1483, Estimated time remaining: 136.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1346/1483 [22:08<01:34, 1.45it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1346/1483, Estimated time remaining: 135.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1347/1483 [22:09<02:04, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1347/1483, Estimated time remaining: 134.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1348/1483 [22:10<02:21, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1348/1483, Estimated time remaining: 133.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1349/1483 [22:11<02:23, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1349/1483, Estimated time remaining: 132.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1350/1483 [22:12<02:06, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1350/1483, Estimated time remaining: 131.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1351/1483 [22:13<01:52, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1351/1483, Estimated time remaining: 130.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1352/1483 [22:14<01:48, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1352/1483, Estimated time remaining: 129.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████ | 1353/1483 [22:14<01:42, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1353/1483, Estimated time remaining: 128.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1354/1483 [22:15<01:39, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1354/1483, Estimated time remaining: 127.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1355/1483 [22:16<01:39, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1355/1483, Estimated time remaining: 126.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 91%|█████████▏| 1356/1483 [22:16<01:36, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1356/1483, Estimated time remaining: 125.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1357/1483 [22:17<01:32, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1357/1483, Estimated time remaining: 124.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1358/1483 [22:18<01:30, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1358/1483, Estimated time remaining: 123.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1359/1483 [22:18<01:26, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1359/1483, Estimated time remaining: 122.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1360/1483 [22:20<01:58, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1360/1483, Estimated time remaining: 121.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1361/1483 [22:21<02:02, 1.00s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1361/1483, Estimated time remaining: 120.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1362/1483 [22:22<02:00, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1362/1483, Estimated time remaining: 119.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1363/1483 [22:23<01:58, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1363/1483, Estimated time remaining: 118.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1364/1483 [22:24<02:00, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1364/1483, Estimated time remaining: 117.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1365/1483 [22:25<01:53, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1365/1483, Estimated time remaining: 116.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1366/1483 [22:26<01:44, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1366/1483, Estimated time remaining: 115.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1367/1483 [22:27<02:03, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1367/1483, Estimated time remaining: 114.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1368/1483 [22:28<01:47, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1368/1483, Estimated time remaining: 113.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1369/1483 [22:28<01:37, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1369/1483, Estimated time remaining: 112.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1370/1483 [22:30<01:52, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1370/1483, Estimated time remaining: 111.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 92%|█████████▏| 1371/1483 [22:31<01:45, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1371/1483, Estimated time remaining: 110.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1372/1483 [22:31<01:36, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1372/1483, Estimated time remaining: 109.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1373/1483 [22:32<01:29, 1.23it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1373/1483, Estimated time remaining: 108.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1374/1483 [22:33<01:24, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1374/1483, Estimated time remaining: 107.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1375/1483 [22:34<01:44, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1375/1483, Estimated time remaining: 106.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1376/1483 [22:36<01:59, 1.12s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1376/1483, Estimated time remaining: 105.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1377/1483 [22:36<01:51, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1377/1483, Estimated time remaining: 104.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1378/1483 [22:38<01:53, 1.08s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1378/1483, Estimated time remaining: 103.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1379/1483 [22:39<01:50, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1379/1483, Estimated time remaining: 102.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1380/1483 [22:39<01:38, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1380/1483, Estimated time remaining: 101.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1381/1483 [22:45<04:15, 2.50s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1381/1483, Estimated time remaining: 100.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1382/1483 [22:47<03:42, 2.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1382/1483, Estimated time remaining: 99.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1383/1483 [22:48<02:54, 1.75s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1383/1483, Estimated time remaining: 98.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1384/1483 [22:49<02:31, 1.53s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1384/1483, Estimated time remaining: 97.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1385/1483 [22:49<02:05, 1.28s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1385/1483, Estimated time remaining: 96.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 93%|█████████▎| 1386/1483 [22:53<03:12, 1.98s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1386/1483, Estimated time remaining: 96.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1387/1483 [22:54<02:31, 1.58s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1387/1483, Estimated time remaining: 95.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1388/1483 [22:54<02:04, 1.31s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1388/1483, Estimated time remaining: 94.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1389/1483 [22:56<02:12, 1.41s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1389/1483, Estimated time remaining: 93.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▎| 1390/1483 [22:57<01:56, 1.25s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1390/1483, Estimated time remaining: 92.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1391/1483 [22:57<01:37, 1.06s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1391/1483, Estimated time remaining: 91.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1392/1483 [22:59<01:37, 1.07s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1392/1483, Estimated time remaining: 90.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1393/1483 [22:59<01:28, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1393/1483, Estimated time remaining: 89.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1394/1483 [23:00<01:22, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1394/1483, Estimated time remaining: 88.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1395/1483 [23:01<01:22, 1.07it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1395/1483, Estimated time remaining: 87.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1396/1483 [23:02<01:22, 1.06it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1396/1483, Estimated time remaining: 86.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1397/1483 [23:03<01:13, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1397/1483, Estimated time remaining: 85.2 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1398/1483 [23:04<01:11, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1398/1483, Estimated time remaining: 84.1 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1399/1483 [23:07<02:22, 1.70s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1399/1483, Estimated time remaining: 83.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1400/1483 [23:08<01:55, 1.39s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1400/1483, Estimated time remaining: 82.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 94%|█████████▍| 1401/1483 [23:09<01:39, 1.21s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1401/1483, Estimated time remaining: 81.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1402/1483 [23:09<01:24, 1.04s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1402/1483, Estimated time remaining: 80.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1403/1483 [23:10<01:13, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1403/1483, Estimated time remaining: 79.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1404/1483 [23:12<01:31, 1.16s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1404/1483, Estimated time remaining: 78.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1405/1483 [23:12<01:22, 1.05s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1405/1483, Estimated time remaining: 77.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1406/1483 [23:13<01:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1406/1483, Estimated time remaining: 76.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1407/1483 [23:14<01:06, 1.15it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1407/1483, Estimated time remaining: 75.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▍| 1408/1483 [23:15<01:04, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1408/1483, Estimated time remaining: 74.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1409/1483 [23:15<00:59, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1409/1483, Estimated time remaining: 73.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1410/1483 [23:16<00:55, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1410/1483, Estimated time remaining: 72.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1411/1483 [23:18<01:18, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1411/1483, Estimated time remaining: 71.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1412/1483 [23:19<01:09, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1412/1483, Estimated time remaining: 70.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1413/1483 [23:19<01:01, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1413/1483, Estimated time remaining: 69.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1414/1483 [23:20<01:02, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1414/1483, Estimated time remaining: 68.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1415/1483 [23:21<00:59, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1415/1483, Estimated time remaining: 67.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 95%|█████████▌| 1416/1483 [23:22<00:54, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1416/1483, Estimated time remaining: 66.3 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1417/1483 [23:23<00:56, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1417/1483, Estimated time remaining: 65.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1418/1483 [23:24<01:01, 1.05it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1418/1483, Estimated time remaining: 64.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1419/1483 [23:24<00:55, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1419/1483, Estimated time remaining: 63.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1420/1483 [23:25<00:56, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1420/1483, Estimated time remaining: 62.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1421/1483 [23:26<00:53, 1.16it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1421/1483, Estimated time remaining: 61.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1422/1483 [23:27<00:47, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1422/1483, Estimated time remaining: 60.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1423/1483 [23:28<00:47, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1423/1483, Estimated time remaining: 59.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1424/1483 [23:28<00:44, 1.32it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1424/1483, Estimated time remaining: 58.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1425/1483 [23:29<00:45, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1425/1483, Estimated time remaining: 57.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1426/1483 [23:30<00:45, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1426/1483, Estimated time remaining: 56.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▌| 1427/1483 [23:31<00:44, 1.27it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1427/1483, Estimated time remaining: 55.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1428/1483 [23:31<00:42, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1428/1483, Estimated time remaining: 54.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1429/1483 [23:32<00:42, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1429/1483, Estimated time remaining: 53.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1430/1483 [23:33<00:41, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1430/1483, Estimated time remaining: 52.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 96%|█████████▋| 1431/1483 [23:34<00:37, 1.39it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1431/1483, Estimated time remaining: 51.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1432/1483 [23:34<00:36, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1432/1483, Estimated time remaining: 50.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1433/1483 [23:35<00:34, 1.47it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1433/1483, Estimated time remaining: 49.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1434/1483 [23:36<00:32, 1.50it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1434/1483, Estimated time remaining: 48.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1435/1483 [23:36<00:33, 1.44it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1435/1483, Estimated time remaining: 47.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1436/1483 [23:38<00:39, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1436/1483, Estimated time remaining: 46.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1437/1483 [23:39<00:41, 1.10it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1437/1483, Estimated time remaining: 45.4 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1438/1483 [23:40<00:49, 1.11s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1438/1483, Estimated time remaining: 44.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1439/1483 [23:41<00:43, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1439/1483, Estimated time remaining: 43.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1440/1483 [23:42<00:39, 1.08it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1440/1483, Estimated time remaining: 42.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1441/1483 [23:42<00:36, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1441/1483, Estimated time remaining: 41.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1442/1483 [23:43<00:35, 1.17it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1442/1483, Estimated time remaining: 40.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1443/1483 [23:44<00:36, 1.11it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1443/1483, Estimated time remaining: 39.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1444/1483 [23:45<00:34, 1.14it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1444/1483, Estimated time remaining: 38.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 97%|█████████▋| 1445/1483 [23:46<00:30, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1445/1483, Estimated time remaining: 37.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1446/1483 [23:46<00:27, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1446/1483, Estimated time remaining: 36.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1447/1483 [23:47<00:26, 1.36it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1447/1483, Estimated time remaining: 35.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1448/1483 [23:48<00:26, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1448/1483, Estimated time remaining: 34.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1449/1483 [23:48<00:24, 1.41it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1449/1483, Estimated time remaining: 33.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1450/1483 [23:49<00:23, 1.42it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1450/1483, Estimated time remaining: 32.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1451/1483 [23:50<00:23, 1.35it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1451/1483, Estimated time remaining: 31.5 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1452/1483 [23:51<00:27, 1.13it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1452/1483, Estimated time remaining: 30.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1453/1483 [23:53<00:31, 1.03s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1453/1483, Estimated time remaining: 29.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1454/1483 [23:54<00:31, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1454/1483, Estimated time remaining: 28.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1455/1483 [23:55<00:30, 1.09s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1455/1483, Estimated time remaining: 27.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1456/1483 [23:57<00:34, 1.29s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1456/1483, Estimated time remaining: 26.6 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1457/1483 [23:58<00:35, 1.35s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1457/1483, Estimated time remaining: 25.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1458/1483 [23:59<00:28, 1.15s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1458/1483, Estimated time remaining: 24.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1459/1483 [23:59<00:24, 1.02s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1459/1483, Estimated time remaining: 23.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 98%|█████████▊| 1460/1483 [24:00<00:22, 1.04it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1460/1483, Estimated time remaining: 22.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1461/1483 [24:01<00:21, 1.00it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1461/1483, Estimated time remaining: 21.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1462/1483 [24:02<00:18, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1462/1483, Estimated time remaining: 20.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1463/1483 [24:03<00:16, 1.18it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1463/1483, Estimated time remaining: 19.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▊| 1464/1483 [24:04<00:15, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1464/1483, Estimated time remaining: 18.7 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1465/1483 [24:04<00:14, 1.25it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1465/1483, Estimated time remaining: 17.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1466/1483 [24:05<00:13, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1466/1483, Estimated time remaining: 16.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1467/1483 [24:06<00:13, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1467/1483, Estimated time remaining: 15.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1468/1483 [24:07<00:13, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1468/1483, Estimated time remaining: 14.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1469/1483 [24:08<00:11, 1.24it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1469/1483, Estimated time remaining: 13.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1470/1483 [24:09<00:14, 1.10s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1470/1483, Estimated time remaining: 12.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1471/1483 [24:10<00:12, 1.01s/it]"]},{"output_type":"stream","name":"stdout","text":["Processed 1471/1483, Estimated time remaining: 11.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1472/1483 [24:11<00:10, 1.09it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1472/1483, Estimated time remaining: 10.8 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1473/1483 [24:12<00:08, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1473/1483, Estimated time remaining: 9.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1474/1483 [24:13<00:08, 1.01it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1474/1483, Estimated time remaining: 8.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":[" 99%|█████████▉| 1475/1483 [24:14<00:07, 1.12it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1475/1483, Estimated time remaining: 7.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1476/1483 [24:14<00:05, 1.21it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1476/1483, Estimated time remaining: 6.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1477/1483 [24:15<00:04, 1.26it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1477/1483, Estimated time remaining: 5.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1478/1483 [24:16<00:03, 1.29it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1478/1483, Estimated time remaining: 4.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1479/1483 [24:16<00:02, 1.34it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1479/1483, Estimated time remaining: 3.9 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1480/1483 [24:17<00:02, 1.19it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1480/1483, Estimated time remaining: 3.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1481/1483 [24:18<00:01, 1.28it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1481/1483, Estimated time remaining: 2.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|█████████▉| 1482/1483 [24:19<00:00, 1.30it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1482/1483, Estimated time remaining: 1.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["100%|██████████| 1483/1483 [24:19<00:00, 1.02it/s]"]},{"output_type":"stream","name":"stdout","text":["Processed 1483/1483, Estimated time remaining: 0.0 seconds\n"]},{"output_type":"stream","name":"stderr","text":["\n","SettingWithCopyWarning: \n","A value is trying to be set on a copy of a slice from a DataFrame.\n","Try using .loc[row_indexer,col_indexer] = value instead\n","\n","See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n"]}]},{"cell_type":"code","source":["df9.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df9.csv', index=False)"],"metadata":{"id":"q7w9F1E9N_t6"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df_combined = pd.concat([df1, df2, df3, df4, df5, df6, df7, df8, df9], ignore_index=True)"],"metadata":{"id":"UIbjNzjGZj0B"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df_combined.to_csv('/content/drive/MyDrive/Stylumia/Dataset/df_combined.csv', index=False)"],"metadata":{"id":"TUF_t99WaFDu"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["df_combined.head()"],"metadata":{"colab":{"base_uri":"https://localhost:8080/","height":556},"id":"xaFlyb5vaVrl","executionInfo":{"status":"ok","timestamp":1749301597826,"user_tz":-330,"elapsed":313,"user":{"displayName":"Aayush Chaudhari","userId":"10779447679074243921"}},"outputId":"3339ba5d-d41d-4a3a-e6d0-5fd96b1dd1e8"},"execution_count":null,"outputs":[{"output_type":"execute_result","data":{"text/plain":[" selling_price discount product_id \\\n","0 474848.9539 0.0 b613d7b5dfe86f3e695d931d31fd729fdf44e181f14079... \n","1 464648.6919 0.0 482b10a23f8d00cfc7c9bbeeac4e26d25dd303d8e62e97... \n","2 29496.0812 0.0 3508b052ef7a5eea820423b97713612bc92a3f2301a3d3... \n","3 17156.9392 0.0 6360245240b68885bd4dbcef8d8856c0fb13f1314769f5... \n","4 26079.5467 0.0 5d07037957e64d1e218499cb7d7a8e5e57aa59249bb806... \n","\n"," sku brand mrp product_name \\\n","0 479495 RALPH LAUREN 474848.9539 Kristian Silk Tuxedo Dress \n","1 502670 RALPH LAUREN 464648.6919 Kristian Silk Tuxedo Dress \n","2 478766 RALPH LAUREN 29496.0812 Fit-and-Flare Shirtdress \n","3 50297209_041 BHLDN 17156.9392 Adena Crepe Dress \n","4 478750 RALPH LAUREN 26079.5467 Belted Cotton-Blend Shirtdress \n","\n"," feature_image_s3 channel_id \\\n","0 https://gallery.stylumia.com/originals/2020/02... 14 \n","1 https://gallery.stylumia.com/originals/2020/02... 14 \n","2 https://gallery.stylumia.com/originals/2020/02... 14 \n","3 https://gallery.stylumia.com/originals/2020/05... 48 \n","4 https://gallery.stylumia.com/originals/2021/02... 14 \n","\n"," feature_list \\\n","0 ['Slim fit. Designed to hit at the ankle.', 'U... \n","1 ['Slim fit. Designed to hit at the ankle.', 'U... \n","2 ['Fit-and-flare silhouette. Intended to hit at... \n","3 ['Back zip', 'Polyester; polyester lining', 'P... \n","4 ['Fit-and-flare silhouette Designed to hit at ... \n","\n"," description \\\n","0 The Kristian evening dress is informed by the ... \n","1 The Kristian evening dress is informed by the ... \n","2 Airy georgette and a flattering fit-and-flare ... \n","3 A sleek square neckline tops this stretchy, bo... \n","4 This iteration of Lauren's iconic shirtdress i... \n","\n"," style_attributes box \n","0 {} NaN \n","1 {} NaN \n","2 {} NaN \n","3 {'modelNotes': '', 'dimensions': 'Fits true to... NaN \n","4 {} NaN "],"text/html":["\n","
\n","
\n","\n","\n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n"," \n","
selling_pricediscountproduct_idskubrandmrpproduct_namefeature_image_s3channel_idfeature_listdescriptionstyle_attributesbox
0474848.95390.0b613d7b5dfe86f3e695d931d31fd729fdf44e181f14079...479495RALPH LAUREN474848.9539Kristian Silk Tuxedo Dresshttps://gallery.stylumia.com/originals/2020/02...14['Slim fit. Designed to hit at the ankle.', 'U...The Kristian evening dress is informed by the ...{}NaN
1464648.69190.0482b10a23f8d00cfc7c9bbeeac4e26d25dd303d8e62e97...502670RALPH LAUREN464648.6919Kristian Silk Tuxedo Dresshttps://gallery.stylumia.com/originals/2020/02...14['Slim fit. Designed to hit at the ankle.', 'U...The Kristian evening dress is informed by the ...{}NaN
229496.08120.03508b052ef7a5eea820423b97713612bc92a3f2301a3d3...478766RALPH LAUREN29496.0812Fit-and-Flare Shirtdresshttps://gallery.stylumia.com/originals/2020/02...14['Fit-and-flare silhouette. Intended to hit at...Airy georgette and a flattering fit-and-flare ...{}NaN
317156.93920.06360245240b68885bd4dbcef8d8856c0fb13f1314769f5...50297209_041BHLDN17156.9392Adena Crepe Dresshttps://gallery.stylumia.com/originals/2020/05...48['Back zip', 'Polyester; polyester lining', 'P...A sleek square neckline tops this stretchy, bo...{'modelNotes': '', 'dimensions': 'Fits true to...NaN
426079.54670.05d07037957e64d1e218499cb7d7a8e5e57aa59249bb806...478750RALPH LAUREN26079.5467Belted Cotton-Blend Shirtdresshttps://gallery.stylumia.com/originals/2021/02...14['Fit-and-flare silhouette Designed to hit at ...This iteration of Lauren's iconic shirtdress i...{}NaN
\n","
\n","
\n","\n","
\n"," \n","\n"," \n","\n"," \n","
\n","\n","\n","
\n"," \n","\n","\n","\n"," \n","
\n","\n","
\n","
\n"],"application/vnd.google.colaboratory.intrinsic+json":{"type":"dataframe","variable_name":"df_combined","summary":"{\n \"name\": \"df_combined\",\n \"rows\": 17483,\n \"fields\": [\n {\n \"column\": \"selling_price\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 36865.31504185717,\n \"min\": 3.8,\n \"max\": 1287464.0839,\n \"num_unique_values\": 5468,\n \"samples\": [\n 14738.8261,\n 4403.3395,\n 56510.5105\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"discount\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 23.169270283377557,\n \"min\": 0.0,\n \"max\": 99.9,\n \"num_unique_values\": 727,\n \"samples\": [\n 66.94214876033058,\n 55.09433962264151,\n 23.08580223162755\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"product_id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 17474,\n \"samples\": [\n \"44b4606fa8d2a697c98f76b108aa4d057caefffd2b8e7dd2dbce6f199c6149e1\",\n \"1d2dec479b70b38050bbca64395536c7eb79efcdafd66a24c3f3f5884bf0f83c\",\n \"d31a95337c1e17bf20f4661ab784368b80bb9d1c4f5a416d4f5b3cb463b73861\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"sku\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 17474,\n \"samples\": [\n \"4130640120008_016\",\n \"600497_3616533055867\",\n \"1312442WHT\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"brand\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 720,\n \"samples\": [\n \"Cala de la Cruz\",\n \"Raven Dress\",\n \"Acler\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"mrp\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 53907.56762276384,\n \"min\": 20.8,\n \"max\": 1616442.55,\n \"num_unique_values\": 4851,\n \"samples\": [\n 38506.8775,\n 12845.0522,\n 13737.547\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"product_name\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 12553,\n \"samples\": [\n \"Hutch Iris Strapless Pleated A-Line Midi Dress\",\n \"The Wolf Gang Aude Strapless Maxi Dress\",\n \"Distressed boyfriend jeans\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"feature_image_s3\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 17474,\n \"samples\": [\n \"https://gallery.stylumia.com/originals/2025/01/48/44b4606fa8d2a697c98f76b108aa4d057caefffd2b8e7dd2dbce6f199c6149e1.jpg\",\n \"https://gallery.stylumia.com/originals/2023/07/14/1d2dec479b70b38050bbca64395536c7eb79efcdafd66a24c3f3f5884bf0f83c.jpg\",\n \"https://gallery.stylumia.com/originals/2023/03/18/d31a95337c1e17bf20f4661ab784368b80bb9d1c4f5a416d4f5b3cb463b73861.jpg\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"channel_id\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 154,\n \"min\": 7,\n \"max\": 384,\n \"num_unique_values\": 15,\n \"samples\": [\n 384,\n 160,\n 14\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"feature_list\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 11760,\n \"samples\": [\n \"['97% cotton, 3% elastane', 'High rise', 'Pleated detailing', 'Wide legs', 'Cropped inseam', 'Five-pocket styling', 'Front zip', 'Machine wash', 'USA']\",\n \"['Polyester', 'Maxi length', 'One-shoulder neckline', 'Allover scribble print', 'Side slit', 'Pullover styling', 'Machine wash', 'Imported']\",\n \"['adjustable straps, halter neckline.', 'back buttons,\\\\\\\\n \\\\\\\\n sunshine colorway is unlined,\\\\\\\\n \\\\\\\\n and ties in back.', '', 'Designed to be fitted throughout.', 'Intended to graze the floor when worn with heels. Hemming may be necessary to achieve desired length.', 'This is a lightweight silk charmeuse fabric - 100% silk. Dry clean only.', 'The model is wearing a size XS and is 5\\\\\\\\'11\\\", 24\\\" waist, 35\\\" hips, 32.5\\\" bust.', '', '', 'The model is wearing a size XS and is 5\\\\\\\\'11\\\", 24\\\" waist, 35\\\" hips, 32.5\\\" bust.', '', '', 'This is a lightweight silk charmeuse fabric - 100% silk. Dry clean only.']\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"description\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 8981,\n \"samples\": [\n \"Realised in lightweight bubble crepe for an airy look and feel, this sleeveless midi dress is punctuated by a self-belt on the waist for a defined silhouette.\",\n \"The Sachin & Babi Sloane Midi Dress features two layers of dimensional, feminine bows and a charming full skirt. Falling below the knee, the dreamy tea-length silhouette is finished with delicate spaghetti straps and pleated details - fit for a storybook romance.\",\n \"Acne Studios' '2023' jeans have an ultra-distressed, slightly iridescent finish. They're cut from light-blue denim and have a wide-leg fit inspired by popular styles from the '90s.\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"style_attributes\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 12398,\n \"samples\": [\n \"{'Materials & Care': 'Main fabric: 100% viscoseUpper lining: 100% cotton, Hand-wash., Do not bleach, Do not tumble dry, Iron at a maximum temperature of 110\\u00b0C without steam, F/ - Professional dry clean, with hydrocarbon solvent, gentle treatment'}\",\n \"{'Product code': 'BKK17778', 'Details and Care': 'Main: 72% Polyester, 28% Polyester. Dry Clean Only. Model wears UK size 8/ US size 4. Model height Approx: 5\\\"9. Item length 135cm'}\",\n \"{'Material': '93% VISCOSE, 7% POLYESTER, 100% POLYESTER', 'Care': 'MACHINE WASH AT MAX.TEMP. 30\\u00b0 C - MILD PROCESS, DO NOT BLEACH, DO NOT TUMBLE DRY, IRON AT MAX. TEMP. OF 110\\u00b0 C WITHOUT STEAM, DO NOT DRY CLEAN'}\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"box\",\n \"properties\": {\n \"dtype\": \"object\",\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"}},"metadata":{},"execution_count":27}]},{"cell_type":"code","source":[],"metadata":{"id":"juN-JqnegUsP"},"execution_count":null,"outputs":[]}]}