{"taskset": {"n_runnable": 0, "name": "DS-1000", "url_data": "https://huggingface.co/datasets/xlangai/DS-1000", "catalog_id": "ds-1000", "owner_type": "academic", "cited_by": [], "taskset": "ds1000", "domain": "data-sql", "task_kind": "data-science code generation", "environment": "container", "grading": "tests", "path": "datasets/ds1000", "n_single_container": 1000, "n_tasks": 1000, "domain_raw": "data-science", "sample_instruction": "# 0: DS-1000 Task\n\n## Prompt\nProblem:\nI have the following DataFrame:\n    Col1  Col2  Col3  Type\n0      1     2     3     1\n1      4     5     6     1\n2      7     8     9     2\n3    10    11    12     2\n4    13    14    15     3\n5    16    17    18     3\n\n\nThe DataFrame is read from a CSV file. All rows which have Type 1 are on top, followed by the rows with Type 2, followed by the rows with Type 3, etc.\nI would like to shuffle the order of the DataFrame's rows according to a list. \\\nFor example, give a list [2, 4, 0, 3, 1, 5] and desired result should be:\n    Col1  Col2  Col3  Type\n2      7     8     9     2\n4     13    14    15     3\n0     1     2     3     1\n3    10    11    12     2\n1     4     5     6     1\n5    16    17    18     3\n...\n\n\nHow can I achieve this?\n\n\nA:\n<code>\nimport pandas as pd\nimport numpy as np\n\n\ndf = pd.DataFrame({'Col1': [1, 4, 7, 10, 13, 16],\n                   'Col2': [2, 5, 8, 11, 14, 17],\n                   'Col3': [3, 6, 9, 12, 15, 18],\n                   'Type': [1, 1, 2, 2, 3, 3]})\nList = np.random.permutation(len(df))\n</code>\nresult = ... # put solution in this variable\nBEGIN SOLUTION\n<code>\n\n## What to do\n- Edit `solution/solution.py` so the code passes the DS-1000 tests.\n- Do not access the internet or install new packages; required libraries are preinstalled in the Docker image.\n- Run tests locally via `bash tests/test.sh`.\n\n## Notes\n- Keep the variable names/signatures implied by the prompt/code_context.\n- The evaluator uses the original ", "owner_org": "XLANG Lab (HKU)", "url_repo": "https://github.com/xlang-ai/DS-1000", "url_paper": null, "license": "cc-by-sa-4.0", "languages": [], "difficulties": {"?": 1000}, "categories": []}, "tasks": [{"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "0", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "1", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "10", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "100", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "101", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "102", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "103", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "104", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "105", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "106", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "107", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "108", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "109", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "11", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "110", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "111", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "112", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "113", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "114", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "115", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "116", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "117", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "118", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "119", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "12", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "120", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "121", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "122", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "123", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "124", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "125", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "126", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "127", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "128", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "129", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "13", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "130", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "131", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "132", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "133", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "134", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "135", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "136", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "137", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "138", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "139", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "14", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "140", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "141", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "142", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "143", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "144", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "145", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "146", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "147", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "148", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "149", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "15", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "150", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "151", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "152", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "153", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "154", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "155", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "156", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "157", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "158", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "159", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "16", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "160", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "161", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "162", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "163", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "164", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "165", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "166", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "167", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "168", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "169", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "17", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "170", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "171", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "172", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "173", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "174", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "175", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "176", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "177", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "178", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "179", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "18", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "180", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "181", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "182", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "183", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "184", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "185", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "186", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "187", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "188", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "189", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "19", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "190", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "191", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "192", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "193", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "194", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "195", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "196", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "197", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "198", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "199", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "2", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "20", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "200", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "201", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "202", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "203", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "204", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "205", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "206", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "207", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "208", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "209", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "21", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "210", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "211", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "212", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "213", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "214", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "215", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "216", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "217", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "218", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "219", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "22", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "220", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "221", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "222", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "223", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "224", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "225", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "226", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "227", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "228", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "229", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "23", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "230", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "231", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "232", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "233", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "234", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "235", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "236", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "237", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "238", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "239", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "24", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "240", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "241", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "242", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "243", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "244", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "245", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "246", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "247", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "248", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "249", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "25", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "250", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "251", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "252", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "253", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "254", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "255", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "256", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "257", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "258", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "259", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "26", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "260", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "261", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "262", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "263", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "264", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "265", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "266", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "267", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "268", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "269", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "27", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "270", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "271", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "272", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "273", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "274", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "275", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "276", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "277", "taskset": "ds1000"}, {"agent_timeout": 1800, "category": "", "compose": false, "difficulty": "", "language": "", "oracle": null, "runnable": false, "tags": [], "task": "278", "taskset": "ds1000"}], "next": "278"}