diff --git a/doc/source/test_plans/1000_nodes/plan.rst b/doc/source/test_plans/1000_nodes/plan.rst
index 1541d84..84af677 100644
--- a/doc/source/test_plans/1000_nodes/plan.rst
+++ b/doc/source/test_plans/1000_nodes/plan.rst
@@ -207,3 +207,4 @@ Reports
 
 Test plan execution reports:
  * :ref:`1000_nodes_report`
+ * :ref:`1000_nodes_fake_driver_report`
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/1000_nodes_fake_driver.rst b/doc/source/test_results/1000_nodes/fake_drivers/1000_nodes_fake_driver.rst
new file mode 100644
index 0000000..472d0b7
--- /dev/null
+++ b/doc/source/test_results/1000_nodes/fake_drivers/1000_nodes_fake_driver.rst
@@ -0,0 +1,199 @@
+.. raw:: pdf
+
+    PageBreak oneColumn
+
+.. _1000_nodes_fake_driver_report:
+
+1000 Compute nodes fake driver resource scalability testing
+===========================================================
+
+This report is generated for :ref:`1000_nodes` test plan.
+
+Environment setup
+-----------------
+
+The results presented in this study are based on experiments made with the
+OpenStack Mitaka release. The system has been deployed leveraging a dedicated
+set of scripts [#]_ built on top of Kolla framework [#]_.  Each service is
+encapsulated in a dedicated container and have been started accross 26 physical
+servers. Note that we are only interested in evaluating the scalability of the
+control plane, for this purpose we use the nova fake drivers at the compute
+level.  
+
+The OpenStack services placement is described (numbers in
+parenthesis indicate the number of instances/containers) in the following listing :
+
+- control (1 physical server)
+  
+  - neutron_server (1)
+  - nova_novncproxy (1)
+  - nova_consoleauth (1)
+  - nova_api (1)
+  - glance_api (1)
+  - glance_registry (1)
+  - keystone (1)
+  - memcached (1)
+
+- network (1 physical server)
+
+  - neutron_metadata_agent (1)
+  - neutron_l3_agent (1)
+  - neutron_dhcp_agent (1)
+  - neutron_openvswitch_agent (1)
+  - neutron_openvswitch_agent (1)
+  - openvswitch_db (1)
+  - keepalived (1)
+  - haproxy (1)
+
+- compute (20 physical servers)
+
+  - nova_ssh (1)
+  - nova_libvirt (1)
+  - nova_compute (50)
+  - openvswitch_db (1)
+  - openvswitch_vswitchd (1)
+  - neutron_openvswitch_agent (1)
+
+- rabbitmq-node (3 physical servers)
+  
+  - rabbitmq (1)
+
+- scheduler (1 physical server)
+  
+  - nova_scheduler(8)
+
+
+Additional information
+----------------------
+
+The experiment was run on the Grid'5000 [#]_ platform using the following hardware and network.
+
+Hardware
+~~~~~~~~~
+
+
++-----------+-----------------------------------------------------+
+| Parameter |  Comments                                           |
++-----------+-----------------------------------------------------+
+| model     |  Dell PowerEdge R630                                |
++-----------+-----------------------------------------------------+
+| CPU       |  26  x Intel(R) Xeon(R) CPU E5-2630 v3  2.40 GHz    |
++-----------+-----------------------------------------------------+
+
+Network
+~~~~~~~
+
++------------------+--------------------------+
+| Parameter        |  Comments                |
++------------------+--------------------------+
+| card model       |   Intel                  |
++------------------+--------------------------+
+| driver           |   ixgbe                  |
++------------------+--------------------------+
+| speed            |   10G                    |
++------------------+--------------------------+
+
+
+Methodology
+-----------
+
+For the sake of simplicity the experiments have been limited to the  “boot and
+delete VM” and “boot and list VM” scenarios in Rally with the following
+relevant parameters:
+
+- Total number of instances: 10000
+- Total number of workers: 50
+- Total number of tenants: 2
+- Total number of users: 3
+
+First OpenStack has been deployed following the described topology of services.
+The deployment took approximately 40 min. The OpenStack deployment is
+instrumented to gather various metrics from the experiment.  For this purpose,
+monitoring agents, cadvisor and collectd, have been used together with InfluxDB
+to collect metrics. In order to mitigate the monitoring traffic overhead,
+metrics have been gathered every 5s for the following roles : control, network,
+rabbitmq and only one node from the compute role.
+
+HAproxy is used in front of all the OpenStack APIs and MariaDB. To avoid
+possible penalties, *maxconn* has been set at a high value globally and on
+each frontend respectively. We use 100000 and 20000 respectively. Keystone and
+neutron workers number has been increased to 50 respectively. Other parameters
+was those given by Kolla (2.0.2) at the time of the experiment.
+
+Findings
+--------
+
+Table 1. Services top watermarks in terms of CPU and RAM.
+
++-----------------+---------+----------+
+| Service         | CORES   |    RAM   |
++=================+=========+==========+
+| nova-api        |  15     |  7.49 GB |
++-----------------+---------+----------+
+| nova-scheduler* |  0.6    | 410 MB   |
++-----------------+---------+----------+
+| nova-conductor  | 17      |   3.7 GB |
++-----------------+---------+----------+
+| glance-api      | 0.1     |   1.6 GB |
++-----------------+---------+----------+
+| glance-registry | 0.15    |   1.4 GB |
++-----------------+---------+----------+
+| neutron-server  |  7      |  2.6 GB  |
++-----------------+---------+----------+
+| keystone        |  0.5    |   1.8 GB |
++-----------------+---------+----------+
+| rabbitmq**      |  2      |     6 GB |
++-----------------+---------+----------+
+| mysqld          | 1       |  3.1 GB  |
++-----------------+---------+----------+
+| memcached       | 0.6     |    80 MB |
++-----------------+---------+----------+
+
+
+Table 2. Top number of connections
+
++-----------------+------------+
+| Service         | Connections| 
++=================+============+
+| rabbitmq **     |  7.6 K     |
++-----------------+------------+
+| mariadb         |  2.245 K   |
++-----------------+------------+
+| memcached       |  879       | 
++-----------------+------------+
+
+| * approx. each of eight nova-scheduler processes (see below)
+| ** approx. each of the three rabbitmq nodes (see below)
+
+
+Figures below show two distincts phases corresponding to the two benchmarks.  In
+addition to the previous report :ref:`1000_nodes_report`, it appears that the
+number of connections that rabbitmq has to manage is a critical metric.
+Especially when running in a non-clustered setup as it may result in hitting
+the limitation of the system (e.g open files).
+
+
+The rally report is available : 
+
+:download:`reports/rally_report.html <./reports/rally_report.html>`
+
+
+Graphs: 
+
+.. image:: figs/nova.png
+  :width: 1300px
+.. image:: figs/glance.png
+  :width: 1300px
+.. image:: figs/rabbit-mariadb-memcached.png
+  :width: 1300px
+.. image:: figs/others.png
+  :width: 1300px
+
+
+References
+~~~~~~~~~~~
+
+.. [#] https://github.com/openstack/kolla
+.. [#] https://github.com/BeyondTheClouds/kolla-g5k
+.. [#] https://www.grid5000.fr/mediawiki/index.php/Grid5000:Home
+
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/figs/glance.png b/doc/source/test_results/1000_nodes/fake_drivers/figs/glance.png
new file mode 100644
index 0000000..f6fa9ba
Binary files /dev/null and b/doc/source/test_results/1000_nodes/fake_drivers/figs/glance.png differ
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/figs/nova.png b/doc/source/test_results/1000_nodes/fake_drivers/figs/nova.png
new file mode 100644
index 0000000..ccc9cd5
Binary files /dev/null and b/doc/source/test_results/1000_nodes/fake_drivers/figs/nova.png differ
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/figs/others.png b/doc/source/test_results/1000_nodes/fake_drivers/figs/others.png
new file mode 100644
index 0000000..863416e
Binary files /dev/null and b/doc/source/test_results/1000_nodes/fake_drivers/figs/others.png differ
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/figs/rabbit-mariadb-memcached.png b/doc/source/test_results/1000_nodes/fake_drivers/figs/rabbit-mariadb-memcached.png
new file mode 100644
index 0000000..8671739
Binary files /dev/null and b/doc/source/test_results/1000_nodes/fake_drivers/figs/rabbit-mariadb-memcached.png differ
diff --git a/doc/source/test_results/1000_nodes/fake_drivers/reports/rally_report.html b/doc/source/test_results/1000_nodes/fake_drivers/reports/rally_report.html
new file mode 100644
index 0000000..7cd6653
--- /dev/null
+++ b/doc/source/test_results/1000_nodes/fake_drivers/reports/rally_report.html
@@ -0,0 +1,1042 @@
+<!doctype html>
+<html ng-app="App">
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="generator" content="Rally version 0.7.0">
+  <title>Rally | Rally Task Report</title>
+  
+  
+  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.1.15-beta/nv.d3.min.css">
+  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
+  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js"></script>
+  <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.1.15-beta/nv.d3.min.js"></script>
+  
+
+  <script type="text/javascript">
+    "use strict";
+    var widgetDirective = function($compile) {
+  var Chart = {
+    _render: function(node, data, chart, do_after){
+      nv.addGraph(function() {
+        d3.select(node)
+          .datum(data).transition().duration(0)
+          .call(chart);
+        if (typeof do_after === "function") {
+          do_after(node, chart)
+        }
+        nv.utils.windowResize(chart.update);
+      })
+    },
+    _widgets: {
+      Pie: "pie",
+      StackedArea: "stack",
+      Lines: "lines",
+      Histogram: "histogram"
+    },
+    get_chart: function(widget) {
+      if (widget in this._widgets) {
+        var name = this._widgets[widget];
+        return Chart[name]
+      }
+      return function() { console.log("Error: unexpected widget:", widget) }
+    },
+    pie: function(node, data, opts, do_after) {
+      var chart = nv.models.pieChart()
+        .x(function(d) { return d.key })
+        .y(function(d) { return d.values })
+        .showLabels(true)
+        .labelType("percent")
+        .donut(true)
+        .donutRatio(0.25)
+        .donutLabelsOutside(true)
+        .color(function(d){
+          if (d.data && d.data.color) { return d.data.color }
+        });
+      var colorizer = new Chart.colorizer("errors"), data_ = [];
+      for (var i in data) {
+        data_.push({key:data[i][0], values:data[i][1], color:colorizer.get_color(data[i][0])})
+      }
+      Chart._render(node, data_, chart)
+    },
+    colorizer: function(failure_key, failure_color) {
+      this.failure_key = failure_key || "failed_duration";
+      this.failure_color = failure_color || "#d62728";  // red
+      this.color_idx = -1;
+      /* NOTE(amaretskiy): this is actually a result of
+         d3.scale.category20().range(), excluding red color (#d62728)
+         which is reserved for errors */
+      this.colors = ["#1f77b4", "#aec7e8", "#ff7f0e", "#ffbb78", "#2ca02c",
+                     "#98df8a", "#ff9896", "#9467bd", "#c5b0d5", "#8c564b",
+                     "#c49c94", "#e377c2", "#f7b6d2", "#7f7f7f", "#c7c7c7",
+                     "#bcbd22", "#dbdb8d", "#17becf", "#9edae5"];
+      this.get_color = function(key) {
+        if (key === this.failure_key) {
+          return this.failure_color
+        }
+        if (this.color_idx > (this.colors.length - 2)) {
+          this.color_idx = 0
+        } else {
+          this.color_idx++
+        }
+        return this.colors[this.color_idx]
+      }
+    },
+    stack: function(node, data, opts, do_after) {
+      var chart = nv.models.stackedAreaChart()
+        .x(function(d) { return d[0] })
+        .y(function(d) { return d[1] })
+        .useInteractiveGuideline(opts.guide)
+        .showControls(opts.controls)
+        .clipEdge(true);
+      chart.xAxis
+        .axisLabel(opts.xname)
+        .tickFormat(opts.xformat)
+        .showMaxMin(opts.showmaxmin);
+      chart.yAxis
+        .orient("left")
+        .tickFormat(d3.format(opts.yformat || ",.3f"));
+      var colorizer = new Chart.colorizer(), data_ = [];
+      for (var i in data) {
+        data_.push({key:data[i][0], values:data[i][1], color:colorizer.get_color(data[i][0])})
+      }
+      Chart._render(node, data_, chart, do_after);
+    },
+    lines: function(node, data, opts, do_after) {
+      var chart = nv.models.lineChart()
+        .x(function(d) { return d[0] })
+        .y(function(d) { return d[1] })
+        .useInteractiveGuideline(opts.guide)
+        .clipEdge(true);
+      chart.xAxis
+        .axisLabel(opts.xname)
+        .tickFormat(opts.xformat)
+        .rotateLabels(opts.xrotate)
+        .showMaxMin(opts.showmaxmin);
+      chart.yAxis
+        .orient("left")
+        .tickFormat(d3.format(opts.yformat || ",.3f"));
+      var colorizer = new Chart.colorizer(), data_ = [];
+      for (var i in data) {
+        data_.push({key:data[i][0], values:data[i][1], color:colorizer.get_color(data[i][0])})
+      }
+      Chart._render(node, data_, chart, do_after)
+    },
+    histogram: function(node, data, opts) {
+      var chart = nv.models.multiBarChart()
+        .reduceXTicks(true)
+        .showControls(false)
+        .transitionDuration(0)
+        .groupSpacing(0.05);
+      chart
+        .legend.radioButtonMode(true);
+      chart.xAxis
+        .axisLabel("Duration (seconds)")
+        .tickFormat(d3.format(",.2f"));
+      chart.yAxis
+        .axisLabel("Iterations (frequency)")
+        .tickFormat(d3.format("d"));
+      Chart._render(node, data, chart)
+    }
+  };
+
+  return {
+    restrict: "A",
+    scope: { data: "=" },
+    link: function(scope, element, attrs) {
+      scope.$watch("data", function(data) {
+        if (! data) { return console.log("Chart has no data to render!") }
+        if (attrs.widget === "Table") {
+          var ng_class = attrs.lastrowClass ? " ng-class='{"+attrs.lastrowClass+":$last}'" : "";
+          var template = "<table class='striped'><thead>" +
+            "<tr><th ng-repeat='i in data.cols track by $index'>{{i}}<tr>" +
+            "</thead><tbody>" +
+            "<tr" + ng_class + " ng-repeat='row in data.rows track by $index'>" +
+            "<td ng-repeat='i in row track by $index'>{{i}}" +
+            "<tr>" +
+            "</tbody></table>";
+          var el = element.empty().append($compile(template)(scope)).children()[0]
+        } else if (attrs.widget === "TextArea") {
+          var template = "<div style='padding:0 0 5px' ng-repeat='str in data track by $index'>{{str}}</div><div style='height:10px'></div>";
+          var el = element.empty().append($compile(template)(scope)).children()[0]
+        } else {
+
+          var el_chart = element.addClass("chart").css({display:"block"});
+          var el = el_chart.html("<svg></svg>").children()[0];
+
+          var do_after = null;
+
+          if (attrs.widget in {StackedArea:0, Lines:0}) {
+
+            /* Hide widget if not enough data */
+            if ((! data.length) || (data[0].length < 1) || (data[0][1].length < 2)) {
+              return element.empty().css({display:"none"})
+            }
+
+            /* NOTE(amaretskiy): Dirty fix for changing chart width in case
+               if there are too long Y values that overlaps chart box. */
+            var do_after = function(node, chart){
+              var g_box = angular.element(el_chart[0].querySelector(".nv-y.nv-axis"));
+
+              if (g_box && g_box[0] && g_box[0].getBBox) {
+
+                try {
+                  // 30 is padding aroung graphs
+                  var width = g_box[0].getBBox().width + 30;
+                } catch (err) {
+                  // This happens sometimes, just skip silently
+                  return
+                }
+
+                // 890 is chart width (set by CSS)
+                if (typeof width === "number" && width > 890) {
+                  width = (890 * 2) - width;
+                  if (width > 0) {
+                    angular.element(node).css({width:width+"px"});
+                    chart.update()
+                  }
+                }
+              }
+            }
+          }
+          else if (attrs.widget === "Pie") {
+            if (! data.length) {
+              return element.empty().css({display:"none"})
+            }
+          }
+
+          var opts = {
+            xname: attrs.nameX || "",
+            xrotate: attrs.rotateX || 0,
+            yformat: attrs.formatY || ",.3f",
+            controls: attrs.controls === "true",
+            guide: attrs.guide === "true",
+            showmaxmin: attrs.showmaxmin === "true"
+          };
+          if (attrs.formatDateX) {
+            opts.xformat = function(d) { return d3.time.format(attrs.formatDateX)(new Date(d)) }
+          } else {
+            opts.xformat = d3.format(attrs.formatX || "d")
+          }
+          Chart.get_chart(attrs.widget)(el, data, opts, do_after);
+        }
+
+        if (attrs.nameY) {
+          /* NOTE(amaretskiy): Dirty fix for displaying Y-axis label correctly.
+             I believe sometimes NVD3 will allow doing this in normal way */
+          var label_y = angular.element("<div>").addClass("chart-label-y").text(attrs.nameY);
+          angular.element(el).parent().prepend(label_y)
+        }
+
+        if (attrs.description) {
+          var desc_el = angular.element("<div>").addClass(attrs.descriptionClass || "h3").text(attrs.description);
+          angular.element(el).parent().prepend(desc_el)
+        }
+
+        if (attrs.title) {
+          var title_el = angular.element("<div>").addClass(attrs.titleClass || "h2").text(attrs.title);
+          angular.element(el).parent().prepend(title_el)
+        }
+
+        angular.element(el).parent().append(angular.element("<div style='clear:both'>"))
+      });
+    }
+  }
+};
+
+    var controllerFunction = function($scope, $location) {
+        $scope.source = "{\n  \"NovaServers.boot_and_delete_server\": [\n    {\n      \"args\": {\n        \"flavor\": {\n          \"name\": \"m1.tiny\"\n        }, \n        \"force_delete\": false, \n        \"image\": {\n          \"name\": \"^cirros.*uec$\"\n        }\n      }, \n      \"context\": {\n        \"quotas\": {\n          \"neutron\": {\n            \"network\": -1, \n            \"port\": -1, \n            \"subnet\": -1\n          }, \n          \"nova\": {\n            \"cores\": -1, \n            \"floating_ips\": -1, \n            \"instances\": -1, \n            \"ram\": -1, \n            \"security_group_rules\": -1, \n            \"security_groups\": -1\n          }\n        }, \n        \"users\": {\n          \"project_domain\": \"default\", \n          \"resource_management_workers\": 20, \n          \"tenants\": 3, \n          \"user_choice_method\": \"random\", \n          \"user_domain\": \"default\", \n          \"users_per_tenant\": 2\n        }\n      }, \n      \"runner\": {\n        \"concurrency\": 50, \n        \"times\": 10000, \n        \"type\": \"constant\"\n      }\n    }\n  ], \n  \"NovaServers.boot_and_list_server\": [\n    {\n      \"args\": {\n        \"detailed\": true, \n        \"flavor\": {\n          \"name\": \"m1.tiny\"\n        }, \n        \"image\": {\n          \"name\": \"^cirros.*uec$\"\n        }\n      }, \n      \"context\": {\n        \"quotas\": {\n          \"neutron\": {\n            \"network\": -1, \n            \"port\": -1, \n            \"subnet\": -1\n          }, \n          \"nova\": {\n            \"cores\": -1, \n            \"floating_ips\": -1, \n            \"instances\": -1, \n            \"ram\": -1, \n            \"security_group_rules\": -1, \n            \"security_groups\": -1\n          }\n        }, \n        \"users\": {\n          \"project_domain\": \"default\", \n          \"resource_management_workers\": 20, \n          \"tenants\": 1, \n          \"user_choice_method\": \"random\", \n          \"user_domain\": \"default\", \n          \"users_per_tenant\": 1\n        }\n      }, \n      \"runner\": {\n        \"concurrency\": 50, \n        \"times\": 10000, \n        \"type\": \"constant\"\n      }\n    }\n  ]\n}";
+        $scope.scenarios = [{"load_profile": [["parallel iterations", [[0.0, 0], [18.7767673078537, 47.56630327528729], [37.5535346157074, 44.55967697234605], [56.330301923561095, 45.58790868100078], [75.1070692314148, 44.55854020411213], [93.8838365392685, 44.32662612827849], [112.66060384712219, 44.68055124653972], [131.4373711549759, 44.876329489494495], [150.2141384628296, 44.04181910122728], [168.9909057706833, 44.205207161162804], [187.767673078537, 44.543656127495865], [206.5444403863907, 44.503651999582665], [225.32120769424438, 44.25995506852213], [244.09797500209808, 44.591095986173116], [262.8747423099518, 44.19984218540193], [281.6515096178055, 44.193543399702754], [300.4282769256592, 44.33560669499164], [319.20504423351287, 44.69080986285773], [337.9818115413666, 43.97264491281426], [356.75857884922027, 45.312081633214035], [375.535346157074, 44.98554545616298], [394.3121134649277, 44.76440623198533], [413.0888807727814, 44.680204867735654], [431.8656480806351, 44.71701687332784], [450.64241538848876, 44.40840099708542], [469.4191826963425, 44.07387730397495], [488.19595000419616, 45.038235946411575], [506.9727173120499, 44.30652705074338], [525.7494846199036, 44.08843160270102], [544.5262519277572, 44.46216916920384], [563.303019235611, 44.44740842037161], [582.0797865434647, 44.129582252004326], [600.8565538513184, 44.55480645829921], [619.633321159172, 44.253010113399284], [638.4100884670257, 44.16248830742564], [657.1868557748795, 44.87943892406347], [675.9636230827332, 45.23592648257933], [694.7403903905869, 45.15039942379042], [713.5171576984405, 44.8603817200914], [732.2939250062943, 44.60159006599818], [751.070692314148, 44.505516803248675], [769.8474596220017, 44.17375947991746], [788.6242269298554, 44.41349233218187], [807.400994237709, 45.034069133213], [826.1777615455628, 43.833761307947896], [844.9545288534165, 44.4631866180918], [863.7312961612702, 44.58834686124525], [882.5080634691238, 44.14406515895568], [901.2848307769775, 44.38054565427185], [920.0615980848313, 44.669695275368134], [938.838365392685, 44.35766574704994], [957.6151327005387, 44.27570365611904], [976.3919000083923, 45.05786619519501], [995.1686673162461, 44.92315917596349], [1013.9454346240998, 44.486786518079136], [1032.7222019319536, 44.80785826682411], [1051.4989692398071, 44.76389581145571], [1070.275736547661, 44.17906312420811], [1089.0525038555145, 44.462258479774384], [1107.8292711633683, 44.321493235566145], [1126.606038471222, 44.17341650432603], [1145.3828057790756, 44.44638135348966], [1164.1595730869294, 44.48507406587752], [1182.936340394783, 44.08553973145243], [1201.7131077026368, 44.24825941903223], [1220.4898750104906, 44.49511117512376], [1239.266642318344, 44.295948933174685], [1258.043409626198, 44.39476109931973], [1276.8201769340515, 45.051392558718014], [1295.5969442419052, 45.320017000373], [1314.373711549759, 44.51226096888562], [1333.1504788576126, 44.76793048519058], [1351.9272461654664, 45.16675760340026], [1370.70401347332, 43.98423359274909], [1389.4807807811737, 44.538704597779095], [1408.2575480890275, 44.432489418567364], [1427.034315396881, 44.26131006680824], [1445.8110827047349, 44.29808831258236], [1464.5878500125887, 44.28996652292941], [1483.3646173204422, 44.35526435245121], [1502.141384628296, 44.28920570858811], [1520.9181519361496, 44.4260772987414], [1539.6949192440034, 44.53760954544367], [1558.4716865518571, 44.09646021567997], [1577.2484538597107, 44.326861100939084], [1596.0252211675645, 45.18574588939109], [1614.801988475418, 44.914137351894574], [1633.5787557832718, 44.88598958899273], [1652.3555230911256, 44.99477823133803], [1671.1322903989792, 44.38470838836307], [1689.909057706833, 44.28839036933338], [1708.6858250146865, 44.601923294995274], [1727.4625923225403, 44.0949589274563], [1746.2393596303941, 44.17596043004731], [1765.0161269382477, 44.96857883213305], [1783.7928942461015, 44.45374859993963], [1802.569661553955, 44.02688712568519], [1821.3464288618088, 44.2738692838023], [1840.1231961696626, 38.615713493716626], [1858.8999634775162, 0.073846025192658], [1877.67673078537, 0]]]], "errors": [], "name": "boot_and_delete_server", "has_output": false, "runner": "constant", "hooks": [], "iterations_count": 10000, "output_errors": [], "pos": "0", "load_duration": 1840.8595399856567, "sla_success": true, "met": "boot_and_delete_server", "atomic": {"pie": [["nova.boot_server", 6.287460878133774], ["nova.delete_server", 2.8988404088258743]], "iter": [["nova.boot_server", [[1, 9.51388680934906], [15, 13.94704465866089], [25, 14.406084609031677], [35, 16.338342928886412], [45, 14.771858406066894], [55, 5.945820379257202], [65, 5.367215657234192], [75, 6.242477250099182], [85, 6.626661705970764], [95, 6.354101967811585], [105, 6.096577668190003], [115, 4.797273564338684], [125, 6.276129269599915], [135, 5.555576467514038], [145, 6.392714667320251], [155, 6.440091609954834], [165, 4.925502490997315], [175, 6.973014163970947], [185, 6.931303644180298], [195, 7.165530800819397], [205, 7.76563708782196], [215, 7.823252034187317], [225, 6.876794624328613], [235, 8.633265447616576], [245, 7.5870646953582765], [255, 8.272810792922973], [265, 8.000486183166505], [275, 6.8578681468963625], [285, 7.378021311759949], [295, 7.048448085784912], [305, 7.3015624523162845], [315, 7.070851445198059], [325, 7.017943549156189], [335, 6.473894810676574], [345, 6.83261194229126], [355, 6.668223810195923], [365, 7.1542969942092896], [375, 6.335372877120972], [385, 5.053102993965149], [395, 5.847167110443115], [405, 5.7004660844802855], [415, 6.2443932056427], [425, 6.260416793823242], [435, 5.446143841743469], [445, 5.755534625053405], [455, 6.77349157333374], [465, 5.886692309379578], [475, 6.277986288070679], [485, 5.870531487464905], [495, 6.095279383659363], [505, 6.570550656318664], [515, 6.845601344108582], [525, 7.324935078620911], [535, 6.585371208190918], [545, 5.3890780210494995], [555, 6.266647672653198], [565, 5.804649448394775], [575, 6.274434423446655], [585, 6.871891808509827], [595, 6.419998025894165], [605, 6.000762701034546], [615, 6.223254084587097], [625, 6.197144412994385], [635, 6.924465370178223], [645, 6.31317400932312], [655, 5.516850423812866], [665, 5.847922921180725], [675, 5.658451652526855], [685, 5.878057384490967], [695, 6.445153737068177], [705, 6.0122288227081295], [715, 5.236545300483703], [725, 5.586371827125549], [735, 5.186943936347961], [745, 5.225301909446716], [755, 5.815581870079041], [765, 5.86470856666565], [775, 6.033126497268677], [785, 4.699094200134278], [795, 5.757594561576843], [805, 5.628671598434448], [815, 5.799040460586548], [825, 5.970739579200744], [835, 6.516189646720886], [845, 6.173075008392334], [855, 6.19813232421875], [865, 7.029424571990967], [875, 6.39871039390564], [885, 6.876664233207703], [895, 6.705629372596741], [905, 6.365266442298889], [915, 7.406196784973145], [925, 5.736626768112183], [935, 6.560913300514221], [945, 6.648741412162781], [955, 5.952039909362793], [965, 6.241079378128052], [975, 6.895348596572876], [985, 6.130495619773865], [995, 7.00156979560852], [1005, 6.177172231674194], [1015, 5.962960720062256], [1025, 5.818394160270691], [1035, 5.203864574432373], [1045, 5.877116131782532], [1055, 6.264483714103699], [1065, 5.140732979774475], [1075, 5.321073508262634], [1085, 5.309242510795594], [1095, 4.819446015357971], [1105, 5.472681307792664], [1115, 5.726402616500854], [1125, 5.389028286933899], [1135, 5.808775734901428], [1145, 4.885927891731262], [1155, 6.035529470443725], [1165, 6.855555129051209], [1175, 6.003230881690979], [1185, 6.837516212463379], [1195, 6.755785322189331], [1205, 6.120268416404724], [1215, 6.126482319831848], [1225, 6.404604864120484], [1235, 6.293735957145691], [1245, 5.9947447061538695], [1255, 6.381687116622925], [1265, 7.02428297996521], [1275, 5.760322093963623], [1285, 5.603913402557373], [1295, 7.023499941825866], [1305, 5.603935027122498], [1315, 5.951952290534973], [1325, 6.814346504211426], [1335, 6.54368109703064], [1345, 6.784213614463806], [1355, 5.75104501247406], [1365, 5.9164070129394535], [1375, 5.80720591545105], [1385, 5.601718616485596], [1395, 5.901965475082397], [1405, 6.335614323616028], [1415, 5.948806023597717], [1425, 4.850448107719421], [1435, 5.34702160358429], [1445, 5.2540936946868895], [1455, 5.093872380256653], [1465, 5.3943192720413204], [1475, 5.569061708450318], [1485, 7.077502918243408], [1495, 6.683000802993774], [1505, 6.761147212982178], [1515, 6.422973489761352], [1525, 5.459206914901733], [1535, 5.882595086097718], [1545, 5.840032696723938], [1555, 6.5707439661026], [1565, 6.610307788848877], [1575, 7.2590453147888185], [1585, 5.7727703094482425], [1595, 6.745791745185852], [1605, 6.159122061729431], [1615, 6.680797719955445], [1625, 6.65688796043396], [1635, 6.286314964294434], [1645, 5.893653345108032], [1655, 6.867927026748657], [1665, 5.9040203332901005], [1675, 6.949872303009033], [1685, 6.923884558677673], [1695, 6.040483355522156], [1705, 6.087441539764404], [1715, 5.500766491889953], [1725, 6.189570665359497], [1735, 6.600464081764221], [1745, 5.534369540214539], [1755, 5.415214490890503], [1765, 5.495701861381531], [1775, 5.956539034843445], [1785, 5.793116283416748], [1795, 5.921776819229126], [1805, 5.088176155090332], [1815, 5.698857402801513], [1825, 5.20853853225708], [1835, 6.642641758918762], [1845, 6.743050646781922], [1855, 6.261619639396668], [1865, 6.614542675018311], [1875, 6.542328906059265], [1885, 7.393822598457336], [1895, 7.2306641101837155], [1905, 7.088532233238221], [1915, 7.495452284812927], [1925, 7.202536916732788], [1935, 7.212750506401062], [1945, 7.486732339859008], [1955, 7.844952178001404], [1965, 6.503468298912049], [1975, 7.9784139633178714], [1985, 7.411787343025208], [1995, 7.001183080673218], [2005, 6.749558329582214], [2015, 7.436724758148193], [2025, 7.48065493106842], [2035, 5.586976408958435], [2045, 6.70087251663208], [2055, 5.985492467880249], [2065, 6.8450969696044925], [2075, 6.017979598045349], [2085, 7.164470839500427], [2095, 6.0588301658630375], [2105, 6.171782755851746], [2115, 6.869751811027527], [2125, 6.730342006683349], [2135, 6.864212012290954], [2145, 6.947531962394715], [2155, 7.1163250207901], [2165, 6.13372757434845], [2175, 6.9873775243759155], [2185, 6.126475405693054], [2195, 6.858128380775452], [2205, 7.475830984115601], [2215, 6.522625041007996], [2225, 6.64682981967926], [2235, 6.2421610116958615], [2245, 6.698087906837463], [2255, 7.043200492858887], [2265, 6.165243911743164], [2275, 7.072010970115661], [2285, 6.183964347839355], [2295, 6.501764988899231], [2305, 7.229245376586914], [2315, 7.259219527244568], [2325, 6.966493105888366], [2335, 5.703714609146118], [2345, 6.164105415344238], [2355, 5.894147968292236], [2365, 6.05518741607666], [2375, 6.035892510414124], [2385, 5.564778113365174], [2395, 5.2751024723052975], [2405, 5.379430508613586], [2415, 5.967634868621826], [2425, 5.679039883613586], [2435, 5.640838551521301], [2445, 4.488387989997864], [2455, 5.891393709182739], [2465, 5.343718028068542], [2475, 6.543157792091369], [2485, 6.596065902709961], [2495, 5.674474596977234], [2505, 5.578470015525818], [2515, 6.5575247526168825], [2525, 5.719881224632263], [2535, 7.121807718276978], [2545, 6.431326937675476], [2555, 5.469642567634582], [2565, 6.0063143491745], [2575, 5.740508031845093], [2585, 6.4877992391586305], [2595, 7.291015601158142], [2605, 7.052298998832702], [2615, 5.9316963195800785], [2625, 6.463512134552002], [2635, 5.779455924034119], [2645, 6.48686203956604], [2655, 7.310972023010254], [2665, 6.531369376182556], [2675, 6.027126789093018], [2685, 5.674501657485962], [2695, 5.90025761127472], [2705, 6.777558779716491], [2715, 5.56021568775177], [2725, 5.821621775627136], [2735, 5.128069496154785], [2745, 4.994232702255249], [2755, 5.920445466041565], [2765, 5.679903268814087], [2775, 5.660834312438965], [2785, 6.066676020622253], [2795, 5.033496713638305], [2805, 5.602381563186645], [2815, 5.955769443511963], [2825, 6.4309392213821415], [2835, 6.099874973297119], [2845, 6.565339374542236], [2855, 5.7699289560318], [2865, 6.603673601150513], [2875, 6.803768873214722], [2885, 6.557698726654053], [2895, 6.249198913574219], [2905, 6.0719785451889035], [2915, 6.2594313621521], [2925, 6.7638517141342165], [2935, 6.945636892318726], [2945, 6.887312173843384], [2955, 6.4321064233779905], [2965, 6.401664304733276], [2975, 6.272620701789856], [2985, 6.439622473716736], [2995, 7.0758020877838135], [3005, 6.099879264831543], [3015, 5.8920635223388675], [3025, 5.02493941783905], [3035, 6.181708192825317], [3045, 6.26954710483551], [3055, 5.661181855201721], [3065, 5.59756646156311], [3075, 5.432429337501526], [3085, 5.547010087966919], [3095, 5.53690128326416], [3105, 5.326222681999207], [3115, 5.5630748748779295], [3125, 4.968540287017822], [3135, 4.944647192955017], [3145, 6.17178373336792], [3155, 6.491881322860718], [3165, 5.81883978843689], [3175, 6.324873971939087], [3185, 5.321502923965454], [3195, 6.0638409614562985], [3205, 5.895364713668823], [3215, 6.202868986129761], [3225, 7.010474276542664], [3235, 6.0207991123199465], [3245, 5.875994801521301], [3255, 6.415219807624817], [3265, 6.033539867401123], [3275, 5.848453378677368], [3285, 6.989520859718323], [3295, 6.138926076889038], [3305, 5.549378657341004], [3315, 6.8249427556991575], [3325, 5.373205828666687], [3335, 5.960082626342773], [3345, 6.073347425460815], [3355, 6.0206170082092285], [3365, 6.872079014778137], [3375, 5.776182818412781], [3385, 5.447575616836548], [3395, 5.545831894874572], [3405, 5.556309843063355], [3415, 5.597957062721252], [3425, 5.957799577713013], [3435, 5.483410954475403], [3445, 5.7208106994628904], [3455, 6.0098923444747925], [3465, 5.768697714805603], [3475, 5.594814968109131], [3485, 5.901996088027954], [3495, 5.504383707046509], [3505, 6.003505301475525], [3515, 6.574655270576477], [3525, 7.004838991165161], [3535, 8.009611988067627], [3545, 6.569282031059265], [3555, 7.832873058319092], [3565, 7.181341648101807], [3575, 7.326170945167542], [3585, 7.496286797523498], [3595, 7.951291465759278], [3605, 8.071447086334228], [3615, 7.659738373756409], [3625, 8.345152330398559], [3635, 8.131473326683045], [3645, 7.6744098424911495], [3655, 7.003565430641174], [3665, 8.590342378616333], [3675, 6.119237804412842], [3685, 8.175559616088867], [3695, 7.367489385604858], [3705, 7.2724401473999025], [3715, 6.94050829410553], [3725, 6.374495577812195], [3735, 6.996089577674866], [3745, 7.198010182380676], [3755, 6.348149538040161], [3765, 6.971189332008362], [3775, 7.007053685188294], [3785, 6.490661001205444], [3795, 7.734327507019043], [3805, 6.8346607208251955], [3815, 7.094589138031006], [3825, 7.101399278640747], [3835, 6.374176812171936], [3845, 7.242668294906617], [3855, 6.710609245300293], [3865, 7.1522480010986325], [3875, 6.720166826248169], [3885, 6.353043556213379], [3895, 6.08925313949585], [3905, 6.286901187896729], [3915, 6.6371073722839355], [3925, 6.805550003051758], [3935, 6.383675980567932], [3945, 6.12934718132019], [3955, 6.685369348526001], [3965, 6.029275918006897], [3975, 6.4078999042510985], [3985, 7.002724957466126], [3995, 5.193449926376343], [4005, 5.775133633613587], [4015, 5.49034948348999], [4025, 5.359451174736023], [4035, 6.006140518188476], [4045, 5.885677027702331], [4055, 5.4230623006820675], [4065, 5.397944688796997], [4075, 5.07004222869873], [4085, 6.0188662052154545], [4095, 6.27151472568512], [4105, 6.133910894393921], [4115, 6.20936496257782], [4125, 5.544711327552795], [4135, 6.125722479820252], [4145, 6.416055011749267], [4155, 6.180573892593384], [4165, 5.077710819244385], [4175, 5.709384894371032], [4185, 6.134876036643982], [4195, 6.652142143249511], [4205, 7.145648264884949], [4215, 7.017394733428955], [4225, 6.251935458183288], [4235, 5.70473952293396], [4245, 5.532790613174439], [4255, 6.79463415145874], [4265, 6.950060176849365], [4275, 7.01968560218811], [4285, 5.7834652185440065], [4295, 5.814871191978455], [4305, 6.636638569831848], [4315, 7.135540413856506], [4325, 6.830647301673889], [4335, 7.009062123298645], [4345, 5.885196709632874], [4355, 5.082217216491699], [4365, 5.612239480018616], [4375, 5.575981163978577], [4385, 5.624760174751282], [4395, 6.524897289276123], [4405, 5.427783274650574], [4415, 5.607032132148743], [4425, 5.494503927230835], [4435, 5.393226599693298], [4445, 5.949266123771667], [4455, 5.061009359359741], [4465, 6.469437766075134], [4475, 6.656059980392456], [4485, 5.7631289720535275], [4495, 6.17986581325531], [4505, 6.731610727310181], [4515, 5.831688284873962], [4525, 6.525389003753662], [4535, 6.469884324073791], [4545, 5.5890713930130005], [4555, 6.390988802909851], [4565, 5.924538540840149], [4575, 5.902263808250427], [4585, 7.068045926094055], [4595, 5.871445822715759], [4605, 6.1483163118362425], [4615, 6.646236944198608], [4625, 6.154608917236328], [4635, 6.091076350212097], [4645, 6.298738121986389], [4655, 6.333875417709351], [4665, 5.853606700897217], [4675, 5.834715080261231], [4685, 6.103874611854553], [4695, 6.242597126960755], [4705, 5.7277302742004395], [4715, 5.648917317390442], [4725, 4.818366479873657], [4735, 5.568890476226807], [4745, 5.224908614158631], [4755, 5.707396197319031], [4765, 6.1781779527664185], [4775, 5.352253079414368], [4785, 5.178013944625855], [4795, 6.123322606086731], [4805, 5.423582005500793], [4815, 6.812845993041992], [4825, 6.3294227600097654], [4835, 6.402861523628235], [4845, 5.515646147727966], [4855, 6.177384519577027], [4865, 6.892728495597839], [4875, 7.111871266365052], [4885, 6.410410070419312], [4895, 6.242126226425171], [4905, 6.227132320404053], [4915, 6.03425829410553], [4925, 6.473457932472229], [4935, 6.600970816612244], [4945, 6.870992708206177], [4955, 6.76807119846344], [4965, 5.676029372215271], [4975, 6.333653235435486], [4985, 6.40662989616394], [4995, 5.883533072471619], [5005, 6.137113761901856], [5015, 5.679455137252807], [5025, 6.047487378120422], [5035, 6.778158140182495], [5045, 5.9706425905227665], [5055, 5.383324527740479], [5065, 5.858835363388062], [5075, 5.606233859062195], [5085, 5.428999423980713], [5095, 6.310669040679931], [5105, 5.268198037147522], [5115, 5.652485251426697], [5125, 4.976932883262634], [5135, 5.440495038032532], [5145, 6.2729349613189695], [5155, 6.321095180511475], [5165, 6.110036396980286], [5175, 6.024020099639893], [5185, 5.723849821090698], [5195, 7.063350248336792], [5205, 7.269404053688049], [5215, 7.811344027519226], [5225, 7.898916149139405], [5235, 6.924116230010986], [5245, 6.251338791847229], [5255, 7.180295324325561], [5265, 7.7803147554397585], [5275, 7.187955212593079], [5285, 6.904028820991516], [5295, 6.804826426506042], [5305, 7.222747874259949], [5315, 6.324441814422608], [5325, 7.768173122406006], [5335, 7.4124596118927], [5345, 6.640956377983093], [5355, 6.993166875839234], [5365, 6.90523772239685], [5375, 6.048720216751098], [5385, 6.738325738906861], [5395, 6.201064896583557], [5405, 6.120090889930725], [5415, 6.601215815544128], [5425, 5.804255151748658], [5435, 5.73820960521698], [5445, 6.454877638816834], [5455, 6.22582311630249], [5465, 6.658226704597473], [5475, 7.0091770648956295], [5485, 6.17529079914093], [5495, 7.03585307598114], [5505, 6.816575026512146], [5515, 6.581016778945923], [5525, 6.839341688156128], [5535, 6.906151795387268], [5545, 6.691928791999817], [5555, 6.521607708930969], [5565, 6.156798267364502], [5575, 6.691358470916748], [5585, 7.41563572883606], [5595, 6.788927388191223], [5605, 6.09291033744812], [5615, 6.003823351860047], [5625, 6.17257285118103], [5635, 6.752106809616089], [5645, 7.125170636177063], [5655, 7.1901230096817015], [5665, 6.086110305786133], [5675, 6.19109160900116], [5685, 5.626097989082337], [5695, 6.008921813964844], [5705, 6.13323655128479], [5715, 5.436591625213623], [5725, 5.1881568908691404], [5735, 5.74220039844513], [5745, 5.129576063156128], [5755, 5.290585589408875], [5765, 6.358709025382995], [5775, 5.633650994300842], [5785, 5.97292115688324], [5795, 5.369841504096985], [5805, 5.7529075860977175], [5815, 6.0699111223220825], [5825, 5.820424890518188], [5835, 6.280034923553467], [5845, 6.234308958053589], [5855, 6.139872264862061], [5865, 5.858751368522644], [5875, 6.549972605705261], [5885, 5.893417310714722], [5895, 6.412912535667419], [5905, 5.369886970520019], [5915, 6.241875410079956], [5925, 5.940034341812134], [5935, 6.020457220077515], [5945, 6.472058892250061], [5955, 5.887605667114258], [5965, 5.92063000202179], [5975, 5.836716675758362], [5985, 6.144462084770202], [5995, 7.108826756477356], [6005, 6.052474594116211], [6015, 5.136457014083862], [6025, 5.582085704803466], [6035, 5.183422350883484], [6045, 5.921739792823791], [6055, 6.411198616027832], [6065, 6.0300581693649296], [6075, 5.387770771980286], [6085, 5.303246784210205], [6095, 5.026911187171936], [6105, 5.301202321052552], [6115, 5.876518607139587], [6125, 5.4456569194793705], [6135, 6.446562600135803], [6145, 5.8529500484466555], [6155, 6.131793999671936], [6165, 6.180038952827454], [6175, 5.8864281415939335], [6185, 6.250790286064148], [6195, 6.519897699356079], [6205, 6.840014410018921], [6215, 6.335562801361084], [6225, 5.491206955909729], [6235, 5.994366073608399], [6245, 5.733914542198181], [6255, 6.509520816802978], [6265, 6.251760029792786], [6275, 7.153055810928345], [6285, 6.207332706451416], [6295, 7.254276418685913], [6305, 5.462199926376343], [6315, 6.9340757608413695], [6325, 6.261817479133606], [6335, 5.838028073310852], [6345, 6.196460390090943], [6355, 6.133891081809997], [6365, 5.916583609580994], [6375, 6.131666111946106], [6385, 5.945437002182007], [6395, 5.361302924156189], [6405, 6.188981580734253], [6415, 6.083073854446411], [6425, 5.943524098396301], [6435, 5.447821116447448], [6445, 5.701452207565308], [6455, 5.035963726043701], [6465, 5.90201518535614], [6475, 5.810205626487732], [6485, 6.132117700576782], [6495, 5.981585216522217], [6505, 5.657905387878418], [6515, 6.05458619594574], [6525, 6.211862993240357], [6535, 5.950613474845886], [6545, 6.165998029708862], [6555, 5.7038798332214355], [6565, 5.4943255424499515], [6575, 5.910385465621948], [6585, 6.165409827232361], [6595, 6.3510777950286865], [6605, 6.891779613494873], [6615, 5.260594272613526], [6625, 6.193812298774719], [6635, 6.393066310882569], [6645, 6.239078044891357], [6655, 5.9923909425735475], [6665, 5.946423268318176], [6675, 5.174278688430786], [6685, 6.152795386314392], [6695, 6.081457114219665], [6705, 6.285408520698548], [6715, 6.116357326507568], [6725, 5.681466150283813], [6735, 5.215508151054382], [6745, 5.667048335075378], [6755, 5.5034538269042965], [6765, 5.893472146987915], [6775, 6.2353668212890625], [6785, 5.201266503334045], [6795, 4.880608081817627], [6805, 6.133552312850952], [6815, 5.8229704856872555], [6825, 7.2989665269851685], [6835, 6.153173732757568], [6845, 6.025800180435181], [6855, 6.9238492250442505], [6865, 6.797113966941834], [6875, 6.719651937484741], [6885, 7.696747970581055], [6895, 7.050125575065612], [6905, 7.215295219421387], [6915, 7.480912923812866], [6925, 7.6750304222106935], [6935, 7.18637101650238], [6945, 8.259459638595581], [6955, 7.943045735359192], [6965, 6.858671402931213], [6975, 8.359963488578796], [6985, 6.789438343048095], [6995, 7.429496383666992], [7005, 8.053689789772033], [7015, 6.8154830694198605], [7025, 7.374971532821656], [7035, 7.2523801803588865], [7045, 6.613357567787171], [7055, 7.041854834556579], [7065, 6.797791314125061], [7075, 6.401375269889831], [7085, 7.138302636146546], [7095, 5.033265924453735], [7105, 6.868466377258301], [7115, 6.538133144378662], [7125, 6.308855295181274], [7135, 6.6905797004699705], [7145, 6.437063527107239], [7155, 6.813232207298279], [7165, 6.380581164360047], [7175, 6.829390120506287], [7185, 8.022444415092469], [7195, 6.937971377372742], [7205, 6.290060138702392], [7215, 6.886563515663147], [7225, 6.30563108921051], [7235, 6.993712162971496], [7245, 7.10338568687439], [7255, 6.7526447057724], [7265, 6.115596842765808], [7275, 6.410770511627197], [7285, 6.662287998199463], [7295, 7.114606928825379], [7305, 6.363238596916199], [7315, 7.4619931936264035], [7325, 6.272506523132324], [7335, 5.279038691520691], [7345, 6.230911827087402], [7355, 6.043979263305664], [7365, 6.12306022644043], [7375, 6.038229203224182], [7385, 5.282614398002624], [7395, 5.4428596019744875], [7405, 5.950467896461487], [7415, 5.639701724052429], [7425, 6.089803433418274], [7435, 5.412991762161255], [7445, 5.607783412933349], [7455, 5.955567073822022], [7465, 5.475764274597168], [7475, 6.5712162733078], [7485, 6.319821405410766], [7495, 6.966265439987183], [7505, 6.04719910621643], [7515, 6.155344486236572], [7525, 6.006672191619873], [7535, 6.631145477294922], [7545, 5.68513662815094], [7555, 6.067098999023438], [7565, 6.356139349937439], [7575, 6.183407306671143], [7585, 7.203102016448975], [7595, 6.9549092769622805], [7605, 6.167085123062134], [7615, 6.612391066551209], [7625, 6.713055992126465], [7635, 6.5281165599822994], [7645, 6.074738097190857], [7655, 6.254005241394043], [7665, 6.312642383575439], [7675, 6.04619448184967], [7685, 5.736807107925415], [7695, 5.964579176902771], [7705, 5.8701997756958], [7715, 5.4076295614242555], [7725, 5.922839713096619], [7735, 6.056686043739319], [7745, 5.0069698095321655], [7755, 5.651042032241821], [7765, 5.366380143165588], [7775, 5.671641755104065], [7785, 5.216611909866333], [7795, 6.1674901962280275], [7805, 5.4319267749786375], [7815, 5.781038475036621], [7825, 5.6034533977508545], [7835, 5.925549340248108], [7845, 6.214459776878357], [7855, 6.023727536201477], [7865, 6.008456063270569], [7875, 6.118153166770935], [7885, 6.593546915054321], [7895, 6.108659434318542], [7905, 5.959643697738647], [7915, 5.802132987976075], [7925, 5.361439490318299], [7935, 6.525087451934814], [7945, 6.688629531860352], [7955, 5.763779020309448], [7965, 6.482088899612426], [7975, 5.859109163284302], [7985, 5.130105304718017], [7995, 5.92250120639801], [8005, 6.853931164741516], [8015, 5.902614951133728], [8025, 6.306860685348511], [8035, 5.648814797401428], [8045, 5.761373782157898], [8055, 5.985307693481445], [8065, 5.517688512802124], [8075, 5.582703042030334], [8085, 5.703879928588867], [8095, 5.480768132209778], [8105, 5.687465238571167], [8115, 5.396802759170532], [8125, 5.7356829166412355], [8135, 5.483860421180725], [8145, 5.5832483768463135], [8155, 5.923801279067993], [8165, 6.363938808441162], [8175, 6.2369849443435665], [8185, 6.087086200714111], [8195, 6.725878119468689], [8205, 6.304006290435791], [8215, 6.917011332511902], [8225, 6.13067855834961], [8235, 6.623471570014954], [8245, 5.571396470069885], [8255, 6.480852794647217], [8265, 6.1636946439743046], [8275, 6.837583613395691], [8285, 6.175085949897766], [8295, 6.138200807571411], [8305, 6.360977578163147], [8315, 6.1658631563186646], [8325, 6.555989694595337], [8335, 6.424509000778198], [8345, 6.351672911643982], [8355, 5.839279675483704], [8365, 5.247768092155456], [8375, 5.813269853591919], [8385, 6.130086588859558], [8395, 6.13973491191864], [8405, 5.257294082641602], [8415, 5.224919414520263], [8425, 5.682150387763977], [8435, 5.4368867635726925], [8445, 5.523176598548889], [8455, 5.841421008110046], [8465, 5.620944690704346], [8475, 5.536970114707946], [8485, 6.650852656364441], [8495, 5.62779929637909], [8505, 5.7199197053909305], [8515, 6.155031895637512], [8525, 6.36550726890564], [8535, 6.983449554443359], [8545, 7.208796787261963], [8555, 6.945494818687439], [8565, 6.36325159072876], [8575, 5.639842081069946], [8585, 6.670854616165161], [8595, 6.72815511226654], [8605, 7.501259136199951], [8615, 7.848011898994446], [8625, 7.293325591087341], [8635, 7.185398578643799], [8645, 6.545723915100098], [8655, 6.16077446937561], [8665, 7.249689507484436], [8675, 8.215907788276672], [8685, 6.4031929016113285], [8695, 7.5906329870224], [8705, 6.493729567527771], [8715, 7.092514204978943], [8725, 6.309559869766235], [8735, 5.903697490692139], [8745, 6.3940078020095825], [8755, 6.791145181655883], [8765, 5.570281195640564], [8775, 7.0136302471160885], [8785, 6.612817978858947], [8795, 5.890940308570862], [8805, 6.38612995147705], [8815, 5.76233127117157], [8825, 8.229835915565491], [8835, 7.611286330223083], [8845, 7.5254253387451175], [8855, 7.767857313156128], [8865, 6.777613425254822], [8875, 6.269657111167907], [8885, 6.774134302139283], [8895, 6.600353121757507], [8905, 7.936306691169738], [8915, 8.088931775093078], [8925, 5.6760153532028195], [8935, 7.2939763307571415], [8945, 7.313718724250793], [8955, 5.434129810333252], [8965, 6.273047924041748], [8975, 6.565260577201843], [8985, 6.32696430683136], [8995, 7.02804651260376], [9005, 5.910677146911621], [9015, 5.777419877052307], [9025, 6.054621529579163], [9035, 5.3266279935836796], [9045, 5.867858099937439], [9055, 5.785479712486267], [9065, 6.180144476890564], [9075, 6.223927927017212], [9085, 5.8485466003417965], [9095, 6.092575812339783], [9105, 5.84163191318512], [9115, 6.235634064674377], [9125, 5.6529059410095215], [9135, 5.809670114517212], [9145, 6.260810995101929], [9155, 6.81529130935669], [9165, 5.890167617797852], [9175, 6.426114630699158], [9185, 6.300966596603393], [9195, 6.482449460029602], [9205, 6.915953755378723], [9215, 5.611173820495606], [9225, 6.5103812456130985], [9235, 6.219977402687073], [9245, 6.014681816101074], [9255, 6.007300806045532], [9265, 5.89203941822052], [9275, 5.793903112411499], [9285, 6.127153301239014], [9295, 5.307987475395203], [9305, 6.332801270484924], [9315, 6.46385543346405], [9325, 5.848069381713867], [9335, 5.925045776367187], [9345, 6.05165798664093], [9355, 5.986684322357178], [9365, 5.664558577537536], [9375, 5.2595082998275755], [9385, 6.003859543800354], [9395, 5.351973533630371], [9405, 6.0030832529068], [9415, 5.982573366165161], [9425, 5.49032142162323], [9435, 6.137035346031189], [9445, 5.243127870559692], [9455, 5.736513066291809], [9465, 6.335839176177979], [9475, 5.869404697418213], [9485, 5.9834716796875], [9495, 5.691680860519409], [9505, 5.870173788070678], [9515, 7.084585165977478], [9525, 6.235155177116394], [9535, 6.736842226982117], [9545, 7.056314301490784], [9555, 6.243186068534851], [9565, 6.890406250953674], [9575, 6.435392832756042], [9585, 6.256337332725525], [9595, 6.892056632041931], [9605, 6.200278806686401], [9615, 6.919892120361328], [9625, 7.349585485458374], [9635, 6.310140228271484], [9645, 6.9055256843566895], [9655, 6.254517579078675], [9665, 5.823665475845337], [9675, 6.347951126098633], [9685, 6.213422226905823], [9695, 5.7308323860168455], [9705, 5.710984301567078], [9715, 5.757123851776123], [9725, 5.499087476730347], [9735, 5.911358141899109], [9745, 5.629149603843689], [9755, 5.29295129776001], [9765, 5.904215097427368], [9775, 5.047509407997131], [9785, 5.600503444671631], [9795, 6.144662308692932], [9805, 5.9351195096969604], [9815, 5.684085464477539], [9825, 5.788294053077697], [9835, 5.899669122695923], [9845, 6.770406246185303], [9855, 6.196772623062134], [9865, 5.93140332698822], [9875, 6.1828669786453245], [9885, 5.564042472839356], [9895, 5.606162571907044], [9905, 6.8209308385849], [9915, 5.5245749950408936], [9925, 6.743350887298584], [9935, 6.799004697799683], [9945, 6.2508865118026735], [9955, 6.504259872436523], [9965, 6.455895209312439], [9975, 5.852019047737121], [9985, 6.207774376869201], [10000, 5.456560659408569]]], ["nova.delete_server", [[1, 2.8591593742370605], [15, 3.094317579269409], [25, 2.7777297496795654], [35, 2.8825873374938964], [45, 2.987370562553406], [55, 2.838615131378174], [65, 2.828165888786316], [75, 3.053125023841858], [85, 2.9448216915130616], [95, 2.819436478614807], [105, 2.8919981718063354], [115, 2.8037603855133058], [125, 2.991763186454773], [135, 2.901094651222229], [145, 2.9177433967590334], [155, 2.886842942237854], [165, 3.0008326530456544], [175, 3.2299203872680664], [185, 2.959726023674011], [195, 2.9600045919418334], [205, 3.153215193748474], [215, 3.1192293882369997], [225, 2.897074818611145], [235, 3.0171494245529176], [245, 3.22551372051239], [255, 3.005448889732361], [265, 3.112342619895935], [275, 2.8661152839660646], [285, 3.071033072471619], [295, 3.087193250656128], [305, 3.0064990282058717], [315, 3.0189029932022096], [325, 3.051145625114441], [335, 3.0653099536895754], [345, 2.8791022300720215], [355, 2.7848363399505613], [365, 2.8902009963989257], [375, 2.7367744207382203], [385, 2.697971487045288], [395, 2.8975935220718383], [405, 2.6695956707000734], [415, 2.8029060840606688], [425, 2.8183013677597044], [435, 2.8650306940078734], [445, 2.791034197807312], [455, 2.9614675521850584], [465, 2.9051773309707642], [475, 3.0325645208358765], [485, 3.0613206148147585], [495, 2.889824104309082], [505, 2.956389808654785], [515, 2.9947338819503786], [525, 2.9885623931884764], [535, 2.8278696298599244], [545, 3.2301975011825563], [555, 3.0872572898864745], [565, 2.867225098609924], [575, 3.082625937461853], [585, 2.9304827213287354], [595, 2.9789580345153808], [605, 2.907015633583069], [615, 2.8337759971618652], [625, 2.739098596572876], [635, 2.982116198539734], [645, 2.889058971405029], [655, 2.8885902881622316], [665, 2.855785775184631], [675, 2.791276383399963], [685, 2.744358539581299], [695, 2.9715779304504393], [705, 2.8499879121780394], [715, 2.8406264066696165], [725, 2.7794227838516234], [735, 2.6531893730163576], [745, 2.994146966934204], [755, 2.8571967840194703], [765, 2.763225722312927], [775, 2.787938117980957], [785, 2.8390666246414185], [795, 2.6517897844314575], [805, 2.8779653787612913], [815, 2.824979543685913], [825, 2.9063746452331545], [835, 3.0395923614501954], [845, 2.851372408866882], [855, 2.8570038795471193], [865, 2.941915726661682], [875, 3.10029718875885], [885, 3.004818391799927], [895, 2.9848182678222654], [905, 2.990074110031128], [915, 2.8930373907089235], [925, 2.8359297037124636], [935, 2.941629695892334], [945, 2.633255386352539], [955, 2.741370344161987], [965, 2.901596260070801], [975, 2.9974103689193727], [985, 2.8460882186889647], [995, 3.0116812229156493], [1005, 2.9401225090026855], [1015, 2.867228078842163], [1025, 3.076997709274292], [1035, 2.8834962368011476], [1045, 2.884867262840271], [1055, 2.772352910041809], [1065, 2.7144113540649415], [1075, 2.825828266143799], [1085, 2.8683409690856934], [1095, 2.7665398359298705], [1105, 2.862041735649109], [1115, 2.737438702583313], [1125, 2.699366021156311], [1135, 2.846483278274536], [1145, 2.615100383758545], [1155, 2.860274600982666], [1165, 2.8951117992401123], [1175, 2.947020673751831], [1185, 2.8517529487609865], [1195, 2.885409116744995], [1205, 2.9918537855148317], [1215, 2.954688239097595], [1225, 2.7620372772216797], [1235, 2.976446008682251], [1245, 2.755580425262451], [1255, 2.953246593475342], [1265, 3.047196650505066], [1275, 2.9176620960235597], [1285, 3.0182452917099], [1295, 2.9045208930969237], [1305, 2.8412771224975586], [1315, 2.947696161270142], [1325, 2.7541656255722047], [1335, 2.7221330642700194], [1345, 2.906134915351868], [1355, 2.9030349016189576], [1365, 2.7612048387527466], [1375, 2.5526808500289917], [1385, 2.7691162109375], [1395, 2.811712622642517], [1405, 2.7697638034820558], [1415, 2.7558258295059206], [1425, 2.871316432952881], [1435, 2.7462758302688597], [1445, 2.873078465461731], [1455, 2.69031708240509], [1465, 2.7124566793441773], [1475, 2.832472729682922], [1485, 2.8378334999084474], [1495, 2.980677628517151], [1505, 3.05539984703064], [1515, 2.7874061346054075], [1525, 3.103620767593384], [1535, 3.1972556591033934], [1545, 2.8227551698684694], [1555, 2.9609128713607786], [1565, 2.9648122072219847], [1575, 3.0426511764526367], [1585, 2.817866492271423], [1595, 2.8228099584579467], [1605, 2.936699938774109], [1615, 2.970697355270386], [1625, 2.6328961133956907], [1635, 2.720664381980896], [1645, 2.7464544057846068], [1655, 2.8770809888839723], [1665, 2.8784048795700072], [1675, 3.1348006963729858], [1685, 2.875723695755005], [1695, 2.778846263885498], [1705, 2.880006122589111], [1715, 2.800107789039612], [1725, 2.720310115814209], [1735, 2.740602707862854], [1745, 2.7681384325027465], [1755, 2.871871542930603], [1765, 2.9409897327423096], [1775, 2.9574703216552733], [1785, 2.788163590431213], [1795, 2.698196816444397], [1805, 2.737841820716858], [1815, 3.024976062774658], [1825, 3.0670575857162476], [1835, 3.177575159072876], [1845, 2.9917213201522825], [1855, 3.147464895248413], [1865, 2.8625447273254396], [1875, 2.87003071308136], [1885, 2.958817386627197], [1895, 3.168265175819397], [1905, 3.2361666679382326], [1915, 3.110588049888611], [1925, 3.073500895500183], [1935, 2.865796518325806], [1945, 3.0299957752227784], [1955, 2.943110799789429], [1965, 3.1458933115005494], [1975, 3.014777493476868], [1985, 3.077670621871948], [1995, 3.0623346090316774], [2005, 3.0014854192733766], [2015, 2.910521626472473], [2025, 2.8860052824020386], [2035, 3.022869181632996], [2045, 2.9315256834030152], [2055, 2.7681097269058226], [2065, 2.8129027843475343], [2075, 2.908664870262146], [2085, 2.9513558626174925], [2095, 3.012353801727295], [2105, 2.8680084705352784], [2115, 2.810273790359497], [2125, 2.8502265930175783], [2135, 3.0422940015792848], [2145, 2.8421677589416503], [2155, 2.9608811855316164], [2165, 2.8043052673339846], [2175, 2.874489188194275], [2185, 3.0023561477661134], [2195, 2.8681273221969605], [2205, 2.903651976585388], [2215, 2.8588061809539793], [2225, 2.879479908943176], [2235, 2.8493578672409057], [2245, 2.9419256687164306], [2255, 2.94582576751709], [2265, 2.876329278945923], [2275, 2.858851766586304], [2285, 2.840679478645325], [2295, 3.025330996513367], [2305, 2.988849925994873], [2315, 2.9150944709777833], [2325, 2.91958966255188], [2335, 2.788210129737854], [2345, 2.8908469676971436], [2355, 2.7754898071289062], [2365, 2.7927168130874636], [2375, 2.749149775505066], [2385, 2.848076343536377], [2395, 2.819716954231262], [2405, 2.8103304147720336], [2415, 2.76202335357666], [2425, 2.7836962938308716], [2435, 2.8229340076446534], [2445, 2.779039430618286], [2455, 2.9743661880493164], [2465, 2.75483558177948], [2475, 2.943694496154785], [2485, 2.8379819631576537], [2495, 2.9739661693572996], [2505, 2.938740301132202], [2515, 2.845478129386902], [2525, 2.87834370136261], [2535, 3.1359484434127807], [2545, 2.942644715309143], [2555, 2.6771036863327025], [2565, 2.8100838899612426], [2575, 2.8480207920074463], [2585, 2.984295964241028], [2595, 3.065979790687561], [2605, 2.788253116607666], [2615, 3.119278359413147], [2625, 2.857275605201721], [2635, 2.8647619247436524], [2645, 2.8900975227355956], [2655, 2.831709957122803], [2665, 2.767652463912964], [2675, 2.887546157836914], [2685, 2.748691701889038], [2695, 2.996151065826416], [2705, 2.785166692733765], [2715, 2.8024802684783934], [2725, 2.7096720218658445], [2735, 2.9116729497909546], [2745, 2.713215136528015], [2755, 2.8765721797943113], [2765, 2.885937309265137], [2775, 3.030274844169617], [2785, 2.8340161561965944], [2795, 2.699147891998291], [2805, 3.0366591691970823], [2815, 2.884151649475098], [2825, 2.8731731176376343], [2835, 2.7974705934524535], [2845, 2.894096112251282], [2855, 3.033291721343994], [2865, 2.975081944465637], [2875, 2.8748451232910157], [2885, 2.89770929813385], [2895, 3.0563762187957764], [2905, 2.952340602874756], [2915, 2.912148594856262], [2925, 3.18068687915802], [2935, 2.896545910835266], [2945, 2.8527268886566164], [2955, 2.7856712341308594], [2965, 3.0468705892562866], [2975, 2.9436341762542724], [2985, 2.9925419330596923], [2995, 2.8512386083602905], [3005, 2.807555103302002], [3015, 2.711069416999817], [3025, 2.8760786056518555], [3035, 2.8974143266677856], [3045, 3.083311176300049], [3055, 2.8112008810043334], [3065, 2.7116066932678224], [3075, 2.797701120376587], [3085, 2.713080811500549], [3095, 2.818642807006836], [3105, 2.7434812784194946], [3115, 2.7596487522125246], [3125, 2.8011003494262696], [3135, 2.798943567276001], [3145, 2.9349558353424072], [3155, 3.0693123817443846], [3165, 2.916835880279541], [3175, 2.7768972158432006], [3185, 2.802524709701538], [3195, 3.063374090194702], [3205, 2.806837797164917], [3215, 2.807177472114563], [3225, 2.9305286407470703], [3235, 2.9413506984710693], [3245, 2.902090239524841], [3255, 2.874121308326721], [3265, 2.956505799293518], [3275, 2.90863037109375], [3285, 2.8342502117156982], [3295, 2.94986732006073], [3305, 2.8345713376998902], [3315, 2.8750513792037964], [3325, 2.801484203338623], [3335, 2.871286416053772], [3345, 2.9616201639175417], [3355, 2.8352427959442137], [3365, 2.8880456686019897], [3375, 2.944140911102295], [3385, 2.9033306360244753], [3395, 2.7643409729003907], [3405, 2.8503863334655763], [3415, 2.741324043273926], [3425, 2.801556921005249], [3435, 2.494898867607117], [3445, 2.7976234912872315], [3455, 2.890936589241028], [3465, 2.953396701812744], [3475, 3.01661856174469], [3485, 2.8179445266723633], [3495, 2.886964535713196], [3505, 2.8676995515823362], [3515, 2.8970181226730345], [3525, 2.9543958425521852], [3535, 2.9962903022766114], [3545, 2.9587430715560914], [3555, 2.9624767541885375], [3565, 2.945784878730774], [3575, 2.826125240325928], [3585, 2.9748078107833864], [3595, 2.912433910369873], [3605, 2.8846487283706663], [3615, 2.9585001707077025], [3625, 3.55683970451355], [3635, 3.0229984998703], [3645, 3.045445275306702], [3655, 3.1563546419143678], [3665, 2.9599392890930174], [3675, 2.933454084396362], [3685, 2.87888388633728], [3695, 3.0359023571014405], [3705, 2.946047782897949], [3715, 3.028096008300781], [3725, 2.832929253578186], [3735, 2.932658052444458], [3745, 2.8710922956466676], [3755, 3.033832287788391], [3765, 2.9282227039337156], [3775, 2.802437591552734], [3785, 2.964925003051758], [3795, 2.904109263420105], [3805, 3.057810878753662], [3815, 2.9973251104354857], [3825, 2.870879817008972], [3835, 2.924711799621582], [3845, 2.9889856338500977], [3855, 2.926282501220703], [3865, 2.8689640522003175], [3875, 2.778358554840088], [3885, 2.800940418243408], [3895, 3.060654807090759], [3905, 2.9391440629959105], [3915, 2.799338459968567], [3925, 2.9581292152404783], [3935, 2.8672046184539797], [3945, 2.9149187088012694], [3955, 2.8952285289764403], [3965, 2.978623938560486], [3975, 2.9154939889907836], [3985, 3.0418112516403197], [3995, 2.9118918418884276], [4005, 2.7477487564086913], [4015, 2.974597859382629], [4025, 2.8905603170394896], [4035, 2.79744668006897], [4045, 2.7053501844406127], [4055, 2.821545886993408], [4065, 2.6598418712615968], [4075, 2.753112292289734], [4085, 3.0072893857955934], [4095, 2.77143874168396], [4105, 2.80591242313385], [4115, 3.1046819925308227], [4125, 3.057825446128845], [4135, 2.8470170736312865], [4145, 3.0602688074111937], [4155, 3.1545185804367066], [4165, 2.9319839000701906], [4175, 3.0406121730804445], [4185, 2.8369879961013793], [4195, 2.8373235702514648], [4205, 3.0446898698806764], [4215, 2.9032617807388306], [4225, 2.9343632459640503], [4235, 2.82849440574646], [4245, 2.903340792655945], [4255, 2.9351143836975098], [4265, 2.9375527143478393], [4275, 2.933526539802551], [4285, 2.910003995895386], [4295, 2.546602725982666], [4305, 2.884311842918396], [4315, 2.9292643308639525], [4325, 2.971294069290161], [4335, 2.9139445066452025], [4345, 2.8554538011550905], [4355, 2.7203993082046507], [4365, 2.8581642866134644], [4375, 2.717805004119873], [4385, 2.737662601470947], [4395, 2.875810217857361], [4405, 2.9131006479263304], [4415, 3.041533422470093], [4425, 2.9527801752090452], [4435, 2.8463433027267455], [4445, 2.8615487813949585], [4455, 2.9697766065597535], [4465, 2.8635568141937258], [4475, 2.8269986629486086], [4485, 2.9086923837661742], [4495, 2.98336341381073], [4505, 2.880024290084839], [4515, 2.9081754207611086], [4525, 3.052325701713562], [4535, 2.967878794670105], [4545, 2.7796484231948853], [4555, 2.8701565980911257], [4565, 2.904565358161926], [4575, 2.8091533899307253], [4585, 3.0039064645767213], [4595, 3.00167338848114], [4605, 2.849780488014221], [4615, 2.9838523626327516], [4625, 2.844156265258789], [4635, 2.9170276403427122], [4645, 2.8124977350234985], [4655, 2.9117334127426147], [4665, 2.7879337072372437], [4675, 2.8502123594284057], [4685, 2.838528537750244], [4695, 2.832290458679199], [4705, 2.796329665184021], [4715, 2.7935227155685425], [4725, 2.8846847772598267], [4735, 2.923036003112793], [4745, 2.7919493913650513], [4755, 2.834285259246826], [4765, 2.8578461170196534], [4775, 2.9933439016342165], [4785, 2.894389796257019], [4795, 2.8772021532058716], [4805, 2.9407528400421143], [4815, 2.8962005138397218], [4825, 2.9146000385284423], [4835, 3.0833627939224244], [4845, 2.9719224691390993], [4855, 2.9901737213134765], [4865, 3.3188982009887695], [4875, 2.8632766008377075], [4885, 2.8123974800109863], [4895, 3.0314990043640138], [4905, 2.8366842746734617], [4915, 2.8950856208801268], [4925, 2.9542796134948732], [4935, 2.9551730871200563], [4945, 2.993526840209961], [4955, 3.267401099205017], [4965, 2.999489188194275], [4975, 3.116959285736084], [4985, 2.9356029510498045], [4995, 2.925733232498169], [5005, 2.764506196975708], [5015, 2.861150693893433], [5025, 2.8301916122436523], [5035, 2.915187692642212], [5045, 2.90850088596344], [5055, 2.7086464405059814], [5065, 2.758664536476135], [5075, 2.8088443279266357], [5085, 2.7392748832702636], [5095, 2.842517685890198], [5105, 2.81288595199585], [5115, 2.8771018743515016], [5125, 2.8982040643692017], [5135, 2.7607956409454344], [5145, 3.0158845663070677], [5155, 3.1534446477890015], [5165, 2.9473072290420532], [5175, 2.9566567182540893], [5185, 3.0059042453765867], [5195, 3.1048263788223265], [5205, 2.8333996295928956], [5215, 3.1932212591171263], [5225, 2.9791785717010497], [5235, 2.8816401720047], [5245, 2.8944969177246094], [5255, 3.0239859342575075], [5265, 2.9445782899856567], [5275, 3.0096801280975343], [5285, 3.107180619239807], [5295, 2.900111532211304], [5305, 3.087258505821228], [5315, 2.8714471817016602], [5325, 2.9822795391082764], [5335, 2.939973020553589], [5345, 2.89836323261261], [5355, 2.8896313667297364], [5365, 2.8264794826507567], [5375, 2.9378071308135985], [5385, 2.925691032409668], [5395, 2.8876070022583007], [5405, 2.8434218645095823], [5415, 2.8741093635559083], [5425, 2.936905527114868], [5435, 2.968173551559448], [5445, 3.0168461084365843], [5455, 2.788277435302734], [5465, 3.0844735860824586], [5475, 3.0674548625946043], [5485, 3.1211718559265136], [5495, 2.7720689296722414], [5505, 2.850732183456421], [5515, 3.0749295473098757], [5525, 3.0021530628204345], [5535, 2.859718346595764], [5545, 3.1026835680007934], [5555, 3.0036822080612184], [5565, 2.864845323562622], [5575, 3.0500641584396364], [5585, 2.8681302309036254], [5595, 2.8720504999160767], [5605, 2.9151589632034303], [5615, 2.8309632539749146], [5625, 2.851658844947815], [5635, 2.8646121978759767], [5645, 2.9034368991851807], [5655, 2.8271902084350584], [5665, 3.0256576776504516], [5675, 2.844729709625244], [5685, 2.8584328651428224], [5695, 2.812606406211853], [5705, 2.7257530450820924], [5715, 2.8107189893722535], [5725, 2.7044713497161865], [5735, 2.804062104225159], [5745, 2.874511170387268], [5755, 2.7186877727508545], [5765, 2.8170725822448732], [5775, 2.916689729690552], [5785, 2.6931601047515867], [5795, 2.8787636756896973], [5805, 2.9691575288772585], [5815, 2.9520596742630003], [5825, 2.8824058294296266], [5835, 3.1534497499465943], [5845, 2.858791780471802], [5855, 2.8490703105926514], [5865, 2.9726250171661377], [5875, 2.8323611974716187], [5885, 2.9359981775283814], [5895, 2.7806021928787232], [5905, 2.8529102563858033], [5915, 2.8652122735977175], [5925, 2.929615092277527], [5935, 2.8859742641448975], [5945, 2.9650610446929933], [5955, 2.7882320165634153], [5965, 2.694920206069946], [5975, 3.094845724105835], [5985, 2.9605887174606322], [5995, 2.8364181756973266], [6005, 2.86225266456604], [6015, 2.8139890670776366], [6025, 2.810404324531555], [6035, 2.7855015277862547], [6045, 2.8088714361190794], [6055, 2.8102277278900147], [6065, 2.8227792024612426], [6075, 2.9248473405838014], [6085, 2.8630709409713746], [6095, 2.7276503801345826], [6105, 2.847004008293152], [6115, 2.8243529081344603], [6125, 2.80044207572937], [6135, 2.746631908416748], [6145, 2.8389276027679444], [6155, 2.8386263608932496], [6165, 2.8791096925735475], [6175, 3.173712730407715], [6185, 2.9715829372406004], [6195, 2.8319308757781982], [6205, 2.84796724319458], [6215, 2.858485794067383], [6225, 2.9774481296539306], [6235, 2.731854772567749], [6245, 2.819226837158203], [6255, 2.8501972913742066], [6265, 2.9674923419952393], [6275, 2.76807758808136], [6285, 3.0251132011413575], [6295, 2.875645709037781], [6305, 2.941194248199463], [6315, 3.1311102151870727], [6325, 2.9084287881851196], [6335, 2.859899163246155], [6345, 2.8418464183807375], [6355, 2.680040884017944], [6365, 2.743526482582092], [6375, 2.7740808486938477], [6385, 2.687021255493164], [6395, 2.7972915172576904], [6405, 2.795114517211914], [6415, 2.837531495094299], [6425, 2.84350528717041], [6435, 2.8301868200302125], [6445, 3.1163264751434325], [6455, 2.8341705083847044], [6465, 2.9225489139556884], [6475, 2.8624542951583862], [6485, 2.829347777366638], [6495, 2.8603516817092896], [6505, 3.041084408760071], [6515, 3.005415916442871], [6525, 2.6022449254989626], [6535, 2.971645784378052], [6545, 2.9130545377731325], [6555, 3.0418330669403075], [6565, 3.215238404273987], [6575, 2.782233190536499], [6585, 3.0996042251586915], [6595, 3.0593605041503906], [6605, 2.814151096343994], [6615, 2.819542384147644], [6625, 2.8360307931900026], [6635, 2.860738825798035], [6645, 2.8701805114746093], [6655, 3.0129348039627075], [6665, 3.0478321075439454], [6675, 2.8737185478210447], [6685, 2.8075785875320434], [6695, 2.8990352869033815], [6705, 2.8131529569625853], [6715, 2.791639518737793], [6725, 2.849015212059021], [6735, 2.821697306632996], [6745, 2.773214054107666], [6755, 2.753145432472229], [6765, 2.8229387998580933], [6775, 2.931059193611145], [6785, 2.79739990234375], [6795, 2.8025652408599853], [6805, 2.81581506729126], [6815, 2.865857982635498], [6825, 3.1194995641708374], [6835, 2.9417638778686523], [6845, 2.916293430328369], [6855, 3.0617186069488525], [6865, 2.933106780052185], [6875, 2.8544797897338867], [6885, 3.029432225227356], [6895, 3.021404671669006], [6905, 2.9698553562164305], [6915, 2.8706223487854006], [6925, 2.915716552734375], [6935, 3.160381245613098], [6945, 2.9799933433532715], [6955, 3.059940767288208], [6965, 2.839249920845032], [6975, 3.1107710123062136], [6985, 3.276161050796509], [6995, 3.245449590682983], [7005, 2.935984969139099], [7015, 3.047049808502197], [7025, 2.99384183883667], [7035, 2.894233798980713], [7045, 3.0385477781295775], [7055, 2.8905601978302], [7065, 3.101046109199524], [7075, 2.914811539649963], [7085, 2.996960687637329], [7095, 2.8853975534439087], [7105, 2.9467139720916746], [7115, 2.9933499336242675], [7125, 2.934264802932739], [7135, 3.0090704917907716], [7145, 2.992871046066284], [7155, 2.9052543878555297], [7165, 2.893887448310852], [7175, 3.1749458789825438], [7185, 2.9922559022903443], [7195, 2.888765501976013], [7205, 2.8599647998809816], [7215, 2.8632791519165037], [7225, 2.8138247966766357], [7235, 2.9528350591659547], [7245, 2.8274452686309814], [7255, 3.035422444343567], [7265, 2.82044632434845], [7275, 2.8549769163131713], [7285, 2.888637900352478], [7295, 2.9153697967529295], [7305, 2.9875336408615114], [7315, 2.879118633270264], [7325, 2.9553627967834473], [7335, 2.750890016555786], [7345, 2.9182201623916626], [7355, 2.828964591026306], [7365, 2.7036885261535644], [7375, 2.858301115036011], [7385, 2.794651675224304], [7395, 3.0336106777191163], [7405, 2.95103600025177], [7415, 3.0371866464614867], [7425, 2.8181408882141112], [7435, 2.757352828979492], [7445, 2.7805816650390627], [7455, 2.875072145462036], [7465, 2.671921396255493], [7475, 2.9346343278884888], [7485, 2.99544939994812], [7495, 2.903791093826294], [7505, 2.9015106916427613], [7515, 2.9496442794799806], [7525, 2.870334577560425], [7535, 2.7939048528671266], [7545, 2.7906316041946413], [7555, 2.612635922431946], [7565, 2.8077084541320803], [7575, 2.8957624197006226], [7585, 3.399105095863342], [7595, 2.814069056510925], [7605, 2.7545873880386353], [7615, 2.8021772861480714], [7625, 2.8501895904541015], [7635, 3.0742483854293825], [7645, 2.90036141872406], [7655, 2.905947518348694], [7665, 2.7984232664108277], [7675, 2.8809458017349243], [7685, 2.757095789909363], [7695, 2.718350911140442], [7705, 2.9050893545150758], [7715, 2.6781046628952025], [7725, 2.786507558822632], [7735, 2.8094295024871827], [7745, 2.8220375537872315], [7755, 2.779170560836792], [7765, 2.968733811378479], [7775, 2.8591522216796874], [7785, 2.782766103744507], [7795, 2.9114958524703978], [7805, 2.988387393951416], [7815, 3.0563148975372316], [7825, 3.3584815740585325], [7835, 2.822139763832092], [7845, 2.8765964031219484], [7855, 2.927788186073303], [7865, 2.8297821521759032], [7875, 2.9638262748718263], [7885, 2.918638300895691], [7895, 3.0610283613204956], [7905, 2.761320614814758], [7915, 2.878089094161987], [7925, 2.798655462265015], [7935, 3.019636297225952], [7945, 3.0377148389816284], [7955, 2.964242196083069], [7965, 2.8592217922210694], [7975, 2.790418267250061], [7985, 2.7746889352798463], [7995, 2.7928937911987304], [8005, 2.9854706525802612], [8015, 2.86170871257782], [8025, 2.7903531312942507], [8035, 2.867040991783142], [8045, 2.9174795627593992], [8055, 2.782982683181763], [8065, 2.7720235109329225], [8075, 2.728913187980652], [8085, 2.778565263748169], [8095, 2.8310279846191406], [8105, 2.9689261674880982], [8115, 2.905186152458191], [8125, 3.095661425590515], [8135, 2.8808963298797607], [8145, 2.9017712593078615], [8155, 2.815194773674011], [8165, 3.0084241151809694], [8175, 2.966116523742676], [8185, 2.7775858879089355], [8195, 2.8677623510360717], [8205, 2.9890435934066772], [8215, 2.74932382106781], [8225, 3.0317413568496705], [8235, 2.9137094259262084], [8245, 3.0378526210784913], [8255, 2.972235584259033], [8265, 3.2277472972869874], [8275, 2.7825836181640624], [8285, 2.872926926612854], [8295, 2.698694086074829], [8305, 2.8192134380340574], [8315, 2.96997492313385], [8325, 2.9016807317733764], [8335, 2.760389709472656], [8345, 2.755738854408264], [8355, 2.7993194103240966], [8365, 2.8533188343048095], [8375, 2.752139449119568], [8385, 2.867586088180542], [8395, 2.8736515283584594], [8405, 2.96578369140625], [8415, 2.6536333322525025], [8425, 2.80498731136322], [8435, 3.004914927482605], [8445, 2.6987619400024414], [8455, 2.8512008666992186], [8465, 2.949879789352417], [8475, 2.8886738061904906], [8485, 2.8919455766677857], [8495, 3.0394547462463377], [8505, 2.8697953462600707], [8515, 2.849155569076538], [8525, 2.859406900405884], [8535, 3.1670530796051026], [8545, 2.9337987899780273], [8555, 3.002777910232544], [8565, 2.805898380279541], [8575, 2.894721341133118], [8585, 2.9669944286346435], [8595, 2.858607530593872], [8605, 3.197578287124634], [8615, 2.911641335487366], [8625, 3.040759491920471], [8635, 3.1831687927246093], [8645, 3.0237147331237795], [8655, 2.943182134628296], [8665, 3.019598960876465], [8675, 2.894800329208374], [8685, 2.8162513971328735], [8695, 2.88645977973938], [8705, 3.0253692865371704], [8715, 2.945863628387451], [8725, 2.96442391872406], [8735, 2.892824149131775], [8745, 2.8232105493545534], [8755, 3.0623611927032472], [8765, 2.8033774375915526], [8775, 2.84177713394165], [8785, 2.797090983390808], [8795, 3.1283024072647097], [8805, 2.8559815883636475], [8815, 2.8387959718704225], [8825, 2.985240840911865], [8835, 3.1027225971221926], [8845, 2.8654629230499267], [8855, 3.124011731147766], [8865, 3.083032655715942], [8875, 2.999107003211975], [8885, 3.0814054727554323], [8895, 2.8515265226364135], [8905, 3.0109707832336428], [8915, 2.978160929679871], [8925, 2.994284415245056], [8935, 3.0238502740859987], [8945, 2.875893211364746], [8955, 2.8841435432434084], [8965, 2.9270190715789797], [8975, 2.875395393371582], [8985, 2.9280362129211426], [8995, 2.9033698797225953], [9005, 2.865594673156738], [9015, 3.0213594913482664], [9025, 2.7273987531661987], [9035, 2.7677964687347414], [9045, 2.757190132141113], [9055, 2.750980758666992], [9065, 2.700840473175049], [9075, 2.744997835159302], [9085, 2.863976240158081], [9095, 2.6359910011291503], [9105, 2.8843942642211915], [9115, 3.113718605041504], [9125, 2.9550411701202393], [9135, 2.6930068254470827], [9145, 2.885952425003052], [9155, 2.762184000015259], [9165, 2.8282718420028687], [9175, 2.8047042369842528], [9185, 2.8606388568878174], [9195, 2.9754024267196657], [9205, 2.9838035345077514], [9215, 2.842976927757263], [9225, 2.9066815853118895], [9235, 2.930576133728027], [9245, 2.984165406227112], [9255, 2.85260488986969], [9265, 2.7988513946533202], [9275, 2.9122745275497435], [9285, 3.038505458831787], [9295, 3.1026666879653932], [9305, 2.9353395462036134], [9315, 2.897500729560852], [9325, 3.1042449474334717], [9335, 2.881502866744995], [9345, 2.791199564933777], [9355, 2.8988052129745485], [9365, 2.802835392951965], [9375, 2.7122339248657226], [9385, 2.9165414571762085], [9395, 2.7971804618835447], [9405, 2.8843338012695314], [9415, 2.746456575393677], [9425, 2.8614795923233034], [9435, 2.9602869033813475], [9445, 2.845118021965027], [9455, 3.157754731178284], [9465, 3.0193133115768434], [9475, 2.865309238433838], [9485, 2.957352709770203], [9495, 2.799788475036621], [9505, 3.0062824010849], [9515, 2.940300226211548], [9525, 2.7523966789245606], [9535, 2.902655506134033], [9545, 2.876367998123169], [9555, 2.971969985961914], [9565, 3.130601143836975], [9575, 2.8791178941726683], [9585, 2.765327882766724], [9595, 2.8211402893066406], [9605, 2.859642767906189], [9615, 2.9162089347839357], [9625, 3.0817613124847414], [9635, 2.7642133951187136], [9645, 2.8183587074279783], [9655, 2.8298008918762205], [9665, 2.807276797294617], [9675, 2.78247492313385], [9685, 2.6836016178131104], [9695, 2.9592227935791016], [9705, 2.8881690979003904], [9715, 2.957198071479797], [9725, 2.92014901638031], [9735, 2.869417667388916], [9745, 2.775454545021057], [9755, 2.989551067352295], [9765, 2.855690574645996], [9775, 2.960195279121399], [9785, 2.7148441314697265], [9795, 2.8480032205581667], [9805, 2.8028955936431883], [9815, 2.8514687776565553], [9825, 2.999415326118469], [9835, 2.8188842058181764], [9845, 2.897551417350769], [9855, 3.066322755813599], [9865, 3.009110713005066], [9875, 2.8413713455200194], [9885, 2.9461523056030274], [9895, 3.058511185646057], [9905, 2.83395254611969], [9915, 2.8632718563079833], [9925, 2.991450047492981], [9935, 2.7799093961715697], [9945, 2.8812987089157103], [9955, 2.8082926750183104], [9965, 2.8617724180221558], [9975, 2.7615896224975587], [9985, 2.6485734939575196], [10000, 2.4917016983032227]]]], "histogram": {"data": [[{"disabled": 0, "values": [{"y": 6, "x": 3.3542945480346678}, {"y": 8, "x": 3.496769208908081}, {"y": 17, "x": 3.6392438697814944}, {"y": 21, "x": 3.7817185306549073}, {"y": 28, "x": 3.92419319152832}, {"y": 12, "x": 4.066667852401734}, {"y": 9, "x": 4.209142513275147}, {"y": 28, "x": 4.35161717414856}, {"y": 84, "x": 4.4940918350219725}, {"y": 260, "x": 4.636566495895385}, {"y": 377, "x": 4.779041156768799}, {"y": 402, "x": 4.921515817642212}, {"y": 330, "x": 5.063990478515625}, {"y": 348, "x": 5.206465139389039}, {"y": 230, "x": 5.3489398002624515}, {"y": 184, "x": 5.491414461135864}, {"y": 209, "x": 5.633889122009277}, {"y": 414, "x": 5.77636378288269}, {"y": 641, "x": 5.918838443756104}, {"y": 672, "x": 6.061313104629517}, {"y": 738, "x": 6.20378776550293}, {"y": 678, "x": 6.346262426376343}, {"y": 548, "x": 6.488737087249756}, {"y": 403, "x": 6.631211748123169}, {"y": 329, "x": 6.773686408996582}, {"y": 285, "x": 6.916161069869995}, {"y": 353, "x": 7.058635730743409}, {"y": 371, "x": 7.2011103916168215}, {"y": 407, "x": 7.343585052490234}, {"y": 365, "x": 7.486059713363648}, {"y": 293, "x": 7.628534374237061}, {"y": 224, "x": 7.771009035110474}, {"y": 153, "x": 7.913483695983887}, {"y": 105, "x": 8.0559583568573}, {"y": 81, "x": 8.198433017730714}, {"y": 78, "x": 8.340907678604125}, {"y": 58, "x": 8.48338233947754}, {"y": 53, "x": 8.625857000350953}, {"y": 33, "x": 8.768331661224366}, {"y": 26, "x": 8.910806322097779}, {"y": 21, "x": 9.053280982971192}, {"y": 24, "x": 9.195755643844604}, {"y": 15, "x": 9.338230304718017}, {"y": 11, "x": 9.480704965591432}, {"y": 8, "x": 9.623179626464843}, {"y": 4, "x": 9.765654287338258}, {"y": 2, "x": 9.90812894821167}, {"y": 5, "x": 10.050603609085083}, {"y": 6, "x": 10.193078269958496}, {"y": 3, "x": 10.33555293083191}, {"y": 1, "x": 10.478027591705324}, {"y": 1, "x": 10.620502252578735}, {"y": 0, "x": 10.76297691345215}, {"y": 0, "x": 10.905451574325562}, {"y": 0, "x": 11.047926235198975}, {"y": 0, "x": 11.190400896072388}, {"y": 1, "x": 11.332875556945801}, {"y": 0, "x": 11.475350217819214}, {"y": 0, "x": 11.617824878692627}, {"y": 0, "x": 11.760299539566041}, {"y": 0, "x": 11.902774200439454}, {"y": 0, "x": 12.045248861312867}, {"y": 0, "x": 12.18772352218628}, {"y": 0, "x": 12.330198183059693}, {"y": 0, "x": 12.472672843933106}, {"y": 0, "x": 12.615147504806519}, {"y": 0, "x": 12.757622165679932}, {"y": 0, "x": 12.900096826553344}, {"y": 0, "x": 13.042571487426759}, {"y": 0, "x": 13.185046148300172}, {"y": 1, "x": 13.327520809173585}, {"y": 0, "x": 13.469995470046998}, {"y": 2, "x": 13.61247013092041}, {"y": 0, "x": 13.754944791793823}, {"y": 2, "x": 13.897419452667236}, {"y": 2, "x": 14.039894113540651}, {"y": 1, "x": 14.182368774414064}, {"y": 0, "x": 14.324843435287477}, {"y": 2, "x": 14.46731809616089}, {"y": 0, "x": 14.609792757034302}, {"y": 0, "x": 14.752267417907715}, {"y": 1, "x": 14.894742078781128}, {"y": 1, "x": 15.037216739654541}, {"y": 1, "x": 15.179691400527954}, {"y": 1, "x": 15.322166061401369}, {"y": 5, "x": 15.464640722274781}, {"y": 5, "x": 15.607115383148194}, {"y": 3, "x": 15.749590044021607}, {"y": 1, "x": 15.89206470489502}, {"y": 1, "x": 16.03453936576843}, {"y": 1, "x": 16.177014026641846}, {"y": 0, "x": 16.31948868751526}, {"y": 0, "x": 16.46196334838867}, {"y": 0, "x": 16.604438009262086}, {"y": 2, "x": 16.7469126701355}, {"y": 0, "x": 16.889387331008912}, {"y": 2, "x": 17.031861991882323}, {"y": 1, "x": 17.174336652755738}, {"y": 1, "x": 17.316811313629152}, {"y": 1, "x": 17.459285974502563}], "key": "nova.boot_server", "view": "Square Root Choice"}, {"disabled": 1, "values": [{"y": 2, "x": 0.7250785326957703}, {"y": 0, "x": 0.7615179014205933}, {"y": 0, "x": 0.7979572701454163}, {"y": 1, "x": 0.8343966388702393}, {"y": 1, "x": 0.8708360075950623}, {"y": 1, "x": 0.9072753763198853}, {"y": 1, "x": 0.9437147450447083}, {"y": 4, "x": 0.9801541137695313}, {"y": 2, "x": 1.0165934824943543}, {"y": 2, "x": 1.0530328512191773}, {"y": 3, "x": 1.0894722199440003}, {"y": 2, "x": 1.1259115886688233}, {"y": 2, "x": 1.1623509573936461}, {"y": 0, "x": 1.1987903261184694}, {"y": 3, "x": 1.2352296948432921}, {"y": 3, "x": 1.2716690635681154}, {"y": 4, "x": 1.3081084322929382}, {"y": 0, "x": 1.3445478010177614}, {"y": 2, "x": 1.3809871697425842}, {"y": 0, "x": 1.4174265384674074}, {"y": 2, "x": 1.4538659071922302}, {"y": 1, "x": 1.4903052759170534}, {"y": 0, "x": 1.5267446446418762}, {"y": 2, "x": 1.5631840133666992}, {"y": 2, "x": 1.5996233820915222}, {"y": 0, "x": 1.6360627508163452}, {"y": 0, "x": 1.6725021195411682}, {"y": 0, "x": 1.7089414882659912}, {"y": 0, "x": 1.7453808569908142}, {"y": 0, "x": 1.7818202257156373}, {"y": 0, "x": 1.8182595944404603}, {"y": 0, "x": 1.8546989631652833}, {"y": 0, "x": 1.8911383318901063}, {"y": 0, "x": 1.9275777006149293}, {"y": 0, "x": 1.9640170693397523}, {"y": 0, "x": 2.0004564380645755}, {"y": 0, "x": 2.0368958067893983}, {"y": 0, "x": 2.073335175514221}, {"y": 0, "x": 2.1097745442390443}, {"y": 0, "x": 2.1462139129638675}, {"y": 0, "x": 2.1826532816886903}, {"y": 0, "x": 2.219092650413513}, {"y": 0, "x": 2.2555320191383363}, {"y": 0, "x": 2.2919713878631596}, {"y": 1, "x": 2.3284107565879824}, {"y": 0, "x": 2.364850125312805}, {"y": 0, "x": 2.4012894940376284}, {"y": 4, "x": 2.437728862762451}, {"y": 8, "x": 2.4741682314872744}, {"y": 26, "x": 2.510607600212097}, {"y": 78, "x": 2.54704696893692}, {"y": 235, "x": 2.583486337661743}, {"y": 420, "x": 2.6199257063865664}, {"y": 598, "x": 2.656365075111389}, {"y": 691, "x": 2.6928044438362124}, {"y": 743, "x": 2.729243812561035}, {"y": 755, "x": 2.7656831812858584}, {"y": 656, "x": 2.8021225500106812}, {"y": 640, "x": 2.8385619187355045}, {"y": 562, "x": 2.8750012874603272}, {"y": 519, "x": 2.9114406561851505}, {"y": 476, "x": 2.9478800249099733}, {"y": 442, "x": 2.9843193936347965}, {"y": 401, "x": 3.0207587623596193}, {"y": 370, "x": 3.057198131084442}, {"y": 303, "x": 3.0936374998092653}, {"y": 297, "x": 3.130076868534088}, {"y": 242, "x": 3.1665162372589113}, {"y": 236, "x": 3.202955605983734}, {"y": 185, "x": 3.2393949747085573}, {"y": 162, "x": 3.27583434343338}, {"y": 129, "x": 3.3122737121582033}, {"y": 111, "x": 3.348713080883026}, {"y": 110, "x": 3.3851524496078493}, {"y": 91, "x": 3.421591818332672}, {"y": 75, "x": 3.4580311870574953}, {"y": 60, "x": 3.494470555782318}, {"y": 51, "x": 3.5309099245071414}, {"y": 58, "x": 3.567349293231964}, {"y": 39, "x": 3.6037886619567874}, {"y": 31, "x": 3.64022803068161}, {"y": 25, "x": 3.6766673994064334}, {"y": 16, "x": 3.713106768131256}, {"y": 23, "x": 3.7495461368560794}, {"y": 13, "x": 3.785985505580902}, {"y": 4, "x": 3.8224248743057254}, {"y": 12, "x": 3.858864243030548}, {"y": 10, "x": 3.8953036117553714}, {"y": 7, "x": 3.931742980480194}, {"y": 5, "x": 3.9681823492050174}, {"y": 15, "x": 4.00462171792984}, {"y": 3, "x": 4.041061086654663}, {"y": 2, "x": 4.077500455379486}, {"y": 1, "x": 4.1139398241043095}, {"y": 3, "x": 4.150379192829132}, {"y": 0, "x": 4.186818561553955}, {"y": 3, "x": 4.223257930278779}, {"y": 5, "x": 4.2596972990036015}, {"y": 3, "x": 4.296136667728424}, {"y": 5, "x": 4.332576036453247}], "key": "nova.delete_server", "view": "Square Root Choice"}], [{"disabled": 0, "values": [{"y": 96, "x": 4.161650959650675}, {"y": 1605, "x": 5.1114820321400956}, {"y": 2579, "x": 6.061313104629517}, {"y": 3187, "x": 7.011144177118937}, {"y": 2001, "x": 7.9609752496083575}, {"y": 393, "x": 8.910806322097779}, {"y": 85, "x": 9.860637394587199}, {"y": 16, "x": 10.81046846707662}, {"y": 1, "x": 11.76029953956604}, {"y": 0, "x": 12.71013061205546}, {"y": 3, "x": 13.65996168454488}, {"y": 7, "x": 14.609792757034302}, {"y": 10, "x": 15.559623829523723}, {"y": 10, "x": 16.509454902013143}, {"y": 7, "x": 17.459285974502563}], "key": "nova.boot_server", "view": "Sturges Formula"}, {"disabled": 1, "values": [{"y": 6, "x": 0.9315682888031006}, {"y": 15, "x": 1.174497413635254}, {"y": 12, "x": 1.4174265384674072}, {"y": 7, "x": 1.6603556632995606}, {"y": 0, "x": 1.9032847881317139}, {"y": 0, "x": 2.146213912963867}, {"y": 1, "x": 2.3891430377960203}, {"y": 965, "x": 2.632072162628174}, {"y": 4451, "x": 2.8750012874603272}, {"y": 2716, "x": 3.1179304122924805}, {"y": 1195, "x": 3.3608595371246337}, {"y": 446, "x": 3.603788661956787}, {"y": 122, "x": 3.84671778678894}, {"y": 44, "x": 4.089646911621093}, {"y": 20, "x": 4.332576036453247}], "key": "nova.delete_server", "view": "Sturges Formula"}], [{"disabled": 0, "values": [{"y": 19, "x": 3.53562593460083}, {"y": 48, "x": 3.8594319820404053}, {"y": 32, "x": 4.1832380294799805}, {"y": 128, "x": 4.507044076919556}, {"y": 765, "x": 4.830850124359131}, {"y": 810, "x": 5.154656171798706}, {"y": 529, "x": 5.478462219238281}, {"y": 734, "x": 5.8022682666778564}, {"y": 1551, "x": 6.126074314117432}, {"y": 1473, "x": 6.449880361557007}, {"y": 887, "x": 6.773686408996582}, {"y": 728, "x": 7.097492456436157}, {"y": 887, "x": 7.421298503875732}, {"y": 647, "x": 7.745104551315308}, {"y": 300, "x": 8.068910598754883}, {"y": 177, "x": 8.392716646194458}, {"y": 111, "x": 8.716522693634033}, {"y": 53, "x": 9.040328741073608}, {"y": 45, "x": 9.364134788513184}, {"y": 18, "x": 9.687940835952759}, {"y": 8, "x": 10.011746883392334}, {"y": 10, "x": 10.33555293083191}, {"y": 2, "x": 10.659358978271484}, {"y": 0, "x": 10.98316502571106}, {"y": 1, "x": 11.306971073150635}, {"y": 0, "x": 11.63077712059021}, {"y": 0, "x": 11.954583168029785}, {"y": 0, "x": 12.27838921546936}, {"y": 0, "x": 12.602195262908936}, {"y": 0, "x": 12.92600131034851}, {"y": 0, "x": 13.249807357788086}, {"y": 3, "x": 13.573613405227661}, {"y": 2, "x": 13.897419452667236}, {"y": 3, "x": 14.221225500106812}, {"y": 2, "x": 14.545031547546387}, {"y": 1, "x": 14.868837594985962}, {"y": 2, "x": 15.192643642425537}, {"y": 6, "x": 15.516449689865112}, {"y": 9, "x": 15.840255737304688}, {"y": 2, "x": 16.164061784744263}, {"y": 0, "x": 16.487867832183838}, {"y": 2, "x": 16.811673879623413}, {"y": 3, "x": 17.13547992706299}, {"y": 2, "x": 17.459285974502563}], "key": "nova.boot_server", "view": "Rice Rule"}, {"disabled": 1, "values": [{"y": 2, "x": 0.7714559110728177}, {"y": 2, "x": 0.8542726581746882}, {"y": 2, "x": 0.9370894052765586}, {"y": 6, "x": 1.0199061523784292}, {"y": 6, "x": 1.1027228994802996}, {"y": 3, "x": 1.18553964658217}, {"y": 6, "x": 1.2683563936840403}, {"y": 4, "x": 1.3511731407859109}, {"y": 4, "x": 1.4339898878877815}, {"y": 1, "x": 1.5168066349896518}, {"y": 4, "x": 1.5996233820915222}, {"y": 0, "x": 1.6824401291933926}, {"y": 0, "x": 1.7652568762952632}, {"y": 0, "x": 1.8480736233971335}, {"y": 0, "x": 1.9308903704990041}, {"y": 0, "x": 2.0137071176008745}, {"y": 0, "x": 2.096523864702745}, {"y": 0, "x": 2.1793406118046157}, {"y": 0, "x": 2.262157358906486}, {"y": 1, "x": 2.3449741060083564}, {"y": 3, "x": 2.427790853110227}, {"y": 35, "x": 2.510607600212097}, {"y": 403, "x": 2.5934243473139675}, {"y": 1298, "x": 2.676241094415838}, {"y": 1708, "x": 2.7590578415177087}, {"y": 1467, "x": 2.841874588619579}, {"y": 1216, "x": 2.9246913357214495}, {"y": 1004, "x": 3.00750808282332}, {"y": 760, "x": 3.09032482992519}, {"y": 613, "x": 3.173141577027061}, {"y": 454, "x": 3.2559583241289314}, {"y": 296, "x": 3.3387750712308017}, {"y": 233, "x": 3.421591818332672}, {"y": 149, "x": 3.5044085654345425}, {"y": 116, "x": 3.5872253125364133}, {"y": 72, "x": 3.6700420596382837}, {"y": 42, "x": 3.752858806740154}, {"y": 21, "x": 3.8356755538420244}, {"y": 24, "x": 3.918492300943895}, {"y": 18, "x": 4.001309048045766}, {"y": 7, "x": 4.084125795147636}, {"y": 4, "x": 4.166942542249506}, {"y": 6, "x": 4.249759289351377}, {"y": 10, "x": 4.332576036453247}], "key": "nova.delete_server", "view": "Rice Rule"}]], "views": [{"id": 0, "name": "Square Root Choice"}, {"id": 1, "name": "Sturges Formula"}, {"id": 2, "name": "Rice Rule"}]}}, "iterations": {"pie": [["success", 10000], ["errors", 0]], "iter": [["duration", [[1, 11.373163986206055], [15, 16.04147129058838], [25, 16.184040093421935], [35, 18.221041011810303], [45, 16.7593581199646], [55, 7.7845038890838625], [65, 7.195454621315003], [75, 8.295672631263733], [85, 8.571548628807069], [95, 8.173606085777283], [105, 7.988645768165588], [115, 6.601101994514465], [125, 8.267964029312134], [135, 7.456741428375244], [145, 8.310527586936951], [155, 8.327005982398987], [165, 6.92640631198883], [175, 9.203013825416566], [185, 8.89110450744629], [195, 9.125606369972228], [205, 9.918916535377502], [215, 9.94255199432373], [225, 8.773958563804626], [235, 10.650513219833375], [245, 9.812667536735535], [255, 10.278373670578002], [265, 10.11295154094696], [275, 8.72409451007843], [285, 9.449190402030945], [295, 9.135813593864441], [305, 9.308205890655518], [315, 9.089841890335084], [325, 9.069222903251648], [335, 8.53931279182434], [345, 8.711852073669434], [355, 8.45316321849823], [365, 9.044596958160401], [375, 8.07226345539093], [385, 6.751174354553223], [395, 7.744870972633362], [405, 7.370158386230469], [415, 8.047396349906922], [425, 8.078810882568359], [435, 7.311262154579163], [445, 7.5466890096664425], [455, 8.735043835639953], [465, 7.791963219642639], [475, 8.3106281042099], [485, 7.931959199905395], [495, 7.985198140144348], [505, 8.52702829837799], [515, 8.840419578552247], [525, 9.31359760761261], [535, 8.413339066505433], [545, 7.619356107711792], [555, 8.35402340888977], [565, 7.6719707489013675], [575, 8.357170295715331], [585, 8.802463603019714], [595, 8.399066138267518], [605, 7.9078776121139525], [615, 8.057147312164307], [625, 7.9363343000411986], [635, 8.906684517860413], [645, 8.202341413497924], [655, 7.405558848381043], [665, 7.703805923461914], [675, 7.4498366355896], [685, 7.622492623329163], [695, 8.416840934753418], [705, 7.862363195419311], [715, 7.07726399898529], [725, 7.365889859199524], [735, 6.840214562416077], [745, 7.219575667381287], [755, 7.672923898696899], [765, 7.628061008453369], [775, 7.821159291267395], [785, 6.538256430625916], [795, 7.409514021873474], [805, 7.506736540794373], [815, 7.624105596542359], [825, 7.877225494384765], [835, 8.55589563846588], [845, 8.02454903125763], [855, 8.05523247718811], [865, 8.971440553665161], [875, 8.499120354652405], [885, 8.881603813171386], [895, 8.690534853935242], [905, 8.35544195175171], [915, 9.299333882331847], [925, 7.572663807868958], [935, 8.502650570869445], [945, 8.282129096984864], [955, 7.693514394760132], [965, 8.142769622802735], [975, 8.892873406410217], [985, 7.976721978187561], [995, 9.013366341590881], [1005, 8.117399334907532], [1015, 7.830272316932678], [1025, 7.895519852638245], [1035, 7.087494111061096], [1045, 7.762084984779358], [1055, 8.036941695213319], [1065, 6.855243301391601], [1075, 7.1470026016235355], [1085, 7.1777026653289795], [1095, 6.586083889007568], [1105, 7.3348060131073], [1115, 7.463954162597656], [1125, 7.088489580154419], [1135, 7.655398893356323], [1145, 6.501139497756958], [1155, 7.89589786529541], [1165, 8.750782346725464], [1175, 7.950354862213135], [1185, 8.689393067359925], [1195, 8.641310620307923], [1205, 8.11222734451294], [1215, 8.081284618377685], [1225, 8.166734457015991], [1235, 8.270284914970398], [1245, 7.750409007072449], [1255, 8.335042548179626], [1265, 9.07159788608551], [1275, 7.6780980110168455], [1285, 7.622283172607422], [1295, 8.92811851501465], [1305, 7.4453023910522464], [1315, 7.899772477149964], [1325, 8.568621945381164], [1335, 8.26592173576355], [1345, 8.690439748764039], [1355, 7.654195952415466], [1365, 7.677727770805359], [1375, 7.35999014377594], [1385, 7.37096266746521], [1395, 7.713805675506592], [1405, 8.105501651763916], [1415, 7.704742908477783], [1425, 6.72188024520874], [1435, 7.093397402763367], [1445, 7.127305793762207], [1455, 6.784301495552063], [1465, 7.106902694702148], [1475, 7.401674222946167], [1485, 8.915458297729492], [1495, 8.663797879219056], [1505, 8.81667926311493], [1515, 8.210478019714355], [1525, 7.562957715988159], [1535, 8.079941630363464], [1545, 7.662919545173645], [1555, 8.531766605377197], [1565, 8.575247263908386], [1575, 9.301829051971435], [1585, 7.590775108337402], [1595, 8.568710136413575], [1605, 8.095925307273864], [1615, 8.651615238189697], [1625, 8.289875435829163], [1635, 8.007106041908264], [1645, 7.640220808982849], [1655, 8.745131707191467], [1665, 7.782531380653381], [1675, 9.08477861881256], [1685, 8.799729061126708], [1695, 7.8194492816925045], [1705, 7.967549729347229], [1715, 7.300976681709289], [1725, 7.909985113143921], [1735, 8.34117591381073], [1745, 7.302598977088929], [1755, 7.287177848815918], [1765, 7.436798739433288], [1775, 7.914122748374939], [1785, 7.581380176544189], [1795, 7.620105838775634], [1805, 6.826131200790405], [1815, 7.723935079574585], [1825, 7.275709819793701], [1835, 8.820338940620422], [1845, 8.734881353378295], [1855, 8.409196519851685], [1865, 8.477184295654297], [1875, 8.412488389015198], [1885, 9.352781295776367], [1895, 9.399060106277465], [1905, 9.324811673164367], [1915, 9.606170105934144], [1925, 9.276155185699462], [1935, 9.078663873672486], [1945, 9.516844940185546], [1955, 9.788152432441711], [1965, 8.64948308467865], [1975, 9.99333906173706], [1985, 9.489552879333496], [1995, 9.063645482063293], [2005, 8.751157188415528], [2015, 9.347372198104859], [2025, 9.366787219047547], [2035, 7.609959745407105], [2045, 8.632508587837219], [2055, 7.753705954551696], [2065, 8.658103084564209], [2075, 7.926750445365906], [2085, 9.115954899787903], [2095, 8.071306467056274], [2105, 8.039899587631226], [2115, 8.680128836631775], [2125, 8.58069441318512], [2135, 8.906622791290284], [2145, 8.789798378944397], [2155, 9.077313089370728], [2165, 7.938146877288818], [2175, 8.86197259426117], [2185, 8.128921723365783], [2195, 8.726358079910279], [2205, 9.379583191871642], [2215, 8.381546330451965], [2225, 8.526409840583801], [2235, 8.091639995574951], [2245, 8.640123319625854], [2255, 8.98911395072937], [2265, 8.041706109046936], [2275, 8.930974102020263], [2285, 8.024763321876526], [2295, 8.527218127250672], [2305, 9.218226623535156], [2315, 9.174426484107972], [2325, 8.886222410202027], [2335, 7.49202950000763], [2345, 8.05506510734558], [2355, 7.669776058197021], [2365, 7.84800353050232], [2375, 7.78516526222229], [2385, 7.412963557243347], [2395, 7.094932985305786], [2405, 7.189840722084045], [2415, 7.729795122146607], [2425, 7.462859678268432], [2435, 7.4638824462890625], [2445, 6.267519688606262], [2455, 7.865883111953735], [2465, 7.098674201965332], [2475, 8.486964392662049], [2485, 8.434173083305359], [2495, 7.64853880405426], [2505, 7.517311692237854], [2515, 8.403133201599122], [2525, 7.598355555534363], [2535, 9.257839560508728], [2545, 8.374092507362366], [2555, 7.146839308738708], [2565, 7.816543984413147], [2575, 7.588637924194336], [2585, 8.472220754623413], [2595, 9.357119679450989], [2605, 8.840646147727966], [2615, 8.051104164123535], [2625, 8.320930218696594], [2635, 7.644323921203613], [2645, 8.37706618309021], [2655, 9.14279751777649], [2665, 8.29912028312683], [2675, 7.914798974990845], [2685, 7.423317193984985], [2695, 7.896537709236145], [2705, 8.562838411331176], [2715, 7.362789511680603], [2725, 7.531428718566895], [2735, 7.039848327636719], [2745, 6.707582807540893], [2755, 7.7971185684204105], [2765, 7.565944528579712], [2775, 7.691226148605347], [2785, 7.900790190696716], [2795, 6.732777261734009], [2805, 7.639169001579285], [2815, 7.840030813217163], [2825, 8.304256367683411], [2835, 7.897451686859131], [2845, 8.459537243843078], [2855, 7.803332996368408], [2865, 8.57887909412384], [2875, 8.678755617141723], [2885, 8.455509567260743], [2895, 8.305722975730896], [2905, 8.02444875240326], [2915, 8.171728086471557], [2925, 8.944698572158813], [2935, 8.842309355735779], [2945, 8.740160417556762], [2955, 8.217921018600464], [2965, 8.448649454116822], [2975, 8.216405487060547], [2985, 8.432306480407714], [2995, 8.92715539932251], [3005, 7.907552361488342], [3015, 7.603280329704285], [3025, 6.901115846633911], [3035, 8.079232835769654], [3045, 8.352971506118774], [3055, 7.472476387023926], [3065, 7.309310412406921], [3075, 7.23025918006897], [3085, 7.260210490226745], [3095, 7.355656099319458], [3105, 7.069811773300171], [3115, 7.322818446159363], [3125, 6.769770240783691], [3135, 6.7437204122543335], [3145, 8.106858897209168], [3155, 8.561307740211486], [3165, 7.73579432964325], [3175, 8.101882719993592], [3185, 7.124164628982544], [3195, 8.12734079360962], [3205, 7.702333402633667], [3215, 8.010163569450379], [3225, 8.941124963760377], [3235, 7.962254476547241], [3245, 7.7781986951828], [3255, 8.289450907707215], [3265, 7.9901800632476805], [3275, 7.757203507423401], [3285, 8.823900580406189], [3295, 8.088943123817444], [3305, 7.384085702896118], [3315, 8.700130176544189], [3325, 7.174801445007324], [3335, 7.831483912467957], [3345, 8.03508768081665], [3355, 7.855975675582886], [3365, 8.760264801979066], [3375, 7.720454573631287], [3385, 7.351008486747742], [3395, 7.310297608375549], [3405, 7.406846141815185], [3415, 7.339393520355225], [3425, 7.759486842155456], [3435, 6.97840793132782], [3445, 7.518555378913879], [3455, 7.900948429107666], [3465, 7.722201657295227], [3475, 7.6115558385849], [3485, 7.720049953460693], [3495, 7.391445994377136], [3505, 7.871322703361511], [3515, 8.471821045875549], [3525, 8.959350299835204], [3535, 10.006034445762634], [3545, 8.528125524520874], [3555, 9.795466089248658], [3565, 9.127232480049134], [3575, 9.152442002296448], [3585, 9.471195697784424], [3595, 9.863846492767333], [3605, 9.9562175989151], [3615, 9.618357682228089], [3625, 10.902110815048218], [3635, 10.154586625099181], [3645, 9.719957995414735], [3655, 9.160028100013733], [3665, 10.5504390001297], [3675, 8.052792406082153], [3685, 10.054576468467712], [3695, 9.403508186340332], [3705, 9.218588852882386], [3715, 8.968724799156188], [3725, 8.207558703422546], [3735, 8.928864693641662], [3745, 9.069238233566285], [3755, 8.382129049301147], [3765, 8.899527287483215], [3775, 8.809595441818237], [3785, 8.455709719657898], [3795, 9.638563299179078], [3805, 8.892596006393433], [3815, 9.092006731033326], [3825, 8.972454357147218], [3835, 8.298990988731385], [3845, 9.231778764724732], [3855, 8.637019777297974], [3865, 9.021313738822936], [3875, 8.498616886138915], [3885, 8.154071402549743], [3895, 8.149992370605469], [3905, 8.226176762580872], [3915, 8.436573100090026], [3925, 8.76378607749939], [3935, 8.250971865653991], [3945, 8.044378280639648], [3955, 8.580726933479308], [3965, 8.008018040657044], [3975, 8.323506593704224], [3985, 9.044646286964417], [3995, 7.105454683303833], [4005, 7.522994208335876], [4015, 7.465058493614197], [4025, 7.250110673904419], [4035, 7.8036730766296385], [4045, 7.591144728660583], [4055, 7.244737148284912], [4065, 7.057892894744873], [4075, 6.8232762813568115], [4085, 8.026275300979615], [4095, 8.043077731132508], [4105, 7.939938497543335], [4115, 8.314181160926818], [4125, 7.602657651901245], [4135, 7.972833609580993], [4145, 8.476420569419862], [4155, 8.335215520858764], [4165, 7.009823966026306], [4175, 7.750110983848572], [4185, 7.971965479850769], [4195, 8.489580631256104], [4205, 9.19046392440796], [4215, 8.920800614356995], [4225, 8.18639669418335], [4235, 7.533370852470398], [4245, 7.4362551212310795], [4255, 8.729863476753234], [4265, 8.887745833396911], [4275, 8.953324937820435], [4285, 7.693587064743042], [4295, 7.36158242225647], [4305, 8.521082496643066], [4315, 9.064928436279297], [4325, 8.802039337158202], [4335, 8.923124170303344], [4345, 7.740752863883972], [4355, 6.80271589756012], [4365, 7.470548987388611], [4375, 7.29390549659729], [4385, 7.362545347213745], [4395, 8.40083692073822], [4405, 7.3409991979599], [4415, 7.64868426322937], [4425, 7.447409534454346], [4435, 7.239701628684998], [4445, 7.810972142219543], [4455, 7.030928540229797], [4465, 8.333113884925842], [4475, 8.483177971839904], [4485, 7.671942234039307], [4495, 8.163358545303344], [4505, 8.611765718460083], [4515, 7.739980101585388], [4525, 8.577832174301147], [4535, 8.437858939170837], [4545, 7.368828678131104], [4555, 8.261276507377625], [4565, 7.829234290122986], [4575, 7.71152663230896], [4585, 9.072069525718689], [4595, 7.873237228393554], [4605, 7.998207068443298], [4615, 8.63021092414856], [4625, 7.998865127563477], [4635, 8.008223414421082], [4645, 8.11134214401245], [4655, 8.245715641975403], [4665, 7.64165518283844], [4675, 7.685066342353821], [4685, 7.9425133228302], [4695, 8.075006794929504], [4705, 7.524191975593567], [4715, 7.442544174194336], [4725, 6.703158497810364], [4735, 7.4920593976974486], [4745, 7.016958928108215], [4755, 7.541811585426331], [4765, 8.036123585700988], [4775, 7.345700192451477], [4785, 7.0724968910217285], [4795, 8.00060739517212], [4805, 7.364442753791809], [4815, 8.70915608406067], [4825, 8.244134783744812], [4835, 8.48632550239563], [4845, 7.487670207023621], [4855, 8.167649412155152], [4865, 9.211738777160644], [4875, 8.975272941589356], [4885, 8.22290358543396], [4895, 8.273764276504517], [4905, 8.063924908638], [4915, 7.929456210136413], [4925, 8.427847099304199], [4935, 8.556263947486878], [4945, 8.864652109146117], [4955, 9.035586166381837], [4965, 7.675630903244018], [4975, 8.450727486610413], [4985, 8.342338585853577], [4995, 7.809381914138794], [5005, 7.901730799674988], [5015, 7.54068353176117], [5025, 7.877788805961609], [5035, 8.693460988998414], [5045, 7.879275751113892], [5055, 7.092092728614807], [5065, 7.61761748790741], [5075, 7.415195107460022], [5085, 7.168396592140198], [5095, 8.153311896324158], [5105, 7.0811830997467045], [5115, 7.5296848773956295], [5125, 6.875233149528503], [5135, 7.201397132873535], [5145, 8.288922262191772], [5155, 8.474644207954407], [5165, 8.057461977005005], [5175, 7.980767011642456], [5185, 7.729871368408203], [5195, 9.168294548988342], [5205, 9.102923059463501], [5215, 10.00468282699585], [5225, 9.87820246219635], [5235, 8.805885505676269], [5245, 8.145927786827087], [5255, 9.204415011405946], [5265, 9.725019598007203], [5275, 9.197748017311095], [5285, 9.011332392692566], [5295, 8.705053853988648], [5305, 9.310130405426026], [5315, 8.196021175384521], [5325, 9.750613903999328], [5335, 9.352564668655395], [5345, 8.539448237419128], [5355, 8.882909083366394], [5365, 8.731845092773437], [5375, 7.9866537809371945], [5385, 8.66414577960968], [5395, 8.088789129257203], [5405, 7.963638663291931], [5415, 8.475470709800721], [5425, 7.74127767086029], [5435, 7.70650098323822], [5445, 8.471828818321228], [5455, 8.014229083061219], [5465, 8.742814946174622], [5475, 9.076749682426453], [5485, 8.296589231491089], [5495, 8.808032512664795], [5505, 8.667435932159425], [5515, 8.656041193008424], [5525, 8.8416113615036], [5535, 8.766008996963501], [5545, 8.794732999801635], [5555, 8.525413203239442], [5565, 8.021761918067932], [5575, 8.741541862487793], [5585, 9.283864951133728], [5595, 8.661097121238708], [5605, 8.008209156990052], [5615, 7.834898042678833], [5625, 8.02434995174408], [5635, 8.616840744018555], [5645, 9.028720164299012], [5655, 9.017437672615051], [5665, 8.111879992485047], [5675, 8.035939908027649], [5685, 7.484652829170227], [5695, 7.821667790412903], [5705, 7.859101152420044], [5715, 7.247416305541992], [5725, 6.892769312858581], [5735, 7.546379423141479], [5745, 7.004224395751953], [5755, 7.00938036441803], [5765, 8.175923180580138], [5775, 7.550486493110657], [5785, 7.666206049919128], [5795, 7.248723983764648], [5805, 7.722184514999389], [5815, 8.022095680236816], [5825, 7.702954816818237], [5835, 8.433615589141846], [5845, 8.093239641189575], [5855, 7.989063429832458], [5865, 7.831485104560852], [5875, 8.38247606754303], [5885, 7.829534721374512], [5895, 8.193658471107483], [5905, 7.222945642471314], [5915, 8.107211828231812], [5925, 7.869776201248169], [5935, 7.906550025939941], [5945, 8.43725745677948], [5955, 7.675941038131714], [5965, 7.615681886672974], [5975, 7.931681895256043], [5985, 8.105171537399292], [5995, 8.945367741584779], [6005, 7.914854907989502], [6015, 6.950569677352905], [6025, 7.392623949050903], [6035, 6.969052934646607], [6045, 7.730734896659851], [6055, 8.221541094779969], [6065, 7.852948617935181], [6075, 7.312744736671448], [6085, 7.166452932357788], [6095, 6.754676985740661], [6105, 7.148330116271973], [6115, 7.7009847402572635], [6125, 7.246209812164307], [6135, 8.193329763412475], [6145, 7.691980791091919], [6155, 7.970532512664795], [6165, 8.059289407730102], [6175, 8.060257601737977], [6185, 8.222510743141175], [6195, 8.351964402198792], [6205, 8.688118481636048], [6215, 8.194191765785217], [6225, 7.468783283233643], [6235, 7.726339173316956], [6245, 7.553281354904175], [6255, 8.359860801696778], [6265, 8.219401478767395], [6275, 8.921276736259461], [6285, 8.23257761001587], [6295, 9.130017232894897], [6305, 7.403544521331787], [6315, 9.06530430316925], [6325, 8.170388841629029], [6335, 7.698030734062195], [6345, 8.03843297958374], [6355, 7.814050388336182], [6365, 7.6602150201797485], [6375, 7.905870628356934], [6385, 7.632567763328552], [6395, 7.158719944953918], [6405, 7.984191346168518], [6415, 7.920698356628418], [6425, 7.787155675888061], [6435, 7.278099131584168], [6445, 7.8178914308547975], [6455, 6.870231699943543], [6465, 7.824680781364441], [6475, 7.672784757614136], [6485, 7.961592388153076], [6495, 7.842022228240967], [6505, 7.69909930229187], [6515, 8.060104894638062], [6525, 7.814242601394653], [6535, 7.922384214401245], [6545, 8.07917263507843], [6555, 7.745812106132507], [6565, 7.709668374061584], [6575, 7.692744588851928], [6585, 8.265138506889343], [6595, 8.41055862903595], [6605, 8.70604510307312], [6615, 7.080226612091065], [6625, 8.029966068267822], [6635, 8.253942942619323], [6645, 8.10939028263092], [6655, 8.005445837974548], [6665, 7.994365787506103], [6675, 7.04814293384552], [6685, 7.960508251190186], [6695, 7.980614280700683], [6705, 8.098655080795288], [6715, 7.908113431930542], [6725, 7.53060667514801], [6735, 7.0373167276382445], [6745, 7.440395188331604], [6755, 7.256727290153504], [6765, 7.716534304618835], [6775, 8.166531348228455], [6785, 6.998804998397827], [6795, 6.683302426338196], [6805, 7.9494998216629025], [6815, 7.688943481445312], [6825, 9.41860363483429], [6835, 8.095061087608338], [6845, 7.942245078086853], [6855, 8.985674977302551], [6865, 8.730353450775146], [6875, 8.574253392219543], [6885, 9.7263512134552], [6895, 9.071653604507446], [6905, 9.18526759147644], [6915, 9.351682209968567], [6925, 9.590873789787292], [6935, 9.34686725139618], [6945, 10.239581823348999], [6955, 10.00313835144043], [6965, 8.698034977912902], [6975, 10.470872807502747], [6985, 9.065754461288453], [6995, 9.675051259994508], [7005, 9.989801502227783], [7015, 8.862656784057616], [7025, 9.368932747840882], [7035, 9.146736240386963], [7045, 8.652014636993409], [7055, 8.932541704177856], [7065, 8.898974680900574], [7075, 8.316325616836547], [7085, 9.135388159751892], [7095, 6.918778681755066], [7105, 8.815298223495484], [7115, 8.53160228729248], [7125, 8.24324119091034], [7135, 8.699769854545593], [7145, 8.430057549476624], [7155, 8.718625164031982], [7165, 8.274576592445374], [7175, 9.004473352432251], [7185, 10.014826345443726], [7195, 8.826844263076783], [7205, 8.150126695632935], [7215, 8.749972820281982], [7225, 8.119559049606323], [7235, 8.946674704551697], [7245, 8.930926704406739], [7255, 8.788173031806945], [7265, 7.936173629760742], [7275, 8.265895676612853], [7285, 8.551020860671997], [7295, 9.030126166343688], [7305, 8.350879216194153], [7315, 9.341245245933532], [7325, 8.227995371818542], [7335, 7.03004744052887], [7345, 8.149238443374633], [7355, 7.8730638265609745], [7365, 7.826864719390869], [7375, 7.896653413772583], [7385, 7.077391481399536], [7395, 7.476610779762268], [7405, 7.901615047454834], [7415, 7.676988697052002], [7425, 7.908070707321167], [7435, 7.17048282623291], [7445, 7.388474678993225], [7455, 7.830754232406616], [7465, 7.147805881500244], [7475, 8.505979061126709], [7485, 8.315437698364258], [7495, 8.87017388343811], [7505, 7.948807168006897], [7515, 8.105121850967407], [7525, 7.8771394968032835], [7535, 8.425190567970276], [7545, 7.4758538722991945], [7555, 7.67987539768219], [7565, 8.163972163200379], [7575, 8.079280948638916], [7585, 9.602334904670716], [7595, 8.769091200828552], [7605, 7.921783518791199], [7615, 8.414712691307068], [7625, 8.563375544548034], [7635, 8.602477288246154], [7645, 7.975214672088623], [7655, 8.16008539199829], [7665, 8.111185097694397], [7675, 7.927276682853699], [7685, 7.49402220249176], [7695, 7.683036589622498], [7705, 7.775403380393982], [7715, 7.085842585563659], [7725, 7.709455776214599], [7735, 7.866251707077026], [7745, 6.829113698005676], [7755, 7.430322003364563], [7765, 7.335230422019959], [7775, 7.530944275856018], [7785, 6.999501085281372], [7795, 8.079102277755737], [7805, 7.420409440994263], [7815, 7.837451601028443], [7825, 7.962077617645264], [7835, 7.747806906700134], [7845, 8.0911634683609], [7855, 7.9516273021698], [7865, 7.838362503051758], [7875, 8.082109403610229], [7885, 8.512308192253112], [7895, 8.16982479095459], [7905, 7.721077966690063], [7915, 7.680361676216125], [7925, 7.160204625129699], [7935, 8.544845747947694], [7945, 8.726462912559509], [7955, 7.728115057945251], [7965, 8.34144322872162], [7975, 7.649643063545227], [7985, 6.904908299446106], [7995, 7.7155049562454225], [8005, 8.839519834518432], [8015, 7.764443469047547], [8025, 8.0973388671875], [8035, 7.515971112251282], [8045, 7.6789674997329715], [8055, 7.76842691898346], [8065, 7.289839720726013], [8075, 7.3117142677307125], [8085, 7.482565546035767], [8095, 7.311908435821533], [8105, 7.656523394584656], [8115, 7.302127194404602], [8125, 7.831464791297913], [8135, 7.364860773086548], [8145, 7.485127878189087], [8155, 7.7391420841217045], [8165, 8.372472977638244], [8175, 8.203222227096557], [8185, 7.864767384529114], [8195, 8.593763065338134], [8205, 8.293188071250915], [8215, 8.666472339630127], [8225, 8.162538123130798], [8235, 8.537313079833984], [8245, 7.609373712539673], [8255, 8.453202533721925], [8265, 8.39154863357544], [8275, 8.62031922340393], [8285, 8.048133492469788], [8295, 7.837025690078735], [8305, 8.18030912876129], [8315, 8.135962772369385], [8325, 8.457804465293885], [8335, 8.185029149055481], [8345, 8.10753674507141], [8355, 7.638726830482483], [8365, 7.101215934753418], [8375, 7.56555027961731], [8385, 7.997792220115661], [8395, 8.013524150848388], [8405, 7.223173189163208], [8415, 6.878726935386657], [8425, 7.487285399436951], [8435, 7.4419148683547975], [8445, 7.222072196006775], [8455, 7.692743968963623], [8465, 7.570979642868042], [8475, 7.425803709030151], [8485, 8.542930173873902], [8495, 7.667360019683838], [8505, 7.589856696128845], [8515, 8.00435471534729], [8525, 8.225066804885865], [8535, 9.150664401054382], [8545, 9.142709922790527], [8555, 8.948408436775207], [8565, 8.169296741485596], [8575, 7.534685683250427], [8585, 8.638022685050965], [8595, 8.586892747879029], [8605, 9.6989981174469], [8615, 9.759806203842164], [8625, 9.334213209152221], [8635, 9.3686913728714], [8645, 8.569574522972108], [8655, 8.104069042205811], [8665, 9.269440817832947], [8675, 10.110834503173828], [8685, 8.219562220573426], [8695, 9.4772230386734], [8705, 8.519220089912414], [8715, 9.03850359916687], [8725, 8.274094772338866], [8735, 7.796632266044616], [8745, 8.217341041564941], [8755, 8.853628373146057], [8765, 7.373787069320679], [8775, 8.855520296096802], [8785, 8.41001513004303], [8795, 8.01938443183899], [8805, 8.242231678962707], [8815, 7.601234102249146], [8825, 10.215205883979797], [8835, 9.714161849021911], [8845, 9.391027355194092], [8855, 9.891974353790284], [8865, 8.860769057273865], [8875, 8.268868684768677], [8885, 8.855649852752686], [8895, 8.452030873298645], [8905, 9.947391128540039], [8915, 10.067214369773865], [8925, 7.670412802696228], [8935, 9.317936253547668], [8945, 9.189729928970337], [8955, 7.318373227119446], [8965, 8.200163388252259], [8975, 8.44077479839325], [8985, 8.255124425888061], [8995, 8.931533432006836], [9005, 7.776407027244568], [9015, 7.798892974853516], [9025, 7.782134985923767], [9035, 7.094538998603821], [9045, 7.625147533416748], [9055, 7.536566877365113], [9065, 7.8811015605926515], [9075, 7.969035601615905], [9085, 7.712634921073914], [9095, 7.728674983978271], [9105, 7.726136374473572], [9115, 8.349480605125427], [9125, 7.608059024810791], [9135, 7.502778100967407], [9145, 8.146882438659668], [9155, 8.577620387077332], [9165, 7.718549084663391], [9175, 8.23095669746399], [9185, 8.161708498001099], [9195, 8.45798306465149], [9205, 8.899881958961487], [9215, 7.454251098632812], [9225, 8.417204332351684], [9235, 8.15066750049591], [9245, 7.998966240882874], [9255, 7.860026383399964], [9265, 7.691037654876709], [9275, 7.70628719329834], [9285, 8.16577868461609], [9295, 7.410790228843689], [9305, 8.268289613723756], [9315, 8.36148989200592], [9325, 7.9524328231811525], [9335, 7.80666606426239], [9345, 7.842990612983703], [9355, 7.885630631446839], [9365, 7.467522144317627], [9375, 6.971857810020447], [9385, 7.920515704154968], [9395, 7.149286222457886], [9405, 7.887548446655273], [9415, 7.729153442382812], [9425, 7.351936149597168], [9435, 8.097424983978271], [9445, 7.088358235359192], [9455, 7.894403576850891], [9465, 8.355325508117676], [9475, 7.734836554527282], [9485, 7.940954160690308], [9495, 7.49158878326416], [9505, 7.876585459709167], [9515, 9.025025224685669], [9525, 7.987668347358704], [9535, 8.639617109298706], [9545, 8.932828164100647], [9555, 8.215284180641174], [9565, 9.021153283119201], [9575, 8.31464774608612], [9585, 8.021768140792847], [9595, 8.713359761238099], [9605, 8.060063409805299], [9615, 8.836218810081482], [9625, 9.431491446495055], [9635, 8.07445821762085], [9645, 8.724038314819335], [9655, 8.084454488754272], [9665, 7.631072330474853], [9675, 8.130522298812867], [9685, 7.897157621383667], [9695, 7.690191173553467], [9705, 7.599313473701477], [9715, 7.714435482025147], [9725, 7.419345903396606], [9735, 7.780907869338989], [9745, 7.404746580123901], [9755, 7.282620191574097], [9765, 7.759999346733093], [9775, 7.007831883430481], [9785, 7.315468049049377], [9795, 7.99277708530426], [9805, 7.738138890266418], [9815, 7.535670113563538], [9825, 7.787816786766053], [9835, 7.718656659126282], [9845, 8.6680899143219], [9855, 8.263230586051941], [9865, 7.940623545646668], [9875, 8.024378681182862], [9885, 7.510316634178162], [9895, 7.664821934700012], [9905, 8.654966759681702], [9915, 7.3879564762115475], [9925, 8.734935736656189], [9935, 8.579033255577087], [9945, 8.13231999874115], [9955, 8.312679839134216], [9965, 8.317767333984374], [9975, 7.613755607604981], [9985, 7.856449103355407], [10000, 6.948360943794251]]], ["idle_duration", [[1, 1.0], [15, 1.0], [25, 1.0], [35, 1.0], [45, 1.0], [55, 1.0], [65, 1.0], [75, 1.0], [85, 1.0], [95, 1.0], [105, 1.0], [115, 1.0], [125, 1.0], [135, 1.0], [145, 1.0], [155, 1.0], [165, 1.0], [175, 1.0], [185, 1.0], [195, 1.0], [205, 1.0], [215, 1.0], [225, 1.0], [235, 1.0], [245, 1.0], [255, 1.0], [265, 1.0], [275, 1.0], [285, 1.0], [295, 1.0], [305, 1.0], [315, 1.0], [325, 1.0], [335, 1.0], [345, 1.0], [355, 1.0], [365, 1.0], [375, 1.0], [385, 1.0], [395, 1.0], [405, 1.0], [415, 1.0], [425, 1.0], [435, 1.0], [445, 1.0], [455, 1.0], [465, 1.0], [475, 1.0], [485, 1.0], [495, 1.0], [505, 1.0], [515, 1.0], [525, 1.0], [535, 1.0], [545, 1.0], [555, 1.0], [565, 1.0], [575, 1.0], [585, 1.0], [595, 1.0], [605, 1.0], [615, 1.0], [625, 1.0], [635, 1.0], [645, 1.0], [655, 1.0], [665, 1.0], [675, 1.0], [685, 1.0], [695, 1.0], [705, 1.0], [715, 1.0], [725, 1.0], [735, 1.0], [745, 1.0], [755, 1.0], [765, 1.0], [775, 1.0], [785, 1.0], [795, 1.0], [805, 1.0], [815, 1.0], [825, 1.0], [835, 1.0], [845, 1.0], [855, 1.0], [865, 1.0], [875, 1.0], [885, 1.0], [895, 1.0], [905, 1.0], [915, 1.0], [925, 1.0], [935, 1.0], [945, 1.0], [955, 1.0], [965, 1.0], [975, 1.0], [985, 1.0], [995, 1.0], [1005, 1.0], [1015, 1.0], [1025, 1.0], [1035, 1.0], [1045, 1.0], [1055, 1.0], [1065, 1.0], [1075, 1.0], [1085, 1.0], [1095, 1.0], [1105, 1.0], [1115, 1.0], [1125, 1.0], [1135, 1.0], [1145, 1.0], [1155, 1.0], [1165, 1.0], [1175, 1.0], [1185, 1.0], [1195, 1.0], [1205, 1.0], [1215, 1.0], [1225, 1.0], [1235, 1.0], [1245, 1.0], [1255, 1.0], [1265, 1.0], [1275, 1.0], [1285, 1.0], [1295, 1.0], [1305, 1.0], [1315, 1.0], [1325, 1.0], [1335, 1.0], [1345, 1.0], [1355, 1.0], [1365, 1.0], [1375, 1.0], [1385, 1.0], [1395, 1.0], [1405, 1.0], [1415, 1.0], [1425, 1.0], [1435, 1.0], [1445, 1.0], [1455, 1.0], [1465, 1.0], [1475, 1.0], [1485, 1.0], [1495, 1.0], [1505, 1.0], [1515, 1.0], [1525, 1.0], [1535, 1.0], [1545, 1.0], [1555, 1.0], [1565, 1.0], [1575, 1.0], [1585, 1.0], [1595, 1.0], [1605, 1.0], [1615, 1.0], [1625, 1.0], [1635, 1.0], [1645, 1.0], [1655, 1.0], [1665, 1.0], [1675, 1.0], [1685, 1.0], [1695, 1.0], [1705, 1.0], [1715, 1.0], [1725, 1.0], [1735, 1.0], [1745, 1.0], [1755, 1.0], [1765, 1.0], [1775, 1.0], [1785, 1.0], [1795, 1.0], [1805, 1.0], [1815, 1.0], [1825, 1.0], [1835, 1.0], [1845, 1.0], [1855, 1.0], [1865, 1.0], [1875, 1.0], [1885, 1.0], [1895, 1.0], [1905, 1.0], [1915, 1.0], [1925, 1.0], [1935, 1.0], [1945, 1.0], [1955, 1.0], [1965, 1.0], [1975, 1.0], [1985, 1.0], [1995, 1.0], [2005, 1.0], [2015, 1.0], [2025, 1.0], [2035, 1.0], [2045, 1.0], [2055, 1.0], [2065, 1.0], [2075, 1.0], [2085, 1.0], [2095, 1.0], [2105, 1.0], [2115, 1.0], [2125, 1.0], [2135, 1.0], [2145, 1.0], [2155, 1.0], [2165, 1.0], [2175, 1.0], [2185, 1.0], [2195, 1.0], [2205, 1.0], [2215, 1.0], [2225, 1.0], [2235, 1.0], [2245, 1.0], [2255, 1.0], [2265, 1.0], [2275, 1.0], [2285, 1.0], [2295, 1.0], [2305, 1.0], [2315, 1.0], [2325, 1.0], [2335, 1.0], [2345, 1.0], [2355, 1.0], [2365, 1.0], [2375, 1.0], [2385, 1.0], [2395, 1.0], [2405, 1.0], [2415, 1.0], [2425, 1.0], [2435, 1.0], [2445, 1.0], [2455, 1.0], [2465, 1.0], [2475, 1.0], [2485, 1.0], [2495, 1.0], [2505, 1.0], [2515, 1.0], [2525, 1.0], [2535, 1.0], [2545, 1.0], [2555, 1.0], [2565, 1.0], [2575, 1.0], [2585, 1.0], [2595, 1.0], [2605, 1.0], [2615, 1.0], [2625, 1.0], [2635, 1.0], [2645, 1.0], [2655, 1.0], [2665, 1.0], [2675, 1.0], [2685, 1.0], [2695, 1.0], [2705, 1.0], [2715, 1.0], [2725, 1.0], [2735, 1.0], [2745, 1.0], [2755, 1.0], [2765, 1.0], [2775, 1.0], [2785, 1.0], [2795, 1.0], [2805, 1.0], [2815, 1.0], [2825, 1.0], [2835, 1.0], [2845, 1.0], [2855, 1.0], [2865, 1.0], [2875, 1.0], [2885, 1.0], [2895, 1.0], [2905, 1.0], [2915, 1.0], [2925, 1.0], [2935, 1.0], [2945, 1.0], [2955, 1.0], [2965, 1.0], [2975, 1.0], [2985, 1.0], [2995, 1.0], [3005, 1.0], [3015, 1.0], [3025, 1.0], [3035, 1.0], [3045, 1.0], [3055, 1.0], [3065, 1.0], [3075, 1.0], [3085, 1.0], [3095, 1.0], [3105, 1.0], [3115, 1.0], [3125, 1.0], [3135, 1.0], [3145, 1.0], [3155, 1.0], [3165, 1.0], [3175, 1.0], [3185, 1.0], [3195, 1.0], [3205, 1.0], [3215, 1.0], [3225, 1.0], [3235, 1.0], [3245, 1.0], [3255, 1.0], [3265, 1.0], [3275, 1.0], [3285, 1.0], [3295, 1.0], [3305, 1.0], [3315, 1.0], [3325, 1.0], [3335, 1.0], [3345, 1.0], [3355, 1.0], [3365, 1.0], [3375, 1.0], [3385, 1.0], [3395, 1.0], [3405, 1.0], [3415, 1.0], [3425, 1.0], [3435, 1.0], [3445, 1.0], [3455, 1.0], [3465, 1.0], [3475, 1.0], [3485, 1.0], [3495, 1.0], [3505, 1.0], [3515, 1.0], [3525, 1.0], [3535, 1.0], [3545, 1.0], [3555, 1.0], [3565, 1.0], [3575, 1.0], [3585, 1.0], [3595, 1.0], [3605, 1.0], [3615, 1.0], [3625, 1.0], [3635, 1.0], [3645, 1.0], [3655, 1.0], [3665, 1.0], [3675, 1.0], [3685, 1.0], [3695, 1.0], [3705, 1.0], [3715, 1.0], [3725, 1.0], [3735, 1.0], [3745, 1.0], [3755, 1.0], [3765, 1.0], [3775, 1.0], [3785, 1.0], [3795, 1.0], [3805, 1.0], [3815, 1.0], [3825, 1.0], [3835, 1.0], [3845, 1.0], [3855, 1.0], [3865, 1.0], [3875, 1.0], [3885, 1.0], [3895, 1.0], [3905, 1.0], [3915, 1.0], [3925, 1.0], [3935, 1.0], [3945, 1.0], [3955, 1.0], [3965, 1.0], [3975, 1.0], [3985, 1.0], [3995, 1.0], [4005, 1.0], [4015, 1.0], [4025, 1.0], [4035, 1.0], [4045, 1.0], [4055, 1.0], [4065, 1.0], [4075, 1.0], [4085, 1.0], [4095, 1.0], [4105, 1.0], [4115, 1.0], [4125, 1.0], [4135, 1.0], [4145, 1.0], [4155, 1.0], [4165, 1.0], [4175, 1.0], [4185, 1.0], [4195, 1.0], [4205, 1.0], [4215, 1.0], [4225, 1.0], [4235, 1.0], [4245, 1.0], [4255, 1.0], [4265, 1.0], [4275, 1.0], [4285, 1.0], [4295, 1.0], [4305, 1.0], [4315, 1.0], [4325, 1.0], [4335, 1.0], [4345, 1.0], [4355, 1.0], [4365, 1.0], [4375, 1.0], [4385, 1.0], [4395, 1.0], [4405, 1.0], [4415, 1.0], [4425, 1.0], [4435, 1.0], [4445, 1.0], [4455, 1.0], [4465, 1.0], [4475, 1.0], [4485, 1.0], [4495, 1.0], [4505, 1.0], [4515, 1.0], [4525, 1.0], [4535, 1.0], [4545, 1.0], [4555, 1.0], [4565, 1.0], [4575, 1.0], [4585, 1.0], [4595, 1.0], [4605, 1.0], [4615, 1.0], [4625, 1.0], [4635, 1.0], [4645, 1.0], [4655, 1.0], [4665, 1.0], [4675, 1.0], [4685, 1.0], [4695, 1.0], [4705, 1.0], [4715, 1.0], [4725, 1.0], [4735, 1.0], [4745, 1.0], [4755, 1.0], [4765, 1.0], [4775, 1.0], [4785, 1.0], [4795, 1.0], [4805, 1.0], [4815, 1.0], [4825, 1.0], [4835, 1.0], [4845, 1.0], [4855, 1.0], [4865, 1.0], [4875, 1.0], [4885, 1.0], [4895, 1.0], [4905, 1.0], [4915, 1.0], [4925, 1.0], [4935, 1.0], [4945, 1.0], [4955, 1.0], [4965, 1.0], [4975, 1.0], [4985, 1.0], [4995, 1.0], [5005, 1.0], [5015, 1.0], [5025, 1.0], [5035, 1.0], [5045, 1.0], [5055, 1.0], [5065, 1.0], [5075, 1.0], [5085, 1.0], [5095, 1.0], [5105, 1.0], [5115, 1.0], [5125, 1.0], [5135, 1.0], [5145, 1.0], [5155, 1.0], [5165, 1.0], [5175, 1.0], [5185, 1.0], [5195, 1.0], [5205, 1.0], [5215, 1.0], [5225, 1.0], [5235, 1.0], [5245, 1.0], [5255, 1.0], [5265, 1.0], [5275, 1.0], [5285, 1.0], [5295, 1.0], [5305, 1.0], [5315, 1.0], [5325, 1.0], [5335, 1.0], [5345, 1.0], [5355, 1.0], [5365, 1.0], [5375, 1.0], [5385, 1.0], [5395, 1.0], [5405, 1.0], [5415, 1.0], [5425, 1.0], [5435, 1.0], [5445, 1.0], [5455, 1.0], [5465, 1.0], [5475, 1.0], [5485, 1.0], [5495, 1.0], [5505, 1.0], [5515, 1.0], [5525, 1.0], [5535, 1.0], [5545, 1.0], [5555, 1.0], [5565, 1.0], [5575, 1.0], [5585, 1.0], [5595, 1.0], [5605, 1.0], [5615, 1.0], [5625, 1.0], [5635, 1.0], [5645, 1.0], [5655, 1.0], [5665, 1.0], [5675, 1.0], [5685, 1.0], [5695, 1.0], [5705, 1.0], [5715, 1.0], [5725, 1.0], [5735, 1.0], [5745, 1.0], [5755, 1.0], [5765, 1.0], [5775, 1.0], [5785, 1.0], [5795, 1.0], [5805, 1.0], [5815, 1.0], [5825, 1.0], [5835, 1.0], [5845, 1.0], [5855, 1.0], [5865, 1.0], [5875, 1.0], [5885, 1.0], [5895, 1.0], [5905, 1.0], [5915, 1.0], [5925, 1.0], [5935, 1.0], [5945, 1.0], [5955, 1.0], [5965, 1.0], [5975, 1.0], [5985, 1.0], [5995, 1.0], [6005, 1.0], [6015, 1.0], [6025, 1.0], [6035, 1.0], [6045, 1.0], [6055, 1.0], [6065, 1.0], [6075, 1.0], [6085, 1.0], [6095, 1.0], [6105, 1.0], [6115, 1.0], [6125, 1.0], [6135, 1.0], [6145, 1.0], [6155, 1.0], [6165, 1.0], [6175, 1.0], [6185, 1.0], [6195, 1.0], [6205, 1.0], [6215, 1.0], [6225, 1.0], [6235, 1.0], [6245, 1.0], [6255, 1.0], [6265, 1.0], [6275, 1.0], [6285, 1.0], [6295, 1.0], [6305, 1.0], [6315, 1.0], [6325, 1.0], [6335, 1.0], [6345, 1.0], [6355, 1.0], [6365, 1.0], [6375, 1.0], [6385, 1.0], [6395, 1.0], [6405, 1.0], [6415, 1.0], [6425, 1.0], [6435, 1.0], [6445, 1.0], [6455, 1.0], [6465, 1.0], [6475, 1.0], [6485, 1.0], [6495, 1.0], [6505, 1.0], [6515, 1.0], [6525, 1.0], [6535, 1.0], [6545, 1.0], [6555, 1.0], [6565, 1.0], [6575, 1.0], [6585, 1.0], [6595, 1.0], [6605, 1.0], [6615, 1.0], [6625, 1.0], [6635, 1.0], [6645, 1.0], [6655, 1.0], [6665, 1.0], [6675, 1.0], [6685, 1.0], [6695, 1.0], [6705, 1.0], [6715, 1.0], [6725, 1.0], [6735, 1.0], [6745, 1.0], [6755, 1.0], [6765, 1.0], [6775, 1.0], [6785, 1.0], [6795, 1.0], [6805, 1.0], [6815, 1.0], [6825, 1.0], [6835, 1.0], [6845, 1.0], [6855, 1.0], [6865, 1.0], [6875, 1.0], [6885, 1.0], [6895, 1.0], [6905, 1.0], [6915, 1.0], [6925, 1.0], [6935, 1.0], [6945, 1.0], [6955, 1.0], [6965, 1.0], [6975, 1.0], [6985, 1.0], [6995, 1.0], [7005, 1.0], [7015, 1.0], [7025, 1.0], [7035, 1.0], [7045, 1.0], [7055, 1.0], [7065, 1.0], [7075, 1.0], [7085, 1.0], [7095, 1.0], [7105, 1.0], [7115, 1.0], [7125, 1.0], [7135, 1.0], [7145, 1.0], [7155, 1.0], [7165, 1.0], [7175, 1.0], [7185, 1.0], [7195, 1.0], [7205, 1.0], [7215, 1.0], [7225, 1.0], [7235, 1.0], [7245, 1.0], [7255, 1.0], [7265, 1.0], [7275, 1.0], [7285, 1.0], [7295, 1.0], [7305, 1.0], [7315, 1.0], [7325, 1.0], [7335, 1.0], [7345, 1.0], [7355, 1.0], [7365, 1.0], [7375, 1.0], [7385, 1.0], [7395, 1.0], [7405, 1.0], [7415, 1.0], [7425, 1.0], [7435, 1.0], [7445, 1.0], [7455, 1.0], [7465, 1.0], [7475, 1.0], [7485, 1.0], [7495, 1.0], [7505, 1.0], [7515, 1.0], [7525, 1.0], [7535, 1.0], [7545, 1.0], [7555, 1.0], [7565, 1.0], [7575, 1.0], [7585, 1.0], [7595, 1.0], [7605, 1.0], [7615, 1.0], [7625, 1.0], [7635, 1.0], [7645, 1.0], [7655, 1.0], [7665, 1.0], [7675, 1.0], [7685, 1.0], [7695, 1.0], [7705, 1.0], [7715, 1.0], [7725, 1.0], [7735, 1.0], [7745, 1.0], [7755, 1.0], [7765, 1.0], [7775, 1.0], [7785, 1.0], [7795, 1.0], [7805, 1.0], [7815, 1.0], [7825, 1.0], [7835, 1.0], [7845, 1.0], [7855, 1.0], [7865, 1.0], [7875, 1.0], [7885, 1.0], [7895, 1.0], [7905, 1.0], [7915, 1.0], [7925, 1.0], [7935, 1.0], [7945, 1.0], [7955, 1.0], [7965, 1.0], [7975, 1.0], [7985, 1.0], [7995, 1.0], [8005, 1.0], [8015, 1.0], [8025, 1.0], [8035, 1.0], [8045, 1.0], [8055, 1.0], [8065, 1.0], [8075, 1.0], [8085, 1.0], [8095, 1.0], [8105, 1.0], [8115, 1.0], [8125, 1.0], [8135, 1.0], [8145, 1.0], [8155, 1.0], [8165, 1.0], [8175, 1.0], [8185, 1.0], [8195, 1.0], [8205, 1.0], [8215, 1.0], [8225, 1.0], [8235, 1.0], [8245, 1.0], [8255, 1.0], [8265, 1.0], [8275, 1.0], [8285, 1.0], [8295, 1.0], [8305, 1.0], [8315, 1.0], [8325, 1.0], [8335, 1.0], [8345, 1.0], [8355, 1.0], [8365, 1.0], [8375, 1.0], [8385, 1.0], [8395, 1.0], [8405, 1.0], [8415, 1.0], [8425, 1.0], [8435, 1.0], [8445, 1.0], [8455, 1.0], [8465, 1.0], [8475, 1.0], [8485, 1.0], [8495, 1.0], [8505, 1.0], [8515, 1.0], [8525, 1.0], [8535, 1.0], [8545, 1.0], [8555, 1.0], [8565, 1.0], [8575, 1.0], [8585, 1.0], [8595, 1.0], [8605, 1.0], [8615, 1.0], [8625, 1.0], [8635, 1.0], [8645, 1.0], [8655, 1.0], [8665, 1.0], [8675, 1.0], [8685, 1.0], [8695, 1.0], [8705, 1.0], [8715, 1.0], [8725, 1.0], [8735, 1.0], [8745, 1.0], [8755, 1.0], [8765, 1.0], [8775, 1.0], [8785, 1.0], [8795, 1.0], [8805, 1.0], [8815, 1.0], [8825, 1.0], [8835, 1.0], [8845, 1.0], [8855, 1.0], [8865, 1.0], [8875, 1.0], [8885, 1.0], [8895, 1.0], [8905, 1.0], [8915, 1.0], [8925, 1.0], [8935, 1.0], [8945, 1.0], [8955, 1.0], [8965, 1.0], [8975, 1.0], [8985, 1.0], [8995, 1.0], [9005, 1.0], [9015, 1.0], [9025, 1.0], [9035, 1.0], [9045, 1.0], [9055, 1.0], [9065, 1.0], [9075, 1.0], [9085, 1.0], [9095, 1.0], [9105, 1.0], [9115, 1.0], [9125, 1.0], [9135, 1.0], [9145, 1.0], [9155, 1.0], [9165, 1.0], [9175, 1.0], [9185, 1.0], [9195, 1.0], [9205, 1.0], [9215, 1.0], [9225, 1.0], [9235, 1.0], [9245, 1.0], [9255, 1.0], [9265, 1.0], [9275, 1.0], [9285, 1.0], [9295, 1.0], [9305, 1.0], [9315, 1.0], [9325, 1.0], [9335, 1.0], [9345, 1.0], [9355, 1.0], [9365, 1.0], [9375, 1.0], [9385, 1.0], [9395, 1.0], [9405, 1.0], [9415, 1.0], [9425, 1.0], [9435, 1.0], [9445, 1.0], [9455, 1.0], [9465, 1.0], [9475, 1.0], [9485, 1.0], [9495, 1.0], [9505, 1.0], [9515, 1.0], [9525, 1.0], [9535, 1.0], [9545, 1.0], [9555, 1.0], [9565, 1.0], [9575, 1.0], [9585, 1.0], [9595, 1.0], [9605, 1.0], [9615, 1.0], [9625, 1.0], [9635, 1.0], [9645, 1.0], [9655, 1.0], [9665, 1.0], [9675, 1.0], [9685, 1.0], [9695, 1.0], [9705, 1.0], [9715, 1.0], [9725, 1.0], [9735, 1.0], [9745, 1.0], [9755, 1.0], [9765, 1.0], [9775, 1.0], [9785, 1.0], [9795, 1.0], [9805, 1.0], [9815, 1.0], [9825, 1.0], [9835, 1.0], [9845, 1.0], [9855, 1.0], [9865, 1.0], [9875, 1.0], [9885, 1.0], [9895, 1.0], [9905, 1.0], [9915, 1.0], [9925, 1.0], [9935, 1.0], [9945, 1.0], [9955, 1.0], [9965, 1.0], [9975, 1.0], [9985, 1.0], [10000, 1.0]]]], "histogram": {"data": [[{"disabled": null, "values": [{"y": 1, "x": 4.440502078533172}, {"y": 0, "x": 4.5882251882553104}, {"y": 1, "x": 4.735948297977448}, {"y": 1, "x": 4.883671407699585}, {"y": 3, "x": 5.031394517421722}, {"y": 7, "x": 5.17911762714386}, {"y": 16, "x": 5.326840736865997}, {"y": 19, "x": 5.4745638465881346}, {"y": 30, "x": 5.622286956310273}, {"y": 20, "x": 5.77001006603241}, {"y": 17, "x": 5.917733175754547}, {"y": 33, "x": 6.065456285476685}, {"y": 87, "x": 6.213179395198822}, {"y": 201, "x": 6.3609025049209595}, {"y": 267, "x": 6.508625614643097}, {"y": 306, "x": 6.656348724365234}, {"y": 330, "x": 6.804071834087372}, {"y": 276, "x": 6.951794943809509}, {"y": 257, "x": 7.0995180535316464}, {"y": 257, "x": 7.2472411632537845}, {"y": 283, "x": 7.394964272975922}, {"y": 390, "x": 7.542687382698059}, {"y": 539, "x": 7.690410492420197}, {"y": 587, "x": 7.838133602142334}, {"y": 634, "x": 7.985856711864471}, {"y": 592, "x": 8.13357982158661}, {"y": 556, "x": 8.281302931308746}, {"y": 471, "x": 8.429026041030884}, {"y": 367, "x": 8.57674915075302}, {"y": 367, "x": 8.724472260475158}, {"y": 384, "x": 8.872195370197296}, {"y": 402, "x": 9.019918479919433}, {"y": 414, "x": 9.16764158964157}, {"y": 382, "x": 9.315364699363709}, {"y": 296, "x": 9.463087809085845}, {"y": 242, "x": 9.610810918807983}, {"y": 171, "x": 9.758534028530121}, {"y": 169, "x": 9.906257138252258}, {"y": 108, "x": 10.053980247974396}, {"y": 99, "x": 10.201703357696534}, {"y": 82, "x": 10.34942646741867}, {"y": 58, "x": 10.497149577140808}, {"y": 49, "x": 10.644872686862946}, {"y": 41, "x": 10.792595796585083}, {"y": 32, "x": 10.94031890630722}, {"y": 28, "x": 11.088042016029359}, {"y": 22, "x": 11.235765125751495}, {"y": 13, "x": 11.383488235473633}, {"y": 9, "x": 11.531211345195771}, {"y": 15, "x": 11.678934454917908}, {"y": 10, "x": 11.826657564640044}, {"y": 7, "x": 11.974380674362184}, {"y": 3, "x": 12.12210378408432}, {"y": 4, "x": 12.269826893806457}, {"y": 2, "x": 12.417550003528595}, {"y": 1, "x": 12.565273113250733}, {"y": 1, "x": 12.71299622297287}, {"y": 2, "x": 12.860719332695007}, {"y": 2, "x": 13.008442442417145}, {"y": 0, "x": 13.156165552139282}, {"y": 0, "x": 13.30388866186142}, {"y": 0, "x": 13.451611771583558}, {"y": 0, "x": 13.599334881305694}, {"y": 0, "x": 13.747057991027832}, {"y": 0, "x": 13.89478110074997}, {"y": 0, "x": 14.042504210472107}, {"y": 0, "x": 14.190227320194245}, {"y": 0, "x": 14.337950429916383}, {"y": 0, "x": 14.485673539638519}, {"y": 0, "x": 14.633396649360657}, {"y": 0, "x": 14.781119759082793}, {"y": 0, "x": 14.928842868804931}, {"y": 0, "x": 15.07656597852707}, {"y": 0, "x": 15.224289088249206}, {"y": 1, "x": 15.372012197971344}, {"y": 2, "x": 15.519735307693482}, {"y": 0, "x": 15.667458417415618}, {"y": 0, "x": 15.815181527137756}, {"y": 1, "x": 15.962904636859895}, {"y": 2, "x": 16.110627746582033}, {"y": 4, "x": 16.25835085630417}, {"y": 2, "x": 16.406073966026305}, {"y": 0, "x": 16.55379707574844}, {"y": 1, "x": 16.70152018547058}, {"y": 2, "x": 16.849243295192718}, {"y": 0, "x": 16.996966404914858}, {"y": 3, "x": 17.144689514636994}, {"y": 0, "x": 17.29241262435913}, {"y": 2, "x": 17.440135734081267}, {"y": 1, "x": 17.587858843803406}, {"y": 0, "x": 17.735581953525543}, {"y": 4, "x": 17.883305063247683}, {"y": 2, "x": 18.03102817296982}, {"y": 1, "x": 18.178751282691955}, {"y": 1, "x": 18.32647439241409}, {"y": 2, "x": 18.47419750213623}, {"y": 1, "x": 18.621920611858368}, {"y": 0, "x": 18.769643721580508}, {"y": 1, "x": 18.917366831302644}, {"y": 4, "x": 19.06508994102478}], "key": "task", "view": "Square Root Choice"}], [{"disabled": null, "values": [{"y": 27, "x": 5.277599700291951}, {"y": 257, "x": 6.262420431772868}, {"y": 1845, "x": 7.2472411632537845}, {"y": 3417, "x": 8.2320618947347}, {"y": 2693, "x": 9.216882626215616}, {"y": 1343, "x": 10.201703357696534}, {"y": 306, "x": 11.18652408917745}, {"y": 65, "x": 12.171344820658366}, {"y": 10, "x": 13.156165552139282}, {"y": 0, "x": 14.140986283620197}, {"y": 0, "x": 15.125807015101115}, {"y": 6, "x": 16.110627746582033}, {"y": 11, "x": 17.09544847806295}, {"y": 10, "x": 18.080269209543864}, {"y": 10, "x": 19.06508994102478}], "key": "task", "view": "Sturges Formula"}], [{"disabled": null, "values": [{"y": 2, "x": 4.62851330908862}, {"y": 3, "x": 4.9642476493662056}, {"y": 23, "x": 5.299981989643791}, {"y": 51, "x": 5.635716329921376}, {"y": 44, "x": 5.971450670198961}, {"y": 228, "x": 6.307185010476546}, {"y": 634, "x": 6.642919350754131}, {"y": 686, "x": 6.978653691031717}, {"y": 580, "x": 7.314388031309301}, {"y": 946, "x": 7.650122371586887}, {"y": 1365, "x": 7.985856711864471}, {"y": 1290, "x": 8.321591052142058}, {"y": 891, "x": 8.657325392419642}, {"y": 870, "x": 8.993059732697226}, {"y": 921, "x": 9.328794072974812}, {"y": 565, "x": 9.664528413252398}, {"y": 345, "x": 10.000262753529983}, {"y": 210, "x": 10.335997093807567}, {"y": 126, "x": 10.671731434085153}, {"y": 75, "x": 11.007465774362739}, {"y": 48, "x": 11.343200114640323}, {"y": 28, "x": 11.678934454917908}, {"y": 19, "x": 12.014668795195494}, {"y": 6, "x": 12.350403135473078}, {"y": 3, "x": 12.686137475750664}, {"y": 4, "x": 13.021871816028249}, {"y": 0, "x": 13.357606156305835}, {"y": 0, "x": 13.693340496583419}, {"y": 0, "x": 14.029074836861005}, {"y": 0, "x": 14.36480917713859}, {"y": 0, "x": 14.700543517416175}, {"y": 0, "x": 15.03627785769376}, {"y": 1, "x": 15.372012197971344}, {"y": 2, "x": 15.70774653824893}, {"y": 1, "x": 16.043480878526516}, {"y": 7, "x": 16.3792152188041}, {"y": 2, "x": 16.714949559081685}, {"y": 3, "x": 17.05068389935927}, {"y": 2, "x": 17.386418239636853}, {"y": 3, "x": 17.722152579914443}, {"y": 6, "x": 18.057886920192026}, {"y": 3, "x": 18.39362126046961}, {"y": 2, "x": 18.729355600747198}, {"y": 5, "x": 19.06508994102478}], "key": "task", "view": "Rice Rule"}]], "views": [{"id": 0, "name": "Square Root Choice"}, {"id": 1, "name": "Sturges Formula"}, {"id": 2, "name": "Rice Rule"}]}}, "additive_output": [], "table": {"rows": [["nova.boot_server", 3.212, 6.2, 7.603, 8.014, 17.459, 6.287, "100.0%", 10000], ["nova.delete_server", 0.689, 2.844, 3.255, 3.411, 4.333, 2.899, "100.0%", 10000], ["total", 4.293, 8.096, 9.586, 10.078, 19.065, 8.186, "100.0%", 10000]], "cols": ["Action", "Min (sec)", "Median (sec)", "90%ile (sec)", "95%ile (sec)", "Max (sec)", "Avg (sec)", "Success", "Count"]}, "full_duration": 1852.498368024826, "config": "{\n  \"NovaServers.boot_and_delete_server\": [\n    {\n      \"runner\": {\n        \"type\": \"constant\", \n        \"concurrency\": 50, \n        \"times\": 10000\n      }, \n      \"args\": {\n        \"force_delete\": false, \n        \"flavor\": {\n          \"name\": \"m1.tiny\"\n        }, \n        \"image\": {\n          \"name\": \"^cirros.*uec$\"\n        }\n      }, \n      \"context\": {\n        \"users\": {\n          \"user_domain\": \"default\", \n          \"project_domain\": \"default\", \n          \"user_choice_method\": \"random\", \n          \"users_per_tenant\": 2, \n          \"tenants\": 3, \n          \"resource_management_workers\": 20\n        }, \n        \"quotas\": {\n          \"nova\": {\n            \"ram\": -1, \n            \"floating_ips\": -1, \n            \"security_group_rules\": -1, \n            \"instances\": -1, \n            \"cores\": -1, \n            \"security_groups\": -1\n          }, \n          \"neutron\": {\n            \"subnet\": -1, \n            \"network\": -1, \n            \"port\": -1\n          }\n        }\n      }\n    }\n  ]\n}", "sla": [], "complete_output": [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []], "cls": "NovaServers"}, {"load_profile": [["parallel iterations", [[0.0, 0], [57.41327916297912, 45.32117428745809], [114.82655832595825, 46.17049005323045], [172.23983748893738, 47.0056636042774], [229.6531166519165, 47.635489687908205], [287.0663958148956, 47.44749038411848], [344.47967497787477, 48.00943326053031], [401.8929541408539, 47.80587003085121], [459.306233303833, 47.714843303796336], [516.7195124668121, 47.92110948258009], [574.1327916297912, 47.770524975308085], [631.5460707927704, 47.95398732811039], [688.9593499557495, 47.77737638735841], [746.3726291187286, 47.96004689554678], [803.7859082817077, 48.004054306638025], [861.1991874446868, 47.99539687067194], [918.612466607666, 47.633902569104514], [976.0257457706451, 48.29174002918057], [1033.4390249336243, 47.795332828677935], [1090.8523040966033, 47.877350902105256], [1148.2655832595824, 47.96862764514206], [1205.6788624225617, 47.99719529105012], [1263.0921415855407, 47.909970119667356], [1320.5054207485198, 47.924720828177826], [1377.918699911499, 48.18556646752518], [1435.331979074478, 48.53819759242687], [1492.7452582374572, 48.01780405104073], [1550.1585374004362, 47.989462047601435], [1607.5718165634155, 48.11176275068907], [1664.9850957263945, 47.97189234109183], [1722.3983748893736, 48.1292789375477], [1779.8116540523529, 48.19984624215111], [1837.224933215332, 47.893691125359055], [1894.638212378311, 48.12306656812639], [1952.0514915412903, 48.26136604225893], [2009.4647707042693, 48.39607711683023], [2066.8780498672486, 48.7743112275697], [2124.2913290302276, 48.09638718175859], [2181.7046081932067, 48.373635952891824], [2239.1178873561857, 48.224267611871], [2296.531166519165, 48.16393392693972], [2353.944445682144, 48.10450121567488], [2411.3577248451234, 48.24721263876406], [2468.7710040081024, 48.379283658530696], [2526.1842831710815, 48.233720853183875], [2583.5975623340605, 48.33615106520562], [2641.0108414970396, 48.58339860032309], [2698.4241206600186, 48.89165127361095], [2755.837399822998, 48.43546821511908], [2813.250678985977, 48.09601028238536], [2870.663958148956, 48.29296822052305], [2928.0772373119353, 48.17041492439777], [2985.4905164749143, 48.30860489297936], [3042.9037956378934, 48.302320382078804], [3100.3170748008724, 48.210099940668265], [3157.730353963852, 48.475194967528104], [3215.143633126831, 48.5663411008235], [3272.55691228981, 48.92738940003946], [3329.970191452789, 48.86339063244559], [3387.383470615768, 48.32591908465024], [3444.796749778747, 48.3171659696546], [3502.2100289417267, 48.18403449885136], [3559.6233081047058, 48.30158320611727], [3617.036587267685, 48.25142874808272], [3674.449866430664, 48.22681509802443], [3731.863145593643, 48.30415437008179], [3789.276424756622, 48.34997912114935], [3846.689703919601, 48.87362840279729], [3904.1029830825805, 49.232207512119196], [3961.5162622455596, 48.540052625014326], [4018.9295414085386, 48.16662624423784], [4076.3428205715177, 48.60379789093233], [4133.756099734497, 48.35062496168453], [4191.169378897476, 48.28005501648584], [4248.582658060455, 48.44713352157891], [4305.995937223434, 48.26553967787138], [4363.409216386413, 48.44038916257054], [4420.822495549392, 48.150079347746725], [4478.2357747123715, 48.828302480023005], [4535.649053875351, 49.45001224629236], [4593.06233303833, 48.41965762541134], [4650.475612201309, 48.55434643224681], [4707.888891364288, 48.19067559101886], [4765.302170527267, 48.3327552716588], [4822.715449690247, 48.292517169677836], [4880.128728853226, 48.458647734729894], [4937.542008016205, 48.276027866655504], [4994.955287179184, 48.33592534499236], [5052.368566342163, 48.58865003440205], [5109.781845505142, 49.25912206768566], [5167.195124668121, 49.124687394928436], [5224.6084038311, 48.6146637695194], [5282.021682994079, 48.21277248366137], [5339.434962157058, 48.41598441055246], [5396.848241320037, 48.402364145307125], [5454.261520483016, 48.39998708709624], [5511.674799645996, 48.33375869932555], [5569.088078808975, 48.29724474736184], [5626.501357971954, 41.98931886716089], [5683.914637134933, 0.19073564270483562], [5741.327916297912, 0]]]], "errors": [], "name": "boot_and_list_server", "has_output": false, "runner": "constant", "hooks": [], "iterations_count": 10000, "output_errors": [], "pos": "0", "load_duration": 5628.752859115601, "sla_success": true, "met": "boot_and_list_server", "atomic": {"pie": [["nova.list_servers", 15.315237786149979], ["nova.boot_server", 12.777990142250061]], "iter": [["nova.list_servers", [[1, 0.4049076557159424], [15, 0.5746996879577637], [25, 0.7287073850631713], [35, 1.0222222328186035], [45, 0.9468235015869141], [55, 1.4728489875793458], [65, 1.0972898483276368], [75, 1.4988754034042358], [85, 1.0342098951339722], [95, 1.491047167778015], [105, 1.7967477560043335], [115, 1.7955049276351929], [125, 1.875534462928772], [135, 1.5026718139648438], [145, 1.6234092950820922], [155, 1.971185326576233], [165, 2.475442910194397], [175, 2.59476318359375], [185, 2.0831282138824463], [195, 2.130474877357483], [205, 2.0272370100021364], [215, 2.6764414072036744], [225, 3.221404242515564], [235, 3.699141573905945], [245, 2.8111044645309446], [255, 3.102245569229126], [265, 3.5952533960342405], [275, 4.850629162788391], [285, 3.646828818321228], [295, 4.262226414680481], [305, 3.8603836059570313], [315, 4.606430006027222], [325, 6.388922095298767], [335, 3.5387545108795164], [345, 7.713207030296326], [355, 4.342697215080261], [365, 4.101036310195923], [375, 4.036085629463196], [385, 4.252226734161377], [395, 4.427995276451111], [405, 4.76747088432312], [415, 6.7758794069290165], [425, 5.475524520874023], [435, 5.967432379722595], [445, 5.061152911186218], [455, 6.399539971351624], [465, 5.37942156791687], [475, 6.560062146186828], [485, 6.398210668563843], [495, 6.126021480560302], [505, 7.0553138017654415], [515, 5.399651622772216], [525, 7.294232606887817], [535, 9.300824832916259], [545, 8.030309677124023], [555, 7.850546264648438], [565, 7.765495133399964], [575, 6.6008450269699095], [585, 11.062137007713318], [595, 7.440934467315674], [605, 7.742453646659851], [615, 9.021708178520203], [625, 8.164410710334778], [635, 8.896309733390808], [645, 9.055700826644898], [655, 8.377359223365783], [665, 8.511410570144653], [675, 7.497187399864197], [685, 10.530959606170654], [695, 8.876458883285522], [705, 11.930617308616638], [715, 13.34502308368683], [725, 12.403098964691162], [735, 12.050407791137696], [745, 11.139377403259278], [755, 9.0471195936203], [765, 9.619785618782043], [775, 10.432593488693238], [785, 12.548986220359803], [795, 10.370025253295898], [805, 10.56991274356842], [815, 12.399035239219666], [825, 13.038176202774048], [835, 9.700726175308228], [845, 13.618517136573791], [855, 14.063727378845215], [865, 12.037184572219848], [875, 14.78190233707428], [885, 13.431165170669555], [895, 13.258677077293395], [905, 9.570153951644897], [915, 12.943071341514587], [925, 11.680287313461303], [935, 10.2406010389328], [945, 13.607292175292969], [955, 11.331278800964355], [965, 13.113985967636108], [975, 14.015346145629882], [985, 19.620341300964355], [995, 15.787058091163635], [1005, 14.029300212860107], [1015, 13.233242988586426], [1025, 12.600251746177673], [1035, 8.753893780708314], [1045, 12.909820580482483], [1055, 11.95966169834137], [1065, 18.337221717834474], [1075, 16.583070993423462], [1085, 12.146200585365296], [1095, 14.574590301513672], [1105, 13.952465867996215], [1115, 17.65515673160553], [1125, 14.32451696395874], [1135, 12.165731525421142], [1145, 16.53064317703247], [1155, 13.629766750335694], [1165, 15.34165608882904], [1175, 13.907063603401184], [1185, 13.38071541786194], [1195, 12.781768798828125], [1205, 11.90102298259735], [1215, 10.315221858024596], [1225, 11.010304594039917], [1235, 18.365135526657106], [1245, 15.068746519088744], [1255, 15.865715503692627], [1265, 16.351347279548644], [1275, 15.878737449645996], [1285, 14.326448106765747], [1295, 11.788101601600648], [1305, 10.217477989196777], [1315, 10.699059319496154], [1325, 12.293757319450378], [1335, 18.936310625076295], [1345, 14.875597095489502], [1355, 14.055835413932801], [1365, 15.34677996635437], [1375, 12.428850746154785], [1385, 12.208112168312073], [1395, 11.176501917839051], [1405, 10.938086366653442], [1415, 14.624033403396606], [1425, 17.456508779525755], [1435, 13.806303787231446], [1445, 14.179326701164246], [1455, 11.710330367088318], [1465, 13.495111441612243], [1475, 12.869475078582763], [1485, 13.365041494369507], [1495, 13.138198089599609], [1505, 15.205967569351197], [1515, 17.57744255065918], [1525, 15.193243408203125], [1535, 16.44891221523285], [1545, 10.332441782951355], [1555, 10.958719849586487], [1565, 11.390012621879578], [1575, 16.349273586273192], [1585, 19.670631289482117], [1595, 15.147695922851563], [1605, 13.532405900955201], [1615, 11.793138074874879], [1625, 16.99751751422882], [1635, 15.70330708026886], [1645, 10.718321943283081], [1655, 15.07536358833313], [1665, 14.625530171394349], [1675, 14.047074604034425], [1685, 17.060099792480468], [1695, 11.822030282020568], [1705, 16.433086276054382], [1715, 12.308159375190735], [1725, 20.109239315986635], [1735, 14.375155353546143], [1745, 11.896112155914306], [1755, 12.654536199569701], [1765, 11.918392992019653], [1775, 14.62384660243988], [1785, 14.005212140083312], [1795, 14.317325782775878], [1805, 15.32938289642334], [1815, 14.429381465911865], [1825, 13.576507568359375], [1835, 13.88874273300171], [1845, 11.05172951221466], [1855, 15.686416745185852], [1865, 9.93451681137085], [1875, 12.610046696662902], [1885, 11.44174530506134], [1895, 10.823125386238098], [1905, 17.34749538898468], [1915, 17.394152641296387], [1925, 16.207911086082458], [1935, 17.60935389995575], [1945, 13.225300002098084], [1955, 12.410108876228332], [1965, 14.467951011657714], [1975, 17.422425508499146], [1985, 15.035945844650268], [1995, 13.819364070892334], [2005, 11.180201530456543], [2015, 17.339070105552672], [2025, 11.870644998550414], [2035, 16.394999170303343], [2045, 18.419032096862793], [2055, 16.2836051940918], [2065, 13.705105018615722], [2075, 12.952609205245972], [2085, 12.560776448249817], [2095, 11.095939087867738], [2105, 11.622243928909302], [2115, 15.729595398902893], [2125, 13.827954626083374], [2135, 15.255837535858154], [2145, 16.58183717727661], [2155, 16.160716700553895], [2165, 13.49749960899353], [2175, 13.293681478500366], [2185, 11.888620495796204], [2195, 11.124979424476624], [2205, 14.325473833084107], [2215, 11.612943243980407], [2225, 15.190530562400818], [2235, 14.589525032043458], [2245, 15.838705325126648], [2255, 14.356941032409669], [2265, 10.414840912818908], [2275, 8.554805779457093], [2285, 17.481058597564697], [2295, 14.451034593582154], [2305, 17.9417062997818], [2315, 16.26956422328949], [2325, 14.013119435310363], [2335, 11.407099986076355], [2345, 14.363331174850464], [2355, 14.254580760002137], [2365, 12.11541395187378], [2375, 16.98749449253082], [2385, 17.63272566795349], [2395, 17.020016193389893], [2405, 13.865270400047303], [2415, 12.266427898406983], [2425, 15.314888167381287], [2435, 12.78842580318451], [2445, 18.844823718070984], [2455, 16.542770385742188], [2465, 12.6742525100708], [2475, 12.654066514968871], [2485, 12.930883598327636], [2495, 14.134808826446534], [2505, 14.63087592124939], [2515, 14.793496298789979], [2525, 15.055799221992492], [2535, 15.766791701316833], [2545, 13.24501700401306], [2555, 16.822516775131227], [2565, 14.20769419670105], [2575, 16.561620116233826], [2585, 13.358718347549438], [2595, 12.327736973762512], [2605, 14.422953581809997], [2615, 13.28712089061737], [2625, 13.624548530578613], [2635, 11.758837795257568], [2645, 15.950492262840271], [2655, 19.7522912979126], [2665, 17.013633131980896], [2675, 17.5846488237381], [2685, 16.32281651496887], [2695, 16.8297021150589], [2705, 11.887773466110229], [2715, 12.247156405448914], [2725, 14.060754823684693], [2735, 11.513194918632507], [2745, 12.449218106269836], [2755, 17.907101440429688], [2765, 13.584061765670777], [2775, 15.91821072101593], [2785, 15.992262625694275], [2795, 14.33098270893097], [2805, 15.902048802375793], [2815, 13.649778509140015], [2825, 12.565446853637695], [2835, 14.1455904006958], [2845, 12.667191910743714], [2855, 14.448273301124573], [2865, 11.532956266403199], [2875, 13.04739327430725], [2885, 13.745742344856263], [2895, 16.479378628730775], [2905, 14.4298024892807], [2915, 13.606650614738465], [2925, 19.21172926425934], [2935, 16.217213368415834], [2945, 16.838940572738647], [2955, 15.200873208045959], [2965, 14.163497066497802], [2975, 15.600668692588807], [2985, 12.674472546577453], [2995, 11.652754759788513], [3005, 16.61361117362976], [3015, 15.679824566841125], [3025, 15.266390252113343], [3035, 16.313153791427613], [3045, 11.348226428031921], [3055, 16.32639362812042], [3065, 17.249977111816406], [3075, 15.044341611862183], [3085, 19.27547941207886], [3095, 12.171587038040162], [3105, 11.169988369941711], [3115, 13.898270511627198], [3125, 13.080809497833252], [3135, 12.200945520401001], [3145, 19.19689588546753], [3155, 18.575673389434815], [3165, 18.068172097206116], [3175, 15.647056198120117], [3185, 14.942132210731506], [3195, 13.897487616539001], [3205, 14.333548140525817], [3215, 14.598877930641175], [3225, 18.168950271606445], [3235, 16.419896912574767], [3245, 15.281656765937806], [3255, 17.344353079795837], [3265, 13.960868215560913], [3275, 19.47878317832947], [3285, 15.57743968963623], [3295, 12.625851035118103], [3305, 17.363724017143248], [3315, 18.205937337875366], [3325, 14.799107599258424], [3335, 12.084257912635803], [3345, 16.51250557899475], [3355, 14.329225850105285], [3365, 24.113143491744996], [3375, 20.56292555332184], [3385, 17.888418889045717], [3395, 15.139264965057373], [3405, 15.435544228553772], [3415, 12.401756072044373], [3425, 11.133256721496583], [3435, 14.907349228858948], [3445, 15.768036198616027], [3455, 12.695320200920104], [3465, 14.719324541091918], [3475, 15.951589965820313], [3485, 17.222619223594666], [3495, 16.15597002506256], [3505, 14.957098960876465], [3515, 18.888138699531556], [3525, 13.170047330856324], [3535, 14.877428603172302], [3545, 14.257623195648193], [3555, 15.989613699913026], [3565, 13.603378510475158], [3575, 13.98228211402893], [3585, 13.962018275260926], [3595, 15.976836347579956], [3605, 19.406439423561096], [3615, 19.935181641578673], [3625, 16.11867220401764], [3635, 15.967442893981934], [3645, 13.983190035820007], [3655, 16.02211368083954], [3665, 15.152658438682556], [3675, 16.40920262336731], [3685, 15.31720049381256], [3695, 16.35895447731018], [3705, 16.470112586021422], [3715, 16.480296516418456], [3725, 13.231922101974487], [3735, 13.528842449188232], [3745, 14.801600909233093], [3755, 16.239754295349123], [3765, 17.82148687839508], [3775, 14.218958520889283], [3785, 13.051477956771851], [3795, 14.950469923019408], [3805, 12.905084681510925], [3815, 14.760220193862915], [3825, 12.061291098594666], [3835, 12.027092742919923], [3845, 15.280927181243896], [3855, 22.438958048820496], [3865, 16.96650619506836], [3875, 17.72159366607666], [3885, 14.68846595287323], [3895, 13.60527515411377], [3905, 11.072173166275025], [3915, 9.677975630760193], [3925, 10.553844666481018], [3935, 14.284957814216614], [3945, 25.475408840179444], [3955, 19.553867292404174], [3965, 17.45571835041046], [3975, 14.610240530967712], [3985, 14.496255660057068], [3995, 13.216083884239197], [4005, 16.416051721572877], [4015, 12.98266429901123], [4025, 13.333128476142884], [4035, 16.989146018028258], [4045, 15.375130009651183], [4055, 13.35447382926941], [4065, 15.6387113571167], [4075, 16.50454261302948], [4085, 19.478674507141115], [4095, 18.23674433231354], [4105, 15.170680499076843], [4115, 18.591684579849243], [4125, 11.510426807403565], [4135, 15.462042140960694], [4145, 14.53911213874817], [4155, 12.9657550573349], [4165, 17.136350083351136], [4175, 16.733766937255858], [4185, 13.762129068374634], [4195, 13.971832013130188], [4205, 16.36915397644043], [4215, 14.84930260181427], [4225, 15.57318069934845], [4235, 13.425712776184081], [4245, 11.850911498069763], [4255, 17.49936697483063], [4265, 18.12688274383545], [4275, 14.500115227699279], [4285, 17.80866503715515], [4295, 18.738285732269286], [4305, 16.642207312583924], [4315, 14.084401869773865], [4325, 13.944127082824707], [4335, 18.856027817726137], [4345, 14.40727882385254], [4355, 21.252182841300964], [4365, 17.17088739871979], [4375, 18.50401873588562], [4385, 14.083786630630494], [4395, 15.887390065193177], [4405, 16.64858772754669], [4415, 19.66561324596405], [4425, 13.105755615234376], [4435, 17.014606642723084], [4445, 14.888956880569458], [4455, 18.140235233306885], [4465, 17.34209554195404], [4475, 17.703503918647765], [4485, 13.471528363227844], [4495, 19.31104118824005], [4505, 18.760274004936218], [4515, 15.88507628440857], [4525, 15.4683988571167], [4535, 16.3434175491333], [4545, 11.695542025566102], [4555, 11.378102493286132], [4565, 14.356930494308472], [4575, 23.866410231590272], [4585, 21.45949959754944], [4595, 19.71240575313568], [4605, 16.61009418964386], [4615, 14.043965053558349], [4625, 12.213159251213074], [4635, 12.616309595108032], [4645, 13.37734088897705], [4655, 17.82196447849274], [4665, 17.1586562871933], [4675, 15.846466827392579], [4685, 15.27522611618042], [4695, 16.694229459762575], [4705, 18.405625176429748], [4715, 17.39230058193207], [4725, 14.993364310264587], [4735, 14.947117805480957], [4745, 14.872850966453552], [4755, 16.56591124534607], [4765, 13.76793658733368], [4775, 13.758328580856324], [4785, 19.205530333518983], [4795, 17.674789714813233], [4805, 18.479319906234743], [4815, 16.171043252944948], [4825, 15.40003228187561], [4835, 14.623421025276183], [4845, 13.72156994342804], [4855, 12.871210622787476], [4865, 13.985215091705323], [4875, 29.04978311061859], [4885, 13.075479912757874], [4895, 12.590116715431213], [4905, 16.79747302532196], [4915, 21.378742742538453], [4925, 21.324117827415467], [4935, 17.310757517814636], [4945, 15.009382843971252], [4955, 12.816401600837708], [4965, 14.158644413948059], [4975, 15.086092042922974], [4985, 16.21498465538025], [4995, 15.32456977367401], [5005, 17.1978378534317], [5015, 16.137809610366823], [5025, 16.352690529823303], [5035, 16.886947536468504], [5045, 12.372448992729186], [5055, 13.125403594970702], [5065, 17.65079402923584], [5075, 13.982576489448547], [5085, 12.378353142738343], [5095, 17.208875703811646], [5105, 12.615918254852295], [5115, 13.246453022956848], [5125, 16.355333256721497], [5135, 19.413446140289306], [5145, 22.994357585906982], [5155, 19.43795132637024], [5165, 13.855798125267029], [5175, 12.211118054389953], [5185, 16.290690898895264], [5195, 20.13902943134308], [5205, 15.747047352790833], [5215, 21.42425684928894], [5225, 17.315541243553163], [5235, 14.330045938491821], [5245, 15.310903835296632], [5255, 19.174484062194825], [5265, 19.73699278831482], [5275, 21.049428701400757], [5285, 15.728293895721436], [5295, 12.790210103988647], [5305, 11.369789552688598], [5315, 14.431495428085327], [5325, 20.380652499198913], [5335, 22.63228142261505], [5345, 18.688861322402953], [5355, 20.099605536460878], [5365, 18.60930061340332], [5375, 16.498686408996583], [5385, 20.62470998764038], [5395, 20.89765336513519], [5405, 23.475255727767944], [5415, 19.552926063537598], [5425, 13.209847569465637], [5435, 15.419103932380676], [5445, 20.01175262928009], [5455, 20.536377263069152], [5465, 22.036827874183654], [5475, 18.710777902603148], [5485, 17.55241377353668], [5495, 14.011190056800842], [5505, 18.03986351490021], [5515, 16.051397228240965], [5525, 19.24273748397827], [5535, 16.635546493530274], [5545, 17.691219902038576], [5555, 13.835320115089417], [5565, 15.297995567321777], [5575, 19.752276802062987], [5585, 16.67669835090637], [5595, 17.284322881698607], [5605, 19.939805912971497], [5615, 15.298951721191406], [5625, 14.12332363128662], [5635, 15.141378116607665], [5645, 16.381800365447997], [5655, 15.009745764732362], [5665, 15.064810204505921], [5675, 15.802736616134643], [5685, 16.132813501358033], [5695, 19.362653493881226], [5705, 20.159020948410035], [5715, 22.14858458042145], [5725, 21.309067416191102], [5735, 14.277889060974122], [5745, 14.032228422164916], [5755, 13.857807970046997], [5765, 14.076725363731384], [5775, 14.995296573638916], [5785, 16.321941328048705], [5795, 16.66233253479004], [5805, 20.52268385887146], [5815, 19.40975365638733], [5825, 14.275201272964477], [5835, 17.098519563674927], [5845, 17.162093925476075], [5855, 13.797879028320313], [5865, 15.307566690444947], [5875, 15.078758907318115], [5885, 14.223471403121948], [5895, 15.906768083572388], [5905, 18.858317804336547], [5915, 17.57172019481659], [5925, 20.938835382461548], [5935, 17.66085159778595], [5945, 18.535296988487243], [5955, 13.533765172958374], [5965, 14.119369053840638], [5975, 11.845113182067871], [5985, 11.544563269615173], [5995, 23.381941986083984], [6005, 15.408079814910888], [6015, 15.92492778301239], [6025, 17.240440559387206], [6035, 13.806180000305176], [6045, 12.558457016944885], [6055, 18.38069748878479], [6065, 18.146289467811584], [6075, 20.646925497055054], [6085, 11.959546518325805], [6095, 15.345915603637696], [6105, 19.24267053604126], [6115, 17.386197257041932], [6125, 17.881388783454895], [6135, 17.378852367401123], [6145, 13.234593820571899], [6155, 12.620810890197754], [6165, 12.76652820110321], [6175, 10.800766444206237], [6185, 18.298385882377623], [6195, 21.178028178215026], [6205, 18.874868202209473], [6215, 19.005584192276], [6225, 18.89401979446411], [6235, 16.326848220825195], [6245, 14.361888790130616], [6255, 14.565473604202271], [6265, 13.218898630142212], [6275, 13.69962282180786], [6285, 17.402033305168153], [6295, 17.503485441207886], [6305, 20.421737670898438], [6315, 17.97543547153473], [6325, 19.624771690368654], [6335, 16.687641644477843], [6345, 15.934551882743836], [6355, 18.505142903327943], [6365, 16.231699299812316], [6375, 16.962988877296446], [6385, 19.329501008987428], [6395, 13.295542979240418], [6405, 11.651605415344239], [6415, 16.702782702445983], [6425, 23.471093368530273], [6435, 18.58836624622345], [6445, 18.316087555885314], [6455, 22.628287172317506], [6465, 14.653607487678528], [6475, 15.252062773704528], [6485, 17.182909083366393], [6495, 19.45719532966614], [6505, 16.49945421218872], [6515, 17.258802747726442], [6525, 14.062653613090514], [6535, 13.98360767364502], [6545, 15.5673184633255], [6555, 22.959224915504457], [6565, 15.300900959968567], [6575, 21.301439213752747], [6585, 17.483283233642577], [6595, 16.423507499694825], [6605, 13.699056005477905], [6615, 16.34527759552002], [6625, 11.642812299728394], [6635, 13.815264678001403], [6645, 13.078633999824524], [6655, 14.38911554813385], [6665, 20.755351543426514], [6675, 19.83155221939087], [6685, 18.751769185066223], [6695, 16.08889937400818], [6705, 12.823575758934021], [6715, 12.803053307533265], [6725, 14.304839301109315], [6735, 15.68563644886017], [6745, 19.869967412948608], [6755, 19.27600848674774], [6765, 19.24891607761383], [6775, 15.348249411582946], [6785, 17.165520906448364], [6795, 14.114545464515686], [6805, 15.821150732040405], [6815, 17.152236437797548], [6825, 14.201823687553405], [6835, 15.21435513496399], [6845, 13.559756994247437], [6855, 17.123731589317323], [6865, 17.34264154434204], [6875, 19.079075002670287], [6885, 19.245033812522887], [6895, 16.02214071750641], [6905, 14.777617001533509], [6915, 14.356051778793335], [6925, 19.15057110786438], [6935, 19.654217171669007], [6945, 17.177628493309022], [6955, 18.862311911582946], [6965, 16.953484201431273], [6975, 16.578435850143432], [6985, 15.323188781738281], [6995, 14.974605226516724], [7005, 15.506125664710998], [7015, 15.940734171867371], [7025, 17.014578461647034], [7035, 15.454835891723633], [7045, 16.11371033191681], [7055, 16.025688076019286], [7065, 21.31099452972412], [7075, 17.1460618019104], [7085, 19.860440850257874], [7095, 17.322421288490297], [7105, 22.55159902572632], [7115, 14.870828104019164], [7125, 13.020988011360169], [7135, 13.233553767204285], [7145, 17.59188280105591], [7155, 18.10365421772003], [7165, 19.447745513916015], [7175, 18.210178637504576], [7185, 15.984317827224732], [7195, 19.510486340522768], [7205, 17.66173701286316], [7215, 19.0670175075531], [7225, 14.474690794944763], [7235, 14.275446605682372], [7245, 15.124446940422057], [7255, 19.960825705528258], [7265, 16.321948981285097], [7275, 20.28064203262329], [7285, 22.349963879585268], [7295, 16.23219041824341], [7305, 20.296721029281617], [7315, 25.437444972991944], [7325, 23.577687788009644], [7335, 22.05617928504944], [7345, 23.36162121295929], [7355, 16.86859357357025], [7365, 19.941144490242003], [7375, 20.670957708358763], [7385, 24.931030416488646], [7395, 21.22250533103943], [7405, 23.020389676094055], [7415, 15.946787190437316], [7425, 10.632602334022522], [7435, 20.480351400375366], [7445, 20.17375228404999], [7455, 17.831715559959413], [7465, 15.895813918113708], [7475, 15.56951870918274], [7485, 16.25217981338501], [7495, 17.99324607849121], [7505, 21.51154282093048], [7515, 15.74054479598999], [7525, 17.80900228023529], [7535, 19.33581886291504], [7545, 14.660318207740783], [7555, 11.259244227409363], [7565, 12.013596177101135], [7575, 17.4131320476532], [7585, 18.117078280448915], [7595, 20.380613446235657], [7605, 23.734447360038757], [7615, 21.780956959724428], [7625, 19.697311282157898], [7635, 14.039077019691467], [7645, 13.957819294929504], [7655, 17.746021246910097], [7665, 22.336590075492857], [7675, 14.734982895851136], [7685, 13.800766110420227], [7695, 12.1385249376297], [7705, 7.977846479415893], [7715, 21.363361024856566], [7725, 21.17676975727081], [7735, 16.912168121337892], [7745, 15.52304766178131], [7755, 16.937875509262085], [7765, 20.05558650493622], [7775, 19.358713603019716], [7785, 19.05732774734497], [7795, 20.50195381641388], [7805, 20.20181198120117], [7815, 15.435822820663452], [7825, 14.379100370407105], [7835, 13.247880935668945], [7845, 16.176401901245118], [7855, 18.66684651374817], [7865, 18.65703680515289], [7875, 15.163685250282288], [7885, 18.77632691860199], [7895, 19.482392597198487], [7905, 15.778488731384277], [7915, 19.183396887779235], [7925, 17.06563503742218], [7935, 15.801939296722413], [7945, 15.741400265693665], [7955, 18.649772000312804], [7965, 12.410230731964111], [7975, 16.65966627597809], [7985, 19.393897199630736], [7995, 18.382804417610167], [8005, 17.35615792274475], [8015, 21.618389272689818], [8025, 16.14248538017273], [8035, 19.075041890144348], [8045, 17.802754163742065], [8055, 15.846879911422729], [8065, 15.047013306617737], [8075, 15.253088855743409], [8085, 13.979792022705078], [8095, 16.93290388584137], [8105, 18.968342971801757], [8115, 17.148120403289795], [8125, 18.13601670265198], [8135, 15.849873805046082], [8145, 15.21567735671997], [8155, 13.042625117301942], [8165, 14.77543523311615], [8175, 22.286037278175353], [8185, 15.455889034271241], [8195, 20.32502679824829], [8205, 17.797181248664856], [8215, 18.77246778011322], [8225, 17.999112844467163], [8235, 15.259260630607605], [8245, 20.85194249153137], [8255, 17.85978772640228], [8265, 22.029413962364195], [8275, 19.11541340351105], [8285, 13.842390441894532], [8295, 17.821688199043273], [8305, 21.199232316017152], [8315, 23.660471868515014], [8325, 14.333486199378967], [8335, 16.6568993806839], [8345, 17.7414351940155], [8355, 21.142535662651063], [8365, 17.110233879089357], [8375, 18.958329582214354], [8385, 17.515902495384218], [8395, 14.69689130783081], [8405, 17.37411758899689], [8415, 19.73030729293823], [8425, 16.122459292411804], [8435, 19.734425497055053], [8445, 20.487833642959593], [8455, 14.47174072265625], [8465, 13.522605323791504], [8475, 19.652624583244325], [8485, 20.168027663230895], [8495, 21.378938364982606], [8505, 18.41955397129059], [8515, 16.172729349136354], [8525, 14.949470806121827], [8535, 15.990284323692322], [8545, 17.085094141960145], [8555, 24.25216414928436], [8565, 17.72829396724701], [8575, 14.77698631286621], [8585, 14.518254137039184], [8595, 21.441178393363952], [8605, 17.56541790962219], [8615, 20.961489653587343], [8625, 16.57396881580353], [8635, 14.420979046821595], [8645, 13.318044400215149], [8655, 16.84687395095825], [8665, 15.776655101776123], [8675, 17.483836030960084], [8685, 16.818499946594237], [8695, 18.902558898925783], [8705, 16.911659693717958], [8715, 16.36800961494446], [8725, 15.022294616699218], [8735, 18.36842086315155], [8745, 18.5003178358078], [8755, 15.776918768882751], [8765, 14.393043875694275], [8775, 15.450252580642701], [8785, 14.195437693595887], [8795, 21.54619905948639], [8805, 17.871311616897582], [8815, 21.015923309326173], [8825, 17.850257229804992], [8835, 17.055178594589233], [8845, 14.798665547370911], [8855, 12.374626922607423], [8865, 15.369811582565308], [8875, 19.50446672439575], [8885, 17.058860492706298], [8895, 19.459223771095274], [8905, 18.946167707443237], [8915, 17.955172204971312], [8925, 14.669442558288575], [8935, 19.625184488296508], [8945, 15.594300484657287], [8955, 16.003869009017944], [8965, 16.336137318611144], [8975, 18.77433247566223], [8985, 18.58771071434021], [8995, 18.167378067970276], [9005, 18.295218420028686], [9015, 18.37194170951843], [9025, 17.568121004104615], [9035, 18.132655692100524], [9045, 12.798137736320495], [9055, 16.623992490768433], [9065, 14.411604309082032], [9075, 14.243330597877502], [9085, 18.24377131462097], [9095, 19.694250679016115], [9105, 22.226130604743958], [9115, 22.94693148136139], [9125, 17.00401270389557], [9135, 15.212875318527221], [9145, 15.427851510047912], [9155, 15.241837978363037], [9165, 20.24207761287689], [9175, 13.800573325157165], [9185, 15.276355504989624], [9195, 29.106613659858702], [9205, 21.885863733291625], [9215, 21.603142428398133], [9225, 20.8317663192749], [9235, 20.03189413547516], [9245, 18.817131423950194], [9255, 20.514931392669677], [9265, 23.204892373085023], [9275, 19.826298117637634], [9285, 19.069800448417663], [9295, 17.335356688499452], [9305, 18.56367406845093], [9315, 17.108875465393066], [9325, 12.749791264533997], [9335, 20.142672777175903], [9345, 14.144747543334962], [9355, 14.49173707962036], [9365, 16.20340211391449], [9375, 17.153468799591064], [9385, 21.681359195709227], [9395, 20.029400753974915], [9405, 20.746695637702942], [9415, 16.81721434593201], [9425, 15.077171206474304], [9435, 15.710393571853638], [9445, 15.816743540763856], [9455, 19.190617036819457], [9465, 16.74495005607605], [9475, 19.552237010002138], [9485, 16.81353349685669], [9495, 18.555126357078553], [9505, 18.494011640548706], [9515, 20.60540041923523], [9525, 16.02685284614563], [9535, 15.692461180686951], [9545, 16.685729765892027], [9555, 15.612905240058899], [9565, 16.19805850982666], [9575, 14.416440343856811], [9585, 18.24598186016083], [9595, 16.016098165512084], [9605, 17.441565585136413], [9615, 16.156601214408873], [9625, 20.004709935188295], [9635, 16.550314283370973], [9645, 19.296214127540587], [9655, 14.993203353881835], [9665, 16.101119875907898], [9675, 19.503407168388367], [9685, 17.653971338272093], [9695, 18.603163623809813], [9705, 17.01374559402466], [9715, 17.39296362400055], [9725, 15.808066892623902], [9735, 15.987021613121033], [9745, 13.181455087661742], [9755, 13.530981421470642], [9765, 23.14488995075226], [9775, 18.08511874675751], [9785, 17.96746506690979], [9795, 18.868190240859985], [9805, 16.773328852653503], [9815, 20.6028870344162], [9825, 17.831907272338867], [9835, 13.276770186424255], [9845, 14.253181600570679], [9855, 19.594589114189148], [9865, 15.51405622959137], [9875, 18.67066855430603], [9885, 18.029557752609254], [9895, 18.301936268806458], [9905, 13.969270730018616], [9915, 15.702663779258728], [9925, 21.291368341445924], [9935, 14.040457391738892], [9945, 14.073654007911681], [9955, 15.205049872398376], [9965, 14.73045461177826], [9975, 12.50566463470459], [9985, 13.614272594451904], [10000, 9.286719512939452]]], ["nova.boot_server", [[1, 6.089463019371033], [15, 9.071603369712829], [25, 11.26958270072937], [35, 13.507610440254211], [45, 14.470339679718018], [55, 8.886440396308899], [65, 7.088853573799133], [75, 6.910232400894165], [85, 6.795348572731018], [95, 7.313700032234192], [105, 7.280881881713867], [115, 7.544030499458313], [125, 7.875160789489746], [135, 6.710612368583679], [145, 7.1126288890838625], [155, 7.57394962310791], [165, 8.087768602371217], [175, 7.179045414924621], [185, 6.973238110542297], [195, 6.7100811958312985], [205, 6.805029344558716], [215, 6.922530150413513], [225, 7.133393239974976], [235, 7.253603076934814], [245, 6.888524293899536], [255, 6.425117611885071], [265, 7.110650515556335], [275, 7.4360873937606815], [285, 7.341279196739197], [295, 8.07207887172699], [305, 7.128657078742981], [315, 7.426355504989624], [325, 7.715546298027038], [335, 8.082133913040161], [345, 10.051046299934388], [355, 8.882143902778626], [365, 6.176369595527649], [375, 8.93608455657959], [385, 7.3370894432067875], [395, 9.076764702796936], [405, 7.464162659645081], [415, 7.213347911834717], [425, 8.992106986045837], [435, 7.414793300628662], [445, 7.034432435035706], [455, 7.071404504776001], [465, 7.841164493560791], [475, 7.237788820266724], [485, 6.688753509521485], [495, 8.2904723405838], [505, 8.53163721561432], [515, 7.369880151748657], [525, 8.39969961643219], [535, 7.741995096206665], [545, 9.558876991271973], [555, 8.173383522033692], [565, 8.629226064682006], [575, 8.56140410900116], [585, 10.22402184009552], [595, 10.951941728591919], [605, 10.784196472167968], [615, 10.319866180419922], [625, 10.484445714950562], [635, 9.868648266792297], [645, 8.191123580932617], [655, 6.970618748664856], [665, 7.745657014846802], [675, 7.9718423128128055], [685, 8.436106252670289], [695, 10.68321497440338], [705, 10.885024976730346], [715, 11.09001021385193], [725, 10.280528473854066], [735, 9.427817606925965], [745, 7.292086911201477], [755, 7.52623770236969], [765, 7.376879692077637], [775, 8.159037709236145], [785, 9.931418919563294], [795, 8.771427583694457], [805, 9.496126389503479], [815, 8.584900259971619], [825, 6.311801028251648], [835, 6.3078865766525265], [845, 7.452120566368103], [855, 9.126203107833863], [865, 8.661665534973144], [875, 10.935013723373412], [885, 7.401857995986939], [895, 7.411181163787842], [905, 7.274624538421631], [915, 8.983031153678894], [925, 7.567267227172851], [935, 9.5817786693573], [945, 9.211211848258973], [955, 10.286059141159058], [965, 10.283007502555847], [975, 12.475996208190917], [985, 10.355034399032593], [995, 7.964217114448547], [1005, 7.302154231071472], [1015, 6.55476291179657], [1025, 6.348420596122741], [1035, 6.6565378427505495], [1045, 11.759355902671814], [1055, 13.612698101997376], [1065, 15.053143048286438], [1075, 12.335539412498473], [1085, 9.793823313713073], [1095, 10.424347281455994], [1105, 7.129773187637329], [1115, 7.8948162317276], [1125, 7.288580107688904], [1135, 7.463881492614746], [1145, 9.68444745540619], [1155, 7.8524809837341305], [1165, 9.458512711524964], [1175, 11.02956931591034], [1185, 9.145360589027405], [1195, 7.648240375518799], [1205, 7.146798157691956], [1215, 8.668091344833375], [1225, 7.153936290740967], [1235, 9.42262909412384], [1245, 8.933754205703735], [1255, 8.039701128005982], [1265, 8.635964107513427], [1275, 8.65039141178131], [1285, 7.62218291759491], [1295, 8.011665105819702], [1305, 7.949151659011841], [1315, 9.389678788185119], [1325, 10.770539355278014], [1335, 11.218671417236328], [1345, 10.6568172454834], [1355, 8.726475811004638], [1365, 6.528900003433227], [1375, 7.0567395210266115], [1385, 7.3536580324172975], [1395, 7.401843595504761], [1405, 9.928060412406921], [1415, 11.416943168640136], [1425, 12.91361050605774], [1435, 12.7713134765625], [1445, 11.444906425476074], [1455, 9.22102062702179], [1465, 8.158699917793275], [1475, 7.588035607337952], [1485, 8.895346307754517], [1495, 7.27101571559906], [1505, 7.719526219367981], [1515, 8.40805151462555], [1525, 8.104193186759948], [1535, 11.428392148017883], [1545, 7.249766373634339], [1555, 7.952368450164795], [1565, 14.581826424598693], [1575, 13.801462984085083], [1585, 12.971368265151977], [1595, 14.61715795993805], [1605, 7.097954869270325], [1615, 6.319732904434204], [1625, 6.940948057174682], [1635, 8.081411290168763], [1645, 5.815621876716614], [1655, 8.515289211273194], [1665, 10.233006048202515], [1675, 9.209608912467957], [1685, 9.760294485092164], [1695, 8.748113369941711], [1705, 9.403425192832946], [1715, 9.351468491554261], [1725, 9.465733671188355], [1735, 9.065847516059875], [1745, 8.08468587398529], [1755, 7.730717897415161], [1765, 6.220593380928039], [1775, 7.99014892578125], [1785, 9.788985443115234], [1795, 10.155338597297668], [1805, 9.342351174354553], [1815, 10.346517705917359], [1825, 9.769760274887085], [1835, 8.181626653671264], [1845, 10.235694479942321], [1855, 9.622583603858947], [1865, 9.64677062034607], [1875, 6.727266502380371], [1885, 7.01364586353302], [1895, 9.302918934822083], [1905, 14.940841937065125], [1915, 11.834881377220153], [1925, 10.462002635002136], [1935, 10.235580945014954], [1945, 10.499927210807801], [1955, 11.31591992378235], [1965, 14.13893973827362], [1975, 14.922064709663392], [1985, 13.074356603622437], [1995, 11.95179886817932], [2005, 8.484977650642396], [2015, 9.231457471847534], [2025, 10.339735198020936], [2035, 12.469975423812866], [2045, 16.486504340171813], [2055, 13.815196132659912], [2065, 13.367366528511047], [2075, 10.203159499168397], [2085, 9.83727822303772], [2095, 9.047306084632874], [2105, 8.12697775363922], [2115, 8.292277121543885], [2125, 8.781101560592651], [2135, 10.516811347007751], [2145, 9.642263841629028], [2155, 8.829084038734436], [2165, 8.851784682273864], [2175, 7.6619422912597654], [2185, 10.983894538879394], [2195, 10.815639781951905], [2205, 11.765345978736878], [2215, 13.743537831306458], [2225, 11.38138120174408], [2235, 8.91393847465515], [2245, 9.62304229736328], [2255, 8.06200122833252], [2265, 6.5885440587997435], [2275, 7.677913498878479], [2285, 16.360492873191834], [2295, 16.910965538024904], [2305, 15.343394780158997], [2315, 15.955382108688354], [2325, 15.267629885673523], [2335, 7.004648303985595], [2345, 7.309646701812744], [2355, 8.325494241714477], [2365, 6.576460266113282], [2375, 9.615959620475769], [2385, 8.461903190612793], [2395, 8.141760921478271], [2405, 8.432073187828063], [2415, 7.960883665084839], [2425, 9.974894285202026], [2435, 10.979211068153381], [2445, 11.489483284950257], [2455, 11.114162015914918], [2465, 8.626264476776123], [2475, 8.59026529788971], [2485, 7.43637101650238], [2495, 7.5363436460495], [2505, 7.048594760894775], [2515, 8.364752531051636], [2525, 8.086895084381103], [2535, 8.766053867340087], [2545, 10.671533799171447], [2555, 9.466747665405274], [2565, 13.51717255115509], [2575, 10.97062406539917], [2585, 10.801507186889648], [2595, 9.737947607040406], [2605, 10.694911026954651], [2615, 7.0549641132354735], [2625, 7.006922626495362], [2635, 7.213104772567749], [2645, 9.434054517745972], [2655, 9.795918393135072], [2665, 12.912929677963257], [2675, 11.103071570396423], [2685, 9.769950914382935], [2695, 8.545406913757324], [2705, 7.873220491409302], [2715, 8.616197896003722], [2725, 11.775476980209351], [2735, 8.202686214447022], [2745, 9.209822821617127], [2755, 9.943332362174989], [2765, 8.106574726104736], [2775, 9.05785517692566], [2785, 9.202113556861878], [2795, 9.501291537284851], [2805, 9.77364695072174], [2815, 8.739533066749573], [2825, 11.593254709243775], [2835, 10.824428367614747], [2845, 10.663462901115418], [2855, 10.676046562194824], [2865, 8.473509573936463], [2875, 7.843434000015259], [2885, 6.873684883117676], [2895, 8.269762992858887], [2905, 9.793598842620849], [2915, 10.753932356834412], [2925, 10.407209324836732], [2935, 11.323502039909362], [2945, 10.21657407283783], [2955, 10.238532423973083], [2965, 10.656338500976563], [2975, 9.919063496589661], [2985, 7.740859842300415], [2995, 9.021092963218688], [3005, 7.184305191040039], [3015, 7.9745007991790775], [3025, 8.24609134197235], [3035, 8.72683846950531], [3045, 8.533842849731446], [3055, 11.505193543434142], [3065, 11.626806783676148], [3075, 10.67292342185974], [3085, 10.711610317230225], [3095, 11.772996401786804], [3105, 7.859110021591187], [3115, 7.577304482460022], [3125, 8.22987642288208], [3135, 9.091845703125], [3145, 10.684088230133057], [3155, 11.987235140800475], [3165, 11.385337376594544], [3175, 10.281417989730835], [3185, 11.041775703430176], [3195, 14.857903146743775], [3205, 14.017233109474182], [3215, 16.98903558254242], [3225, 17.690929985046388], [3235, 14.90378816127777], [3245, 13.441556382179261], [3255, 10.733066868782043], [3265, 12.703513789176942], [3275, 23.721966099739074], [3285, 20.07900114059448], [3295, 16.29440140724182], [3305, 17.274932503700256], [3315, 18.126512432098387], [3325, 8.013580679893494], [3335, 6.68167028427124], [3345, 7.371210074424743], [3355, 8.074309754371644], [3365, 12.008568072319031], [3375, 10.615442585945129], [3385, 11.759589290618896], [3395, 11.600301384925842], [3405, 10.023412895202636], [3415, 11.066220879554749], [3425, 9.70621817111969], [3435, 9.351776313781738], [3445, 9.437241744995116], [3455, 8.100409150123596], [3465, 8.568879890441895], [3475, 9.148266434669495], [3485, 10.972298407554627], [3495, 9.73415973186493], [3505, 10.439319133758545], [3515, 12.289981389045716], [3525, 11.092981624603272], [3535, 11.14683277606964], [3545, 11.585659003257751], [3555, 8.304847812652588], [3565, 7.253467965126037], [3575, 6.307172155380249], [3585, 6.903698515892029], [3595, 8.102279305458069], [3605, 9.722919034957886], [3615, 11.2365140914917], [3625, 10.403330063819885], [3635, 11.278764510154724], [3645, 11.40060896873474], [3655, 11.410088968276977], [3665, 10.686394762992858], [3675, 9.26478545665741], [3685, 9.129116201400757], [3695, 9.453653526306152], [3705, 7.666788578033447], [3715, 7.481448698043823], [3725, 9.952911400794983], [3735, 9.584847617149354], [3745, 13.410453176498413], [3755, 14.835375094413758], [3765, 13.368676447868348], [3775, 11.252633213996887], [3785, 13.033368587493896], [3795, 7.531274509429932], [3805, 7.534225249290467], [3815, 7.4726351499557495], [3825, 10.080722498893739], [3835, 9.394064879417419], [3845, 14.631421089172363], [3855, 19.943378973007203], [3865, 14.656302452087402], [3875, 13.429104709625244], [3885, 13.667409133911132], [3895, 9.202041101455688], [3905, 7.87913715839386], [3915, 7.6073915481567385], [3925, 9.622975254058838], [3935, 14.178833198547363], [3945, 16.75328097343445], [3955, 16.355436611175538], [3965, 11.756155204772949], [3975, 11.762075161933899], [3985, 9.755873036384582], [3995, 9.601425337791444], [4005, 9.613985586166383], [4015, 10.066168618202209], [4025, 8.498861908912659], [4035, 8.182793283462525], [4045, 9.39463288784027], [4055, 6.676281309127807], [4065, 9.269874954223633], [4075, 9.336358761787414], [4085, 13.705296421051026], [4095, 12.565679478645325], [4105, 14.933728241920472], [4115, 12.06492097377777], [4125, 10.439944243431091], [4135, 10.83628830909729], [4145, 9.203760194778443], [4155, 7.728296709060669], [4165, 8.319224381446839], [4175, 8.171961975097656], [4185, 9.842031478881836], [4195, 10.853315114974976], [4205, 11.754720497131348], [4215, 16.175869154930115], [4225, 14.38917589187622], [4235, 14.372858119010925], [4245, 12.31944694519043], [4255, 11.429225826263428], [4265, 9.711299777030945], [4275, 8.43245496749878], [4285, 7.811717915534973], [4295, 8.879439687728881], [4305, 8.457520914077758], [4315, 9.213140320777892], [4325, 18.70342609882355], [4335, 24.040510487556457], [4345, 27.56517074108124], [4355, 20.56246428489685], [4365, 17.179364705085753], [4375, 11.874592924118042], [4385, 15.498233318328857], [4395, 24.51491448879242], [4405, 29.87448117733002], [4415, 34.58562517166138], [4425, 24.997966718673705], [4435, 21.6297123670578], [4445, 14.679031014442444], [4455, 10.619165205955506], [4465, 9.49327485561371], [4475, 11.032612752914428], [4485, 10.501296091079713], [4495, 16.5571576833725], [4505, 16.94055073261261], [4515, 15.185033702850342], [4525, 17.05731029510498], [4535, 11.544989919662475], [4545, 7.018109083175659], [4555, 9.330802392959594], [4565, 11.96322250366211], [4575, 16.687810134887695], [4585, 20.307814908027648], [4595, 14.462584209442138], [4605, 12.213446378707886], [4615, 8.752769374847412], [4625, 8.220889115333557], [4635, 10.167850995063782], [4645, 10.718606972694397], [4655, 9.35783929824829], [4665, 10.070164895057678], [4675, 8.483401203155518], [4685, 8.37656819820404], [4695, 11.013963627815247], [4705, 14.786303567886353], [4715, 12.83599557876587], [4725, 14.653625917434692], [4735, 12.780774140357972], [4745, 12.498733806610108], [4755, 10.491142916679383], [4765, 10.575829815864562], [4775, 8.373350667953492], [4785, 8.902289843559265], [4795, 10.270684838294983], [4805, 11.33226842880249], [4815, 12.325869512557983], [4825, 15.683933186531068], [4835, 13.743879580497742], [4845, 14.978937029838562], [4855, 12.811161017417907], [4865, 10.76490261554718], [4875, 13.211086893081665], [4885, 7.211296629905701], [4895, 6.963683652877807], [4905, 12.414186596870422], [4915, 10.607749128341675], [4925, 14.161871790885925], [4935, 13.394571924209595], [4945, 12.08913700580597], [4955, 10.70245099067688], [4965, 10.874610018730163], [4975, 9.636217188835143], [4985, 10.048948311805725], [4995, 10.08734996318817], [5005, 12.395385241508484], [5015, 8.250507593154907], [5025, 11.130414795875549], [5035, 14.696650171279908], [5045, 15.849009108543395], [5055, 15.339338636398315], [5065, 18.65440354347229], [5075, 14.977112078666687], [5085, 9.828951430320739], [5095, 8.693473768234252], [5105, 9.227466702461243], [5115, 9.196775937080384], [5125, 13.418074774742127], [5135, 16.518250107765198], [5145, 14.925338172912598], [5155, 16.27639470100403], [5165, 18.34792742729187], [5175, 9.333478665351867], [5185, 14.50869436264038], [5195, 9.912682819366456], [5205, 9.04393711090088], [5215, 10.596422004699708], [5225, 9.493144154548645], [5235, 8.68039059638977], [5245, 14.008590412139892], [5255, 12.657650303840636], [5265, 16.395619487762453], [5275, 15.101760864257812], [5285, 13.553629970550537], [5295, 8.900305795669556], [5305, 6.721961545944214], [5315, 6.9798177719116214], [5325, 7.979241228103637], [5335, 10.391957426071167], [5345, 17.120672178268432], [5355, 14.120617699623107], [5365, 19.59415731430054], [5375, 24.638462805747984], [5385, 18.759393954277037], [5395, 17.803234124183653], [5405, 19.288667392730712], [5415, 15.029963278770447], [5425, 27.065948247909546], [5435, 35.80546300411224], [5445, 38.5028352022171], [5455, 34.898229885101316], [5465, 26.897998571395874], [5475, 14.277782893180847], [5485, 10.185368728637695], [5495, 12.267423224449157], [5505, 22.53551595211029], [5515, 21.740082097053527], [5525, 15.897450971603394], [5535, 17.88958921432495], [5545, 12.3640643119812], [5555, 6.6037880182266235], [5565, 8.314190554618836], [5575, 10.351126170158386], [5585, 11.02227063179016], [5595, 15.2834862947464], [5605, 14.749520587921143], [5615, 15.366920495033265], [5625, 13.942384600639343], [5635, 12.019865536689759], [5645, 9.304283452033996], [5655, 9.375972270965576], [5665, 9.491054272651672], [5675, 8.093289661407471], [5685, 9.336239075660705], [5695, 12.11086676120758], [5705, 12.718374490737915], [5715, 16.843613862991333], [5725, 13.568569326400757], [5735, 13.258782386779785], [5745, 9.455934095382691], [5755, 8.16041121482849], [5765, 9.074623370170594], [5775, 10.624781584739685], [5785, 8.81996192932129], [5795, 10.985925483703614], [5805, 12.700763082504272], [5815, 19.62066330909729], [5825, 15.434491181373597], [5835, 18.146939969062807], [5845, 14.291162395477295], [5855, 12.649793601036071], [5865, 9.88606629371643], [5875, 8.353354358673096], [5885, 7.644463610649109], [5895, 9.365089392662048], [5905, 14.436603474617005], [5915, 13.39491765499115], [5925, 17.518669414520264], [5935, 20.56415033340454], [5945, 16.859712719917297], [5955, 11.746343040466309], [5965, 8.380831480026245], [5975, 7.716653275489807], [5985, 8.819834208488464], [5995, 12.296533441543579], [6005, 14.835554838180542], [6015, 13.682222247123718], [6025, 16.354502820968627], [6035, 20.58480327129364], [6045, 16.391190600395202], [6055, 14.73138906955719], [6065, 11.700510358810424], [6075, 14.22445261478424], [6085, 6.390383195877075], [6095, 11.448555493354798], [6105, 10.317963004112244], [6115, 11.287002348899842], [6125, 15.090633201599122], [6135, 13.682460522651672], [6145, 14.13666648864746], [6155, 15.229471921920776], [6165, 12.667728996276855], [6175, 15.226280021667481], [6185, 13.903970432281493], [6195, 17.394284415245057], [6205, 16.90014531612396], [6215, 14.257818865776063], [6225, 13.288953018188476], [6235, 12.19586877822876], [6245, 11.297710585594178], [6255, 11.26534445285797], [6265, 11.682175397872925], [6275, 11.173965811729431], [6285, 10.710983991622925], [6295, 8.655726289749145], [6305, 10.629087924957275], [6315, 8.448232913017273], [6325, 10.425718593597413], [6335, 15.129005622863769], [6345, 17.907863044738768], [6355, 24.74404673576355], [6365, 21.262563276290894], [6375, 17.927148008346556], [6385, 17.576764130592345], [6395, 26.750595593452452], [6405, 36.537079381942746], [6415, 42.614082503318784], [6425, 49.053061318397525], [6435, 44.94662261009216], [6445, 36.47582721710205], [6455, 20.153608870506286], [6465, 13.354910111427307], [6475, 22.66558656692505], [6485, 19.1857629776001], [6495, 21.954809522628786], [6505, 17.356787943840025], [6515, 13.656268548965453], [6525, 7.9171160697937015], [6535, 8.241100311279297], [6545, 9.836747980117797], [6555, 15.307577013969421], [6565, 17.445630884170534], [6575, 16.08738491535187], [6585, 18.90988721847534], [6595, 13.000786066055298], [6605, 9.974568867683411], [6615, 7.189289307594299], [6625, 6.958804750442505], [6635, 8.217078137397767], [6645, 10.88502745628357], [6655, 10.108107733726502], [6665, 18.975448226928712], [6675, 24.001517558097838], [6685, 16.94675953388214], [6695, 15.494471883773803], [6705, 12.320315337181091], [6715, 8.577624297142028], [6725, 8.143413782119751], [6735, 10.129300212860107], [6745, 9.78632915019989], [6755, 12.777803778648376], [6765, 13.991939759254455], [6775, 16.253574347496034], [6785, 16.542133688926697], [6795, 14.48918776512146], [6805, 13.473333740234375], [6815, 13.803394389152526], [6825, 9.890715670585632], [6835, 10.293632125854492], [6845, 8.230267691612244], [6855, 10.435251498222351], [6865, 14.104314947128296], [6875, 16.93641436100006], [6885, 16.52238276004791], [6895, 17.903734374046326], [6905, 15.78613097667694], [6915, 15.471457862854004], [6925, 10.750607824325561], [6935, 9.962933683395386], [6945, 9.189090991020203], [6955, 9.801558828353881], [6965, 10.055378222465515], [6975, 13.816094875335693], [6985, 10.786810040473938], [6995, 15.5483948469162], [7005, 18.993103003501894], [7015, 12.841667127609252], [7025, 10.67038197517395], [7035, 10.443782854080201], [7045, 8.138155388832093], [7055, 7.579898047447204], [7065, 9.849020290374757], [7075, 8.809883046150208], [7085, 13.766864228248597], [7095, 16.15273473262787], [7105, 16.948279190063477], [7115, 14.994632506370545], [7125, 9.277902674674987], [7135, 10.538128447532653], [7145, 8.88677453994751], [7155, 7.955997133255005], [7165, 9.945594954490662], [7175, 9.691771054267884], [7185, 12.696960878372192], [7195, 16.427601909637453], [7205, 18.67569229602814], [7215, 16.261471796035767], [7225, 14.664912223815918], [7235, 11.783512306213378], [7245, 8.45333228111267], [7255, 8.438049006462098], [7265, 8.515888833999634], [7275, 8.697695589065551], [7285, 12.960715985298156], [7295, 16.025574350357054], [7305, 27.619849181175233], [7315, 26.283870267868043], [7325, 21.844417452812195], [7335, 19.57215929031372], [7345, 19.732841205596923], [7355, 22.962869477272033], [7365, 51.53501398563385], [7375, 49.00516741275787], [7385, 42.97985405921936], [7395, 34.017369985580444], [7405, 29.82022681236267], [7415, 22.015799474716186], [7425, 20.838121676445006], [7435, 19.171422481536865], [7445, 20.013469791412355], [7455, 14.870717573165894], [7465, 12.235463786125184], [7475, 7.964379930496216], [7485, 10.503526639938354], [7495, 12.90802185535431], [7505, 17.643677020072936], [7515, 19.98489429950714], [7525, 18.427619194984437], [7535, 14.17832338809967], [7545, 9.082788491249085], [7555, 6.6680662631988525], [7565, 8.276291394233704], [7575, 8.916261959075928], [7585, 19.76893150806427], [7595, 19.96897029876709], [7605, 18.088476371765136], [7615, 16.719958710670472], [7625, 14.710760807991027], [7635, 8.646431636810302], [7645, 9.639489245414733], [7655, 8.050476884841919], [7665, 10.436188673973083], [7675, 9.378275847434997], [7685, 8.017380499839783], [7695, 9.528347039222718], [7705, 15.549704217910767], [7715, 25.11416597366333], [7725, 22.079915976524354], [7735, 18.2130854845047], [7745, 18.428169870376585], [7755, 11.314939045906067], [7765, 8.187588977813721], [7775, 11.113720870018005], [7785, 11.997921991348267], [7795, 14.951433491706847], [7805, 15.066437196731567], [7815, 15.428743529319764], [7825, 13.197455859184265], [7835, 11.187239193916321], [7845, 11.866451311111451], [7855, 9.987506413459778], [7865, 11.582002258300781], [7875, 10.132798171043396], [7885, 9.524246263504029], [7895, 13.485097503662109], [7905, 15.695672512054443], [7915, 17.64892156124115], [7925, 17.042509818077086], [7935, 13.33511779308319], [7945, 13.340572667121886], [7955, 7.895994782447815], [7965, 8.25801341533661], [7975, 8.892471408843994], [7985, 10.903565526008606], [7995, 12.739896130561828], [8005, 14.707419919967652], [8015, 14.911019158363342], [8025, 14.59064199924469], [8035, 13.405983400344848], [8045, 13.69287292957306], [8055, 10.331069707870483], [8065, 7.423467016220092], [8075, 8.038995218276977], [8085, 9.717803645133973], [8095, 15.439738535881043], [8105, 17.225652194023134], [8115, 19.791831517219542], [8125, 17.938439440727233], [8135, 16.20154540538788], [8145, 12.960067009925842], [8155, 8.048300647735596], [8165, 7.63096170425415], [8175, 8.636554408073426], [8185, 9.363694453239441], [8195, 13.077391290664673], [8205, 10.916011905670166], [8215, 15.265078496932983], [8225, 18.14904878139496], [8235, 20.670821762084962], [8245, 25.7535804271698], [8255, 18.87692849636078], [8265, 18.225519132614135], [8275, 25.125998091697692], [8285, 42.02379515171051], [8295, 57.2424614906311], [8305, 52.02011573314667], [8315, 53.921616435050964], [8325, 53.331961727142335], [8335, 32.958891201019284], [8345, 32.041017627716066], [8355, 22.28387408256531], [8365, 19.956548309326173], [8375, 14.073800802230835], [8385, 8.467216730117798], [8395, 9.515146493911743], [8405, 15.921142935752869], [8415, 21.367228198051453], [8425, 17.28893928527832], [8435, 18.04532108306885], [8445, 13.889275479316712], [8455, 9.902300024032593], [8465, 6.411961197853088], [8475, 7.859244298934937], [8485, 9.271874403953552], [8495, 10.975851058959961], [8505, 13.01820478439331], [8515, 13.32623474597931], [8525, 14.25561490058899], [8535, 15.585506391525268], [8545, 13.343972206115723], [8555, 14.815617203712463], [8565, 10.821133589744568], [8575, 8.61025161743164], [8585, 8.803056287765504], [8595, 11.223309397697449], [8605, 14.851805520057678], [8615, 15.331304597854615], [8625, 20.59261326789856], [8635, 16.163138508796692], [8645, 10.399866938591003], [8655, 9.601132559776307], [8665, 8.497419905662536], [8675, 9.559375762939453], [8685, 8.26113965511322], [8695, 11.546160101890564], [8705, 13.924608421325683], [8715, 16.9662024974823], [8725, 18.68983676433563], [8735, 18.799675226211548], [8745, 18.605984807014465], [8755, 14.087404823303222], [8765, 11.299189519882201], [8775, 9.287791967391968], [8785, 8.990782499313354], [8795, 14.938359642028809], [8805, 17.994603395462036], [8815, 18.135433769226076], [8825, 21.18842978477478], [8835, 14.851652002334594], [8845, 9.538693022727966], [8855, 8.62943160533905], [8865, 8.159925198554992], [8875, 7.769084882736206], [8885, 10.901495718955994], [8895, 10.42431218624115], [8905, 14.639176201820373], [8915, 12.761066341400147], [8925, 17.671991920471193], [8935, 18.1537894487381], [8945, 14.3424161195755], [8955, 12.148817610740661], [8965, 11.63644094467163], [8975, 8.749219512939453], [8985, 9.6593576669693], [8995, 10.401326370239257], [9005, 14.299035906791687], [9015, 20.211603379249574], [9025, 19.44102942943573], [9035, 17.665831422805788], [9045, 11.553629541397095], [9055, 10.955548787117005], [9065, 9.60141897201538], [9075, 8.155367016792297], [9085, 9.010515308380127], [9095, 11.116277503967286], [9105, 18.06001732349396], [9115, 17.60894672870636], [9125, 16.412443256378175], [9135, 19.31043121814728], [9145, 18.434943866729736], [9155, 16.846444439888], [9165, 24.003928875923158], [9175, 22.50867235660553], [9185, 43.00443263053894], [9195, 69.97043709754944], [9205, 64.12132205963135], [9215, 61.55178561210632], [9225, 54.98270411491394], [9235, 34.27605493068695], [9245, 25.88133924007416], [9255, 18.71631500720978], [9265, 12.795605897903442], [9275, 12.423839950561524], [9285, 12.777140188217164], [9295, 11.185962247848511], [9305, 18.78175518512726], [9315, 14.879981589317321], [9325, 16.82016031742096], [9335, 12.982787394523621], [9345, 13.005097246170044], [9355, 7.7605259895324705], [9365, 6.362998843193054], [9375, 10.61352481842041], [9385, 11.571327018737794], [9395, 13.35283305644989], [9405, 15.916564202308654], [9415, 16.245281529426574], [9425, 15.022759866714477], [9435, 11.278644680976868], [9445, 9.921501421928406], [9455, 12.479030632972718], [9465, 8.620479774475097], [9475, 11.140137720108033], [9485, 11.894141387939452], [9495, 12.213961744308472], [9505, 18.251984977722167], [9515, 15.576712799072265], [9525, 17.151684594154357], [9535, 16.465370655059814], [9545, 11.593077659606934], [9555, 8.549401378631591], [9565, 6.940279173851013], [9575, 9.917185711860657], [9585, 10.763112306594849], [9595, 12.999996614456176], [9605, 22.48934986591339], [9615, 19.1660747051239], [9625, 21.500790882110596], [9635, 20.292895436286926], [9645, 10.93681070804596], [9655, 8.620357489585876], [9665, 7.344874620437622], [9675, 12.105423951148987], [9685, 11.24420611858368], [9695, 17.25649757385254], [9705, 22.99822070598602], [9715, 19.7815660238266], [9725, 15.851605319976807], [9735, 11.38705666065216], [9745, 10.92440333366394], [9755, 9.91590461730957], [9765, 8.487920427322388], [9775, 11.962943863868713], [9785, 11.83319091796875], [9795, 14.184145188331604], [9805, 16.209386539459228], [9815, 20.13880078792572], [9825, 15.41115162372589], [9835, 12.503763508796691], [9845, 11.175411891937255], [9855, 13.42705979347229], [9865, 7.489263415336609], [9875, 9.626306104660035], [9885, 10.244957304000854], [9895, 15.892477345466613], [9905, 19.328973650932312], [9915, 16.758648443222047], [9925, 16.953570461273195], [9935, 13.020401287078858], [9945, 12.38973298072815], [9955, 9.072993445396424], [9965, 7.958897256851197], [9975, 11.64319658279419], [9985, 11.569901871681214], [10000, 13.21901319026947]]]], "histogram": {"data": [[{"disabled": 0, "values": [{"y": 24, "x": 0.607942123413086}, {"y": 51, "x": 1.103589334487915}, {"y": 54, "x": 1.5992365455627442}, {"y": 50, "x": 2.0948837566375733}, {"y": 45, "x": 2.5905309677124024}, {"y": 46, "x": 3.0861781787872316}, {"y": 41, "x": 3.5818253898620607}, {"y": 43, "x": 4.07747260093689}, {"y": 38, "x": 4.5731198120117185}, {"y": 33, "x": 5.068767023086548}, {"y": 39, "x": 5.564414234161378}, {"y": 45, "x": 6.060061445236206}, {"y": 49, "x": 6.555708656311035}, {"y": 68, "x": 7.0513558673858645}, {"y": 83, "x": 7.547003078460694}, {"y": 135, "x": 8.042650289535523}, {"y": 176, "x": 8.538297500610351}, {"y": 239, "x": 9.03394471168518}, {"y": 306, "x": 9.52959192276001}, {"y": 322, "x": 10.02523913383484}, {"y": 383, "x": 10.520886344909668}, {"y": 377, "x": 11.016533555984498}, {"y": 339, "x": 11.512180767059327}, {"y": 320, "x": 12.007827978134156}, {"y": 362, "x": 12.503475189208984}, {"y": 334, "x": 12.999122400283813}, {"y": 337, "x": 13.494769611358644}, {"y": 345, "x": 13.990416822433472}, {"y": 355, "x": 14.4860640335083}, {"y": 315, "x": 14.981711244583131}, {"y": 350, "x": 15.47735845565796}, {"y": 298, "x": 15.973005666732789}, {"y": 294, "x": 16.468652877807617}, {"y": 284, "x": 16.964300088882446}, {"y": 246, "x": 17.459947299957275}, {"y": 240, "x": 17.955594511032103}, {"y": 203, "x": 18.451241722106936}, {"y": 221, "x": 18.946888933181764}, {"y": 208, "x": 19.442536144256593}, {"y": 177, "x": 19.93818335533142}, {"y": 202, "x": 20.43383056640625}, {"y": 155, "x": 20.92947777748108}, {"y": 147, "x": 21.425124988555908}, {"y": 152, "x": 21.92077219963074}, {"y": 121, "x": 22.41641941070557}, {"y": 114, "x": 22.912066621780397}, {"y": 103, "x": 23.407713832855226}, {"y": 108, "x": 23.903361043930055}, {"y": 81, "x": 24.399008255004883}, {"y": 99, "x": 24.894655466079712}, {"y": 80, "x": 25.39030267715454}, {"y": 71, "x": 25.88594988822937}, {"y": 71, "x": 26.3815970993042}, {"y": 67, "x": 26.87724431037903}, {"y": 39, "x": 27.37289152145386}, {"y": 49, "x": 27.868538732528688}, {"y": 51, "x": 28.364185943603516}, {"y": 50, "x": 28.859833154678345}, {"y": 37, "x": 29.355480365753174}, {"y": 23, "x": 29.851127576828006}, {"y": 27, "x": 30.346774787902834}, {"y": 33, "x": 30.842421998977663}, {"y": 27, "x": 31.338069210052492}, {"y": 26, "x": 31.83371642112732}, {"y": 21, "x": 32.32936363220215}, {"y": 17, "x": 32.82501084327698}, {"y": 20, "x": 33.32065805435181}, {"y": 15, "x": 33.816305265426635}, {"y": 16, "x": 34.31195247650147}, {"y": 13, "x": 34.80759968757629}, {"y": 8, "x": 35.303246898651125}, {"y": 12, "x": 35.79889410972595}, {"y": 10, "x": 36.29454132080078}, {"y": 7, "x": 36.790188531875614}, {"y": 4, "x": 37.28583574295044}, {"y": 5, "x": 37.78148295402527}, {"y": 8, "x": 38.2771301651001}, {"y": 3, "x": 38.77277737617493}, {"y": 4, "x": 39.268424587249754}, {"y": 2, "x": 39.764071798324586}, {"y": 7, "x": 40.25971900939942}, {"y": 1, "x": 40.755366220474244}, {"y": 5, "x": 41.251013431549076}, {"y": 4, "x": 41.7466606426239}, {"y": 1, "x": 42.24230785369873}, {"y": 0, "x": 42.73795506477356}, {"y": 1, "x": 43.23360227584839}, {"y": 0, "x": 43.72924948692322}, {"y": 0, "x": 44.22489669799805}, {"y": 2, "x": 44.72054390907288}, {"y": 0, "x": 45.216191120147705}, {"y": 1, "x": 45.71183833122254}, {"y": 2, "x": 46.20748554229736}, {"y": 1, "x": 46.703132753372195}, {"y": 0, "x": 47.19877996444702}, {"y": 1, "x": 47.69442717552185}, {"y": 0, "x": 48.190074386596685}, {"y": 0, "x": 48.68572159767151}, {"y": 0, "x": 49.18136880874634}, {"y": 1, "x": 49.67701601982117}], "key": "nova.list_servers", "view": "Square Root Choice"}, {"disabled": 1, "values": [{"y": 5, "x": 4.0508048176765445}, {"y": 27, "x": 4.863668608665466}, {"y": 415, "x": 5.676532399654389}, {"y": 570, "x": 6.48939619064331}, {"y": 866, "x": 7.302259981632233}, {"y": 860, "x": 8.115123772621155}, {"y": 796, "x": 8.927987563610078}, {"y": 698, "x": 9.740851354598998}, {"y": 664, "x": 10.553715145587923}, {"y": 586, "x": 11.366578936576843}, {"y": 559, "x": 12.179442727565766}, {"y": 461, "x": 12.992306518554688}, {"y": 412, "x": 13.80517030954361}, {"y": 347, "x": 14.618034100532531}, {"y": 323, "x": 15.430897891521454}, {"y": 306, "x": 16.243761682510375}, {"y": 258, "x": 17.0566254734993}, {"y": 265, "x": 17.869489264488223}, {"y": 207, "x": 18.682353055477144}, {"y": 188, "x": 19.495216846466064}, {"y": 142, "x": 20.30808063745499}, {"y": 128, "x": 21.12094442844391}, {"y": 126, "x": 21.93380821943283}, {"y": 78, "x": 22.746672010421754}, {"y": 68, "x": 23.559535801410675}, {"y": 81, "x": 24.3723995923996}, {"y": 57, "x": 25.18526338338852}, {"y": 43, "x": 25.99812717437744}, {"y": 40, "x": 26.810990965366365}, {"y": 29, "x": 27.623854756355286}, {"y": 36, "x": 28.43671854734421}, {"y": 22, "x": 29.24958233833313}, {"y": 19, "x": 30.06244612932205}, {"y": 25, "x": 30.875309920310976}, {"y": 19, "x": 31.688173711299896}, {"y": 12, "x": 32.501037502288824}, {"y": 11, "x": 33.31390129327774}, {"y": 7, "x": 34.126765084266665}, {"y": 13, "x": 34.939628875255586}, {"y": 12, "x": 35.75249266624451}, {"y": 14, "x": 36.56535645723343}, {"y": 12, "x": 37.378220248222355}, {"y": 6, "x": 38.191084039211276}, {"y": 11, "x": 39.0039478302002}, {"y": 11, "x": 39.81681162118912}, {"y": 8, "x": 40.62967541217804}, {"y": 8, "x": 41.442539203166966}, {"y": 9, "x": 42.25540299415589}, {"y": 5, "x": 43.06826678514481}, {"y": 2, "x": 43.88113057613373}, {"y": 8, "x": 44.69399436712265}, {"y": 7, "x": 45.50685815811158}, {"y": 5, "x": 46.3197219491005}, {"y": 5, "x": 47.13258574008942}, {"y": 4, "x": 47.94544953107834}, {"y": 4, "x": 48.75831332206726}, {"y": 6, "x": 49.57117711305619}, {"y": 7, "x": 50.38404090404511}, {"y": 7, "x": 51.19690469503403}, {"y": 3, "x": 52.00976848602295}, {"y": 2, "x": 52.82263227701187}, {"y": 3, "x": 53.6354960680008}, {"y": 6, "x": 54.44835985898972}, {"y": 4, "x": 55.26122364997864}, {"y": 1, "x": 56.07408744096756}, {"y": 1, "x": 56.88695123195648}, {"y": 2, "x": 57.69981502294541}, {"y": 3, "x": 58.51267881393433}, {"y": 6, "x": 59.32554260492325}, {"y": 4, "x": 60.13840639591217}, {"y": 3, "x": 60.95127018690109}, {"y": 5, "x": 61.76413397789002}, {"y": 4, "x": 62.57699776887894}, {"y": 5, "x": 63.38986155986786}, {"y": 3, "x": 64.20272535085678}, {"y": 2, "x": 65.01558914184571}, {"y": 2, "x": 65.82845293283464}, {"y": 1, "x": 66.64131672382355}, {"y": 2, "x": 67.45418051481248}, {"y": 0, "x": 68.26704430580139}, {"y": 0, "x": 69.07990809679032}, {"y": 2, "x": 69.89277188777923}, {"y": 0, "x": 70.70563567876816}, {"y": 0, "x": 71.51849946975709}, {"y": 2, "x": 72.331363260746}, {"y": 2, "x": 73.14422705173493}, {"y": 1, "x": 73.95709084272384}, {"y": 4, "x": 74.76995463371277}, {"y": 0, "x": 75.5828184247017}, {"y": 2, "x": 76.39568221569061}, {"y": 0, "x": 77.20854600667954}, {"y": 1, "x": 78.02140979766845}, {"y": 1, "x": 78.83427358865738}, {"y": 0, "x": 79.64713737964631}, {"y": 0, "x": 80.46000117063522}, {"y": 0, "x": 81.27286496162415}, {"y": 1, "x": 82.08572875261306}, {"y": 1, "x": 82.89859254360199}, {"y": 0, "x": 83.71145633459092}, {"y": 1, "x": 84.52432012557983}], "key": "nova.boot_server", "view": "Square Root Choice"}], [{"disabled": 0, "values": [{"y": 295, "x": 3.4166096528371175}, {"y": 284, "x": 6.720924393335978}, {"y": 1308, "x": 10.02523913383484}, {"y": 2323, "x": 13.3295538743337}, {"y": 2187, "x": 16.63386861483256}, {"y": 1478, "x": 19.93818335533142}, {"y": 956, "x": 23.242498095830282}, {"y": 569, "x": 26.546812836329142}, {"y": 295, "x": 29.851127576828002}, {"y": 161, "x": 33.155442317326866}, {"y": 86, "x": 36.459757057825726}, {"y": 31, "x": 39.764071798324586}, {"y": 19, "x": 43.06838653882345}, {"y": 5, "x": 46.37270127932231}, {"y": 3, "x": 49.67701601982117}], "key": "nova.list_servers", "view": "Sturges Formula"}, {"disabled": 1, "values": [{"y": 3296, "x": 8.65703296661377}, {"y": 3744, "x": 14.076124906539917}, {"y": 1773, "x": 19.495216846466064}, {"y": 662, "x": 24.914308786392212}, {"y": 214, "x": 30.33340072631836}, {"y": 92, "x": 35.75249266624451}, {"y": 68, "x": 41.171584606170654}, {"y": 38, "x": 46.5906765460968}, {"y": 36, "x": 52.00976848602295}, {"y": 18, "x": 57.4288604259491}, {"y": 26, "x": 62.847952365875244}, {"y": 15, "x": 68.26704430580139}, {"y": 7, "x": 73.68613624572754}, {"y": 8, "x": 79.10522818565369}, {"y": 3, "x": 84.52432012557983}], "key": "nova.boot_server", "view": "Sturges Formula"}], [{"disabled": 0, "values": [{"y": 86, "x": 1.2387658465992322}, {"y": 122, "x": 2.3652367808602075}, {"y": 94, "x": 3.4917077151211826}, {"y": 95, "x": 4.618178649382158}, {"y": 80, "x": 5.744649583643134}, {"y": 124, "x": 6.871120517904108}, {"y": 231, "x": 7.997591452165084}, {"y": 467, "x": 9.12406238642606}, {"y": 766, "x": 10.250533320687035}, {"y": 831, "x": 11.37700425494801}, {"y": 772, "x": 12.503475189208986}, {"y": 765, "x": 13.62994612346996}, {"y": 774, "x": 14.756417057730935}, {"y": 738, "x": 15.882887991991911}, {"y": 658, "x": 17.009358926252887}, {"y": 541, "x": 18.135829860513862}, {"y": 482, "x": 19.262300794774838}, {"y": 436, "x": 20.388771729035813}, {"y": 344, "x": 21.51524266329679}, {"y": 299, "x": 22.641713597557764}, {"y": 244, "x": 23.76818453181874}, {"y": 208, "x": 24.894655466079715}, {"y": 169, "x": 26.02112640034069}, {"y": 143, "x": 27.147597334601663}, {"y": 107, "x": 28.27406826886264}, {"y": 98, "x": 29.400539203123614}, {"y": 60, "x": 30.52701013738459}, {"y": 65, "x": 31.653481071645565}, {"y": 45, "x": 32.779952005906544}, {"y": 41, "x": 33.906422940167516}, {"y": 29, "x": 35.032893874428495}, {"y": 23, "x": 36.15936480868947}, {"y": 14, "x": 37.28583574295044}, {"y": 14, "x": 38.41230667721142}, {"y": 6, "x": 39.53877761147239}, {"y": 10, "x": 40.66524854573337}, {"y": 9, "x": 41.79171947999434}, {"y": 2, "x": 42.91819041425532}, {"y": 0, "x": 44.04466134851629}, {"y": 2, "x": 45.17113228277727}, {"y": 3, "x": 46.297603217038244}, {"y": 1, "x": 47.42407415129922}, {"y": 1, "x": 48.550545085560195}, {"y": 1, "x": 49.677016019821174}], "key": "nova.list_servers", "view": "Rice Rule"}, {"disabled": 1, "values": [{"y": 78, "x": 5.085358733480627}, {"y": 1400, "x": 6.932776440273631}, {"y": 1928, "x": 8.780194147066638}, {"y": 1553, "x": 10.62761185385964}, {"y": 1267, "x": 12.475029560652647}, {"y": 926, "x": 14.322447267445652}, {"y": 718, "x": 16.169864974238656}, {"y": 594, "x": 18.01728268103166}, {"y": 423, "x": 19.864700387824666}, {"y": 292, "x": 21.712118094617672}, {"y": 176, "x": 23.559535801410675}, {"y": 147, "x": 25.40695350820368}, {"y": 91, "x": 27.254371214996684}, {"y": 67, "x": 29.10178892178969}, {"y": 50, "x": 30.949206628582694}, {"y": 31, "x": 32.7966243353757}, {"y": 24, "x": 34.64404204216871}, {"y": 30, "x": 36.49145974896171}, {"y": 19, "x": 38.33887745575471}, {"y": 26, "x": 40.18629516254772}, {"y": 17, "x": 42.033712869340725}, {"y": 10, "x": 43.88113057613373}, {"y": 16, "x": 45.72854828292673}, {"y": 13, "x": 47.57596598971974}, {"y": 10, "x": 49.423383696512744}, {"y": 14, "x": 51.27080140330575}, {"y": 7, "x": 53.11821911009876}, {"y": 9, "x": 54.96563681689176}, {"y": 4, "x": 56.81305452368476}, {"y": 6, "x": 58.660472230477765}, {"y": 11, "x": 60.507889937270775}, {"y": 10, "x": 62.35530764406378}, {"y": 8, "x": 64.20272535085678}, {"y": 5, "x": 66.05014305764979}, {"y": 2, "x": 67.89756076444279}, {"y": 2, "x": 69.7449784712358}, {"y": 0, "x": 71.5923961780288}, {"y": 5, "x": 73.4398138848218}, {"y": 4, "x": 75.28723159161481}, {"y": 2, "x": 77.13464929840782}, {"y": 2, "x": 78.98206700520082}, {"y": 0, "x": 80.82948471199383}, {"y": 2, "x": 82.67690241878684}, {"y": 1, "x": 84.52432012557983}], "key": "nova.boot_server", "view": "Rice Rule"}]], "views": [{"id": 0, "name": "Square Root Choice"}, {"id": 1, "name": "Sturges Formula"}, {"id": 2, "name": "Rice Rule"}]}}, "iterations": {"pie": [["success", 10000], ["errors", 0]], "iter": [["duration", [[1, 5.494503712654113], [15, 8.646471691131591], [25, 10.998606061935424], [35, 13.530140399932861], [45, 14.417378139495849], [55, 9.359479403495788], [65, 7.186345505714416], [75, 7.4093366146087645], [85, 6.829819846153259], [95, 7.805011773109436], [105, 8.077905201911927], [115, 8.339820432662965], [125, 8.751007008552552], [135, 7.213637137413025], [145, 7.736381602287293], [155, 8.545530915260315], [165, 9.563581418991088], [175, 8.774181413650513], [185, 8.056753444671632], [195, 7.840951323509216], [205, 7.832760334014893], [215, 8.599438238143922], [225, 9.35524606704712], [235, 9.9532390832901], [245, 8.700149130821227], [255, 8.527860689163209], [265, 9.706426048278809], [275, 11.287252259254455], [285, 9.988670468330383], [295, 11.334860587120057], [305, 9.989604616165161], [315, 11.033361649513244], [325, 13.105072355270385], [335, 10.621693968772888], [345, 16.764948201179504], [355, 12.225648188591004], [365, 9.278150296211242], [375, 11.973018074035645], [385, 10.590189385414124], [395, 12.50557177066803], [405, 11.23253161907196], [415, 12.99008572101593], [425, 13.468508386611939], [435, 12.383133006095886], [445, 11.096484303474426], [455, 12.471828246116639], [465, 12.221529579162597], [475, 12.798678517341614], [485, 12.087989401817321], [495, 13.417492723464965], [505, 14.587854790687562], [515, 11.770437526702882], [525, 14.694884371757507], [535, 16.043753337860107], [545, 16.59037902355194], [555, 15.024874329566956], [565, 15.396025109291077], [575, 14.163385605812072], [585, 20.28735203742981], [595, 17.39449551105499], [605, 17.52778317928314], [615, 18.3427481174469], [625, 17.650329494476317], [635, 17.76628987789154], [645, 16.248131680488587], [655, 14.349280214309692], [665, 15.258466506004334], [675, 14.47046139240265], [685, 17.968579387664796], [695, 18.561118149757384], [705, 21.816995525360106], [715, 23.436290979385376], [725, 21.68511309623718], [735, 20.479806733131408], [745, 17.43304350376129], [755, 15.57485921382904], [765, 15.998135805130005], [775, 17.593243169784547], [785, 21.482383918762206], [795, 18.14332263469696], [805, 19.067990684509276], [815, 19.985621786117555], [825, 18.351851105690002], [835, 15.01049017906189], [845, 20.072866106033324], [855, 22.191880679130556], [865, 19.700579857826234], [875, 24.718620443344115], [885, 19.834649276733398], [895, 19.67183973789215], [905, 15.846655082702636], [915, 20.928078985214235], [925, 18.249537324905397], [935, 18.824724221229552], [945, 21.820809626579283], [955, 20.61963255405426], [965, 22.39936308860779], [975, 25.49376471042633], [985, 28.977520489692687], [995, 22.753525710105897], [1005, 20.33395960330963], [1015, 18.790211510658263], [1025, 17.950926613807678], [1035, 14.412839818000794], [1045, 23.671224188804626], [1055, 24.574403238296508], [1065, 32.39270722866058], [1075, 27.920766878128052], [1085, 20.942203879356384], [1095, 24.001108503341676], [1105, 20.084596586227416], [1115, 24.552504229545594], [1125, 20.61536386013031], [1135, 18.63184094429016], [1145, 25.21747772693634], [1155, 20.484421014785767], [1165, 23.802593183517455], [1175, 23.938881373405458], [1185, 21.528322434425355], [1195, 19.432330703735353], [1205, 18.0500018119812], [1215, 17.98554916381836], [1225, 17.166543412208558], [1235, 26.789970541000365], [1245, 23.004822492599487], [1255, 22.907422709465028], [1265, 23.98951666355133], [1275, 23.531574034690856], [1285, 20.951533722877503], [1295, 18.802027940750122], [1305, 17.169007873535158], [1315, 19.091115355491638], [1325, 22.06624331474304], [1335, 29.15699110031128], [1345, 24.534546160697936], [1355, 21.784472274780274], [1365, 20.877963399887086], [1375, 18.48781852722168], [1385, 18.563948774337767], [1395, 17.580260896682738], [1405, 19.86816852092743], [1415, 25.04292938709259], [1425, 29.372245407104494], [1435, 25.580401730537414], [1445, 24.62617692947388], [1455, 19.933397030830385], [1465, 20.65624544620514], [1475, 19.45988550186157], [1485, 21.262667870521547], [1495, 19.411181688308716], [1505, 21.927898693084718], [1515, 24.98779695034027], [1525, 22.29957447052002], [1535, 26.879236698150635], [1545, 16.584355187416076], [1555, 17.913466238975523], [1565, 24.97432060241699], [1575, 29.15287890434265], [1585, 31.64390435218811], [1595, 28.766980409622192], [1605, 19.63248209953308], [1615, 17.11512110233307], [1625, 22.940575432777404], [1635, 22.786602592468263], [1645, 15.536329054832459], [1655, 22.592928814888], [1665, 23.86109368801117], [1675, 22.2589341878891], [1685, 25.822813940048217], [1695, 19.5724716424942], [1705, 24.8391752243042], [1715, 20.661971068382265], [1725, 28.577078795433046], [1735, 22.443274998664855], [1745, 18.98324587345123], [1755, 19.387179803848266], [1765, 17.141209173202515], [1775, 21.61599009037018], [1785, 22.796328735351562], [1795, 23.474863529205322], [1805, 23.67411184310913], [1815, 23.77812147140503], [1825, 22.348583030700684], [1835, 21.072631692886354], [1845, 20.289599800109862], [1855, 24.311028718948364], [1865, 18.58374297618866], [1875, 18.339750289916992], [1885, 17.457693696022034], [1895, 19.12807469367981], [1905, 31.29083969593048], [1915, 28.231155920028687], [1925, 25.672007775306703], [1935, 26.847215723991393], [1945, 22.72801320552826], [1955, 22.728229355812072], [1965, 27.6088308095932], [1975, 31.347147631645203], [1985, 27.11260058879852], [1995, 24.773315525054933], [2005, 18.667251324653627], [2015, 25.57263901233673], [2025, 21.212373518943785], [2035, 27.86712191104889], [2045, 33.90742647647858], [2055, 29.100825023651122], [2065, 26.074370336532592], [2075, 22.15819094181061], [2085, 21.400311708450317], [2095, 19.145306730270384], [2105, 18.75166780948639], [2115, 23.024080419540404], [2125, 21.611347055435182], [2135, 24.775027680397034], [2145, 25.226486134529114], [2155, 23.991943860054015], [2165, 21.35109989643097], [2175, 19.95832748413086], [2185, 21.874954533576965], [2195, 20.94305522441864], [2205, 25.093145346641542], [2215, 24.358617615699767], [2225, 25.574194169044496], [2235, 22.505614495277406], [2245, 24.46382358074188], [2255, 21.42142460346222], [2265, 16.006099009513854], [2275, 15.234689950942993], [2285, 32.84371287822724], [2295, 30.364183616638183], [2305, 32.28705761432648], [2315, 31.22718608379364], [2325, 28.283024072647095], [2335, 17.414475202560425], [2345, 20.675129580497742], [2355, 21.582277703285218], [2365, 17.694407296180724], [2375, 25.605757641792298], [2385, 25.096919441223143], [2395, 24.164263463020326], [2405, 21.29965670108795], [2415, 19.229252219200134], [2425, 24.29182803630829], [2435, 22.76982102394104], [2445, 29.336703419685364], [2455, 26.65917420387268], [2465, 20.302893590927123], [2475, 20.246164011955262], [2485, 19.369334506988526], [2495, 20.673420977592468], [2505, 20.68127818107605], [2515, 22.160317277908327], [2525, 22.144830203056337], [2535, 23.535337448120117], [2545, 22.91898169517517], [2555, 25.291323113441468], [2565, 26.727099585533143], [2575, 26.534910440444946], [2585, 23.16296281814575], [2595, 21.06798725128174], [2605, 24.11996943950653], [2615, 19.344610953330992], [2625, 19.633745908737183], [2635, 17.973948431015014], [2645, 24.386925983428956], [2655, 28.55051980018616], [2665, 28.92861385345459], [2675, 27.690543603897094], [2685, 25.094713807106018], [2695, 24.377463150024415], [2705, 18.763157606124878], [2715, 19.865540313720704], [2725, 24.838197541236877], [2735, 18.718305563926698], [2745, 20.661215353012086], [2755, 26.853183960914613], [2765, 20.692761754989625], [2775, 23.978040266036988], [2785, 24.19640748500824], [2795, 22.834512305259704], [2805, 24.678216433525087], [2815, 21.391911911964417], [2825, 23.16094491481781], [2835, 23.97226710319519], [2845, 22.333024120330812], [2855, 24.126573038101196], [2865, 19.00871706008911], [2875, 19.892835354804994], [2885, 19.621576499938964], [2895, 23.75122973918915], [2905, 23.225594663619994], [2915, 23.36281521320343], [2925, 28.6211877822876], [2935, 26.543141341209413], [2945, 26.05777504444122], [2955, 24.441966915130614], [2965, 23.821947932243347], [2975, 24.522278904914856], [2985, 19.417676901817323], [2995, 19.67574875354767], [3005, 22.800080251693725], [3015, 22.656347703933715], [3025, 22.514381289482117], [3035, 24.042208123207093], [3045, 18.884452915191652], [3055, 26.83375461101532], [3065, 27.878959512710573], [3075, 24.719703817367552], [3085, 28.989243626594543], [3095, 22.94685580730438], [3105, 18.031499171257018], [3115, 20.477515840530394], [3125, 20.312793016433716], [3135, 20.294770383834837], [3145, 28.883059215545654], [3155, 29.565581011772156], [3165, 28.455560636520385], [3175, 24.93064692020416], [3185, 24.986069560050964], [3195, 27.75758616924286], [3205, 27.352984809875487], [3215, 30.590076637268066], [3225, 34.8621990442276], [3235, 30.32617292404175], [3245, 27.725127506256104], [3255, 27.08012819290161], [3265, 25.666384768486022], [3275, 42.20288527011871], [3285, 34.65840125083923], [3295, 27.922470378875733], [3305, 33.641027331352234], [3315, 35.33504395484924], [3325, 21.815274238586426], [3335, 17.76824471950531], [3345, 22.88625810146332], [3355, 21.405917596817016], [3365, 35.12391190528869], [3375, 30.18057222366333], [3385, 28.650556874275207], [3395, 25.741961979866026], [3405, 24.461136889457702], [3415, 22.469942331314087], [3425, 19.84154407978058], [3435, 23.261333847045897], [3445, 24.207538414001466], [3455, 19.79775400161743], [3465, 22.29066369533539], [3475, 24.10201749801636], [3485, 27.197097373008727], [3495, 24.89220929145813], [3505, 24.398428559303284], [3515, 30.180812001228333], [3525, 23.2653626203537], [3535, 25.02659113407135], [3545, 24.845728969573976], [3555, 23.296623086929323], [3565, 19.85906562805176], [3575, 19.29166798591614], [3585, 19.867864513397215], [3595, 23.081405019760133], [3605, 28.13140826225281], [3615, 30.173987913131715], [3625, 25.52472357749939], [3635, 26.248324155807495], [3645, 24.385866975784303], [3655, 26.43409643173218], [3665, 24.841272616386412], [3675, 24.676291251182555], [3685, 23.44854357242584], [3695, 24.81453459262848], [3705, 23.13927881717682], [3715, 22.963897156715394], [3725, 22.18684380054474], [3735, 22.11597216129303], [3745, 27.214029788970947], [3755, 30.077248764038085], [3765, 30.192270708084106], [3775, 24.473682045936584], [3785, 25.087021803855897], [3795, 21.48418233394623], [3805, 19.441920280456543], [3815, 21.234792041778565], [3825, 21.14416661262512], [3835, 20.423476338386536], [3845, 28.914273858070374], [3855, 41.384506177902225], [3865, 30.624861335754396], [3875, 30.15289750099182], [3885, 27.358274483680724], [3895, 21.810016226768493], [3905, 17.953398370742796], [3915, 16.287510991096497], [3925, 19.179165887832642], [3935, 27.466179513931273], [3945, 41.230556797981265], [3955, 34.91145236492157], [3965, 28.21369812488556], [3975, 25.374186062812804], [3985, 23.25437684059143], [3995, 21.81992425918579], [4005, 25.032205963134764], [4015, 22.051033425331116], [4025, 20.833915066719054], [4035, 24.174183416366578], [4045, 23.77192358970642], [4055, 19.033031702041626], [4065, 23.91072824001312], [4075, 24.84287519454956], [4085, 32.18606534004211], [4095, 29.804482173919677], [4105, 29.10661780834198], [4115, 29.658700585365295], [4125, 20.95243191719055], [4135, 25.300557327270507], [4145, 22.74533095359802], [4155, 19.69620814323425], [4165, 24.457776761054994], [4175, 23.908215975761415], [4185, 22.606265425682068], [4195, 23.827260184288026], [4205, 27.12603302001953], [4215, 30.027098298072815], [4225, 28.964715981483458], [4235, 26.800970029830932], [4245, 23.172805428504944], [4255, 27.931209921836853], [4265, 26.840045046806335], [4275, 21.934753203392027], [4285, 24.622542405128478], [4295, 26.620084357261657], [4305, 24.101849913597107], [4315, 22.299498510360717], [4325, 31.649423933029176], [4335, 41.8983948469162], [4345, 40.97448031902313], [4355, 40.81666259765625], [4365, 33.35228464603424], [4375, 29.38087980747223], [4385, 28.584345078468324], [4395, 39.40439848899841], [4405, 45.52526752948761], [4415, 53.2534752368927], [4425, 37.10616176128387], [4435, 37.64668664932251], [4445, 28.570285964012147], [4455, 27.761661100387574], [4465, 25.837517523765563], [4475, 27.738849186897276], [4485, 22.974631428718567], [4495, 34.870412063598636], [4505, 34.70333678722382], [4515, 30.072110509872438], [4525, 31.528147101402283], [4535, 26.89062578678131], [4545, 17.71564359664917], [4555, 19.710979628562928], [4565, 25.322382545471193], [4575, 39.556476426124576], [4585, 40.769479751586914], [4595, 33.17729377746582], [4605, 27.825593662261962], [4615, 21.799062657356263], [4625, 19.435955500602724], [4635, 21.786257123947145], [4645, 23.098199605941772], [4655, 26.182182335853575], [4665, 26.23129153251648], [4675, 23.332095003128053], [4685, 22.653992223739625], [4695, 26.710406064987183], [4705, 32.19410772323609], [4715, 29.23045084476471], [4725, 28.649069690704344], [4735, 26.730416107177735], [4745, 26.37372455596924], [4755, 26.058830547332764], [4765, 23.345871090888977], [4775, 21.133710193634034], [4785, 27.109835481643678], [4795, 26.94802334308624], [4805, 28.813692569732666], [4815, 27.4991290807724], [4825, 30.085859990119936], [4835, 27.369307661056517], [4845, 27.702706480026244], [4855, 24.684703302383422], [4865, 23.752232456207274], [4875, 41.26312026977539], [4885, 19.28875060081482], [4895, 18.55618808269501], [4905, 28.21393504142761], [4915, 30.98869330883026], [4925, 34.488215041160586], [4935, 29.707351899147035], [4945, 26.101079726219176], [4955, 22.520940113067628], [4965, 24.035424208641054], [4975, 23.72427430152893], [4985, 25.266359090805054], [4995, 24.41400980949402], [5005, 28.595058631896972], [5015, 23.390490078926085], [5025, 26.485331583023072], [5035, 30.585939002037048], [5045, 27.223496294021608], [5055, 27.467139458656312], [5065, 35.307410383224486], [5075, 27.961900687217714], [5085, 21.209454107284547], [5095, 24.904363870620728], [5105, 20.845385098457335], [5115, 21.445290303230287], [5125, 28.775711560249327], [5135, 34.93378455638886], [5145, 36.922070384025574], [5155, 34.71676263809204], [5165, 31.206248235702514], [5175, 20.54681451320648], [5185, 29.80126745700836], [5195, 29.05396020412445], [5205, 23.792985463142394], [5215, 31.022840404510497], [5225, 25.810732197761535], [5235, 22.01282420158386], [5245, 28.32142241001129], [5255, 30.83419826030731], [5265, 35.13485174179077], [5275, 35.15325307846069], [5285, 28.284742617607115], [5295, 20.692841625213624], [5305, 17.094010615348814], [5315, 20.41370482444763], [5325, 27.362189102172852], [5335, 32.02622284889221], [5345, 34.81158361434937], [5355, 33.22262041568756], [5365, 37.2054758310318], [5375, 40.13916971683502], [5385, 38.38639550209045], [5395, 37.70339398384094], [5405, 41.7662770986557], [5415, 33.58522636890412], [5425, 39.27785189151764], [5435, 50.22640852928161], [5445, 57.5167439699173], [5455, 54.43672661781311], [5465, 47.93672058582306], [5475, 31.990604162216187], [5485, 26.740346670150757], [5495, 25.280629897117613], [5505, 39.57716054916382], [5515, 36.79330139160156], [5525, 34.142336225509645], [5535, 33.52732911109924], [5545, 29.057426977157593], [5555, 19.441149735450743], [5565, 22.614331769943238], [5575, 29.10559070110321], [5585, 26.701151728630066], [5595, 31.569683933258055], [5605, 33.691590785980225], [5615, 29.667987990379334], [5625, 27.067874145507812], [5635, 26.163641381263734], [5645, 24.688111472129822], [5655, 23.387882471084595], [5665, 23.55785768032074], [5675, 22.898694396018982], [5685, 24.470930218696594], [5695, 30.475378012657167], [5705, 31.87944440841675], [5715, 37.99413166046143], [5725, 33.87951338291168], [5735, 26.538918590545656], [5745, 22.490514993667603], [5755, 21.020239377021788], [5765, 22.153512787818908], [5775, 24.6223023891449], [5785, 24.144058728218077], [5795, 26.65039734840393], [5805, 32.22561566829681], [5815, 38.03256425857544], [5825, 28.712022757530214], [5835, 34.247826433181764], [5845, 30.455279636383057], [5855, 25.45022165775299], [5865, 24.195753169059753], [5875, 22.43433940410614], [5885, 20.870209312438966], [5895, 24.273838186264037], [5905, 32.29689531326294], [5915, 29.968617343902586], [5925, 37.4599310874939], [5935, 37.2274076461792], [5945, 34.397070693969724], [5955, 24.282111597061157], [5965, 21.50249285697937], [5975, 18.56367073059082], [5985, 19.366605496406557], [5995, 34.680682277679445], [6005, 29.24621651172638], [6015, 28.609467101097106], [6025, 32.59700722694397], [6035, 33.39307286739349], [6045, 27.951681399345397], [6055, 32.11403863430023], [6065, 28.84879343509674], [6075, 33.87372217178345], [6085, 17.352120661735533], [6095, 25.79648630619049], [6105, 28.562689709663392], [6115, 27.67532637119293], [6125, 31.974130821228027], [6135, 30.063609981536864], [6145, 26.373822259902955], [6155, 26.85293343067169], [6165, 24.436387729644775], [6175, 25.029576587677003], [6185, 31.204754686355592], [6195, 37.57470796108246], [6205, 34.77704277038574], [6215, 32.26547751426697], [6225, 31.185488629341126], [6235, 27.52476739883423], [6245, 24.661891412734985], [6255, 24.832765293121337], [6265, 23.90336678028107], [6275, 23.876029205322265], [6285, 27.11512804031372], [6295, 25.1611191034317], [6305, 30.052787804603575], [6315, 25.425995063781738], [6325, 29.05274522304535], [6335, 30.818790245056153], [6345, 32.844583702087405], [6355, 42.251103854179384], [6365, 36.49647834300995], [6375, 33.892036938667296], [6385, 35.908527565002444], [6395, 39.048073410987854], [6405, 47.19084222316742], [6415, 58.31890952587128], [6425, 71.52650437355041], [6435, 62.537226009368894], [6445, 53.79395189285278], [6455, 41.78412861824036], [6465, 27.010634899139404], [6475, 36.91949350833893], [6485, 35.370746159553526], [6495, 40.41401197910309], [6505, 32.858613109588624], [6515, 29.917371416091918], [6525, 20.98181018829346], [6535, 21.226571702957152], [6545, 24.40624005794525], [6555, 37.26877131462097], [6565, 31.74859838485718], [6575, 36.39086163043976], [6585, 35.39555389881134], [6595, 28.42646062374115], [6605, 22.67549753189087], [6615, 22.53683226108551], [6625, 17.604095268249512], [6635, 21.034444522857665], [6645, 22.96582100391388], [6655, 23.499238395690917], [6665, 38.73306477069855], [6675, 42.83524985313416], [6685, 34.70069413185119], [6695, 30.585430788993836], [6705, 24.146278953552248], [6715, 20.382964515686034], [6725, 21.45021617412567], [6735, 24.817186450958253], [6745, 28.65864520072937], [6755, 31.05594918727875], [6765, 32.24272801876068], [6775, 30.604144763946532], [6785, 32.70975608825684], [6795, 27.605964612960815], [6805, 28.29652307033539], [6815, 29.957735681533812], [6825, 23.094827389717103], [6835, 24.51015329360962], [6845, 20.791954469680785], [6855, 26.56103332042694], [6865, 30.44886360168457], [6875, 35.01747472286225], [6885, 34.76925113201141], [6895, 32.92786519527435], [6905, 29.565886068344117], [6915, 28.829646015167235], [6925, 28.9034521818161], [6935, 28.619153952598573], [6945, 25.368584084510804], [6955, 27.665759658813478], [6965, 26.01131670475006], [6975, 29.396505117416382], [6985, 25.11211578845978], [6995, 29.524829173088072], [7005, 33.501331424713136], [7015, 27.784347224235535], [7025, 26.68698921203613], [7035, 24.90038878917694], [7045, 23.253855609893797], [7055, 22.60762152671814], [7065, 30.162281012535097], [7075, 24.958238911628722], [7085, 32.629614281654355], [7095, 32.47789850234985], [7105, 38.50259144306183], [7115, 28.867671298980714], [7125, 21.301482582092284], [7135, 22.773661494255066], [7145, 25.480901312828063], [7155, 25.061990785598756], [7165, 28.39528751373291], [7175, 26.904140496253966], [7185, 27.683386158943176], [7195, 34.940039324760434], [7205, 35.33953261375427], [7215, 34.330522894859314], [7225, 28.14177589416504], [7235, 25.061054944992065], [7245, 22.579971289634706], [7255, 27.400852465629576], [7265, 23.83994357585907], [7275, 27.980463886260985], [7285, 34.31255416870117], [7295, 31.26009919643402], [7305, 46.91877918243408], [7315, 50.723382639884946], [7325, 44.42440302371979], [7335, 40.63042180538177], [7345, 42.09678134918213], [7355, 38.83354680538177], [7365, 70.47834186553955], [7375, 68.67848060131072], [7385, 66.91337583065032], [7395, 54.2419709444046], [7405, 51.842696809768675], [7415, 36.96465742588043], [7425, 30.472969937324525], [7435, 38.65378839969635], [7445, 39.18934006690979], [7455, 31.70475318431854], [7465, 27.133631825447083], [7475, 22.53638322353363], [7485, 25.757790899276735], [7495, 29.90346739292145], [7505, 38.15730061531067], [7515, 34.72758891582489], [7525, 35.23874485492706], [7535, 32.51631083488464], [7545, 22.745465517044067], [7555, 16.929524302482605], [7565, 19.292272210121155], [7575, 25.331558179855346], [7585, 36.88793046474457], [7595, 39.35181210041046], [7605, 40.824949860572815], [7615, 37.50309510231018], [7625, 33.41023323535919], [7635, 21.68787066936493], [7645, 22.599513435363768], [7655, 24.798726201057434], [7665, 31.774615359306335], [7675, 23.11507089138031], [7685, 20.82025282382965], [7695, 20.66886410713196], [7705, 22.52973601818085], [7715, 45.4794193983078], [7725, 42.258589553833005], [7735, 34.12754578590393], [7745, 32.95312933921814], [7755, 27.25474581718445], [7765, 27.245266318321228], [7775, 29.474260902404787], [7785, 30.057313084602356], [7795, 34.45558636188507], [7805, 34.270567011833194], [7815, 29.866530847549438], [7825, 26.578693628311157], [7835, 23.437112355232237], [7845, 27.044847893714905], [7855, 27.656708788871764], [7865, 29.2412278175354], [7875, 24.298473596572876], [7885, 27.302695775032042], [7895, 31.96945490837097], [7905, 30.47625892162323], [7915, 35.83434131145477], [7925, 33.11010549068451], [7935, 28.139268112182616], [7945, 28.084149408340455], [7955, 25.548128604888916], [7965, 19.670691895484925], [7975, 24.55437836647034], [7985, 29.29963438510895], [7995, 30.124862027168273], [8005, 31.06582534313202], [8015, 35.53178288936615], [8025, 29.73557879924774], [8035, 31.483499145507814], [8045, 30.49803535938263], [8055, 25.180469727516176], [8065, 21.472456407546996], [8075, 22.293892002105714], [8085, 22.69979293346405], [8095, 31.374729061126708], [8105, 35.196553993225095], [8115, 35.942564034461974], [8125, 35.076768207550046], [8135, 31.05354509353638], [8145, 27.177717804908752], [8155, 20.09304027557373], [8165, 21.408591389656067], [8175, 29.924635791778563], [8185, 23.82170124053955], [8195, 32.40462799072266], [8205, 27.71553692817688], [8215, 33.03974585533142], [8225, 35.15044250488281], [8235, 34.93222627639771], [8245, 45.6078460931778], [8255, 35.738947463035586], [8265, 39.25699224472046], [8275, 43.243390798568726], [8285, 54.86844274997711], [8295, 74.0660970211029], [8305, 72.22148501873016], [8315, 76.58452820777893], [8325, 66.66738250255585], [8335, 48.61795616149902], [8345, 48.78436901569366], [8355, 42.42841839790344], [8365, 36.06894700527191], [8375, 32.034286689758304], [8385, 24.985698676109315], [8395, 23.214072251319884], [8405, 32.2972695350647], [8415, 40.09991075992584], [8425, 32.413327717781065], [8435, 36.78220443725586], [8445, 33.3795749425888], [8455, 23.37651083469391], [8465, 18.93634698390961], [8475, 26.513724970817567], [8485, 28.44191038608551], [8495, 31.357126784324645], [8505, 30.44026925563812], [8515, 28.501375603675843], [8525, 28.207268500328063], [8535, 30.577920866012573], [8545, 29.43097608089447], [8555, 38.07032721042633], [8565, 27.551851415634154], [8575, 22.389301347732545], [8585, 22.32355558872223], [8595, 31.66708071231842], [8605, 31.41931025981903], [8615, 35.295054411888124], [8625, 36.16858162879944], [8635, 29.586644411087036], [8645, 22.720066595077515], [8655, 25.4501850605011], [8665, 23.27633144855499], [8675, 26.045453000068665], [8685, 24.081927013397216], [8695, 29.450850796699523], [8705, 29.838400411605836], [8715, 32.33661897182465], [8725, 32.71412286758423], [8735, 36.17022721767425], [8745, 36.10841372013092], [8755, 28.86647262573242], [8765, 24.69465489387512], [8775, 23.740254092216492], [8785, 22.188435506820678], [8795, 35.48668873310089], [8805, 34.868015718460086], [8815, 38.1539430141449], [8825, 38.04102034568787], [8835, 30.90892367362976], [8845, 23.339698815345763], [8855, 20.006287264823914], [8865, 22.53195652961731], [8875, 26.275906014442445], [8885, 26.962646698951723], [8895, 28.88541238307953], [8905, 32.587403893470764], [8915, 29.718571639060976], [8925, 31.343661141395568], [8935, 36.781411623954774], [8945, 28.938561606407166], [8955, 27.15466649532318], [8965, 26.974657082557677], [8975, 26.525640773773194], [8985, 27.249368810653685], [8995, 27.57080957889557], [9005, 31.596343445777894], [9015, 37.58582992553711], [9025, 36.01145315170288], [9035, 34.80088975429535], [9045, 23.353846502304076], [9055, 26.58205635547638], [9065, 23.015165996551513], [9075, 21.400665736198427], [9085, 26.25647301673889], [9095, 29.81267657279968], [9105, 39.287998509407046], [9115, 39.55802216529846], [9125, 32.41866474151611], [9135, 33.52520291805267], [9145, 32.8647141456604], [9155, 31.09036660194397], [9165, 43.24834861755371], [9175, 35.31142706871033], [9185, 57.283339214324954], [9195, 98.07942368984223], [9205, 85.00906679630279], [9215, 82.15700192451477], [9225, 74.81629481315613], [9235, 53.31010599136353], [9245, 43.70045120716095], [9255, 38.233317136764526], [9265, 35.00282838344574], [9275, 31.252290225028993], [9285, 30.84951846599579], [9295, 27.523464155197143], [9305, 36.347836995124815], [9315, 30.9909606218338], [9325, 28.572459173202514], [9335, 32.12758767604828], [9345, 26.15217764377594], [9355, 21.25465521812439], [9365, 21.568772006034852], [9375, 26.769029307365418], [9385, 32.254723691940306], [9395, 32.38435988426208], [9405, 35.665607213974], [9415, 32.064701795578], [9425, 29.10198781490326], [9435, 25.991207122802734], [9445, 24.740593552589417], [9455, 30.671806716918944], [9465, 24.367438244819642], [9475, 29.694552993774415], [9485, 27.710378551483153], [9495, 29.77115395069122], [9505, 35.74826362133026], [9515, 35.18468270301819], [9525, 32.180472779273984], [9535, 31.160147500038146], [9545, 27.280858421325682], [9555, 23.164619517326354], [9565, 22.140515780448915], [9575, 23.335938024520875], [9585, 28.011126017570497], [9595, 28.018544721603394], [9605, 38.933203840255736], [9615, 34.32473886013031], [9625, 40.50847847461701], [9635, 35.84562873840332], [9645, 29.23536968231201], [9655, 22.615622305870055], [9665, 22.44820749759674], [9675, 30.610995507240297], [9685, 27.900410318374632], [9695, 34.86231954097748], [9705, 39.013815593719485], [9715, 36.17647376060486], [9725, 30.66181960105896], [9735, 26.37663617134094], [9745, 23.107863998413087], [9755, 22.448925042152403], [9765, 30.635012054443358], [9775, 29.04981048107147], [9785, 28.802677083015443], [9795, 32.05472095012665], [9805, 31.985313963890075], [9815, 39.743915343284606], [9825, 32.245200991630554], [9835, 24.78280403614044], [9845, 24.430594754219054], [9855, 32.02394642829895], [9865, 22.00579876899719], [9875, 27.29910578727722], [9885, 27.276797676086424], [9895, 33.19670960903168], [9905, 32.30033967494965], [9915, 31.463379001617433], [9925, 37.24730343818665], [9935, 26.06303479671478], [9945, 25.465653371810912], [9955, 23.28014624118805], [9965, 21.691414999961854], [9975, 23.150801134109496], [9985, 24.18635642528534], [10000, 21.507581114768982]]], ["idle_duration", [[1, 1.0], [15, 1.0], [25, 1.0], [35, 1.0], [45, 1.0], [55, 1.0], [65, 1.0], [75, 1.0], [85, 1.0], [95, 1.0], [105, 1.0], [115, 1.0], [125, 1.0], [135, 1.0], [145, 1.0], [155, 1.0], [165, 1.0], [175, 1.0], [185, 1.0], [195, 1.0], [205, 1.0], [215, 1.0], [225, 1.0], [235, 1.0], [245, 1.0], [255, 1.0], [265, 1.0], [275, 1.0], [285, 1.0], [295, 1.0], [305, 1.0], [315, 1.0], [325, 1.0], [335, 1.0], [345, 1.0], [355, 1.0], [365, 1.0], [375, 1.0], [385, 1.0], [395, 1.0], [405, 1.0], [415, 1.0], [425, 1.0], [435, 1.0], [445, 1.0], [455, 1.0], [465, 1.0], [475, 1.0], [485, 1.0], [495, 1.0], [505, 1.0], [515, 1.0], [525, 1.0], [535, 1.0], [545, 1.0], [555, 1.0], [565, 1.0], [575, 1.0], [585, 1.0], [595, 1.0], [605, 1.0], [615, 1.0], [625, 1.0], [635, 1.0], [645, 1.0], [655, 1.0], [665, 1.0], [675, 1.0], [685, 1.0], [695, 1.0], [705, 1.0], [715, 1.0], [725, 1.0], [735, 1.0], [745, 1.0], [755, 1.0], [765, 1.0], [775, 1.0], [785, 1.0], [795, 1.0], [805, 1.0], [815, 1.0], [825, 1.0], [835, 1.0], [845, 1.0], [855, 1.0], [865, 1.0], [875, 1.0], [885, 1.0], [895, 1.0], [905, 1.0], [915, 1.0], [925, 1.0], [935, 1.0], [945, 1.0], [955, 1.0], [965, 1.0], [975, 1.0], [985, 1.0], [995, 1.0], [1005, 1.0], [1015, 1.0], [1025, 1.0], [1035, 1.0], [1045, 1.0], [1055, 1.0], [1065, 1.0], [1075, 1.0], [1085, 1.0], [1095, 1.0], [1105, 1.0], [1115, 1.0], [1125, 1.0], [1135, 1.0], [1145, 1.0], [1155, 1.0], [1165, 1.0], [1175, 1.0], [1185, 1.0], [1195, 1.0], [1205, 1.0], [1215, 1.0], [1225, 1.0], [1235, 1.0], [1245, 1.0], [1255, 1.0], [1265, 1.0], [1275, 1.0], [1285, 1.0], [1295, 1.0], [1305, 1.0], [1315, 1.0], [1325, 1.0], [1335, 1.0], [1345, 1.0], [1355, 1.0], [1365, 1.0], [1375, 1.0], [1385, 1.0], [1395, 1.0], [1405, 1.0], [1415, 1.0], [1425, 1.0], [1435, 1.0], [1445, 1.0], [1455, 1.0], [1465, 1.0], [1475, 1.0], [1485, 1.0], [1495, 1.0], [1505, 1.0], [1515, 1.0], [1525, 1.0], [1535, 1.0], [1545, 1.0], [1555, 1.0], [1565, 1.0], [1575, 1.0], [1585, 1.0], [1595, 1.0], [1605, 1.0], [1615, 1.0], [1625, 1.0], [1635, 1.0], [1645, 1.0], [1655, 1.0], [1665, 1.0], [1675, 1.0], [1685, 1.0], [1695, 1.0], [1705, 1.0], [1715, 1.0], [1725, 1.0], [1735, 1.0], [1745, 1.0], [1755, 1.0], [1765, 1.0], [1775, 1.0], [1785, 1.0], [1795, 1.0], [1805, 1.0], [1815, 1.0], [1825, 1.0], [1835, 1.0], [1845, 1.0], [1855, 1.0], [1865, 1.0], [1875, 1.0], [1885, 1.0], [1895, 1.0], [1905, 1.0], [1915, 1.0], [1925, 1.0], [1935, 1.0], [1945, 1.0], [1955, 1.0], [1965, 1.0], [1975, 1.0], [1985, 1.0], [1995, 1.0], [2005, 1.0], [2015, 1.0], [2025, 1.0], [2035, 1.0], [2045, 1.0], [2055, 1.0], [2065, 1.0], [2075, 1.0], [2085, 1.0], [2095, 1.0], [2105, 1.0], [2115, 1.0], [2125, 1.0], [2135, 1.0], [2145, 1.0], [2155, 1.0], [2165, 1.0], [2175, 1.0], [2185, 1.0], [2195, 1.0], [2205, 1.0], [2215, 1.0], [2225, 1.0], [2235, 1.0], [2245, 1.0], [2255, 1.0], [2265, 1.0], [2275, 1.0], [2285, 1.0], [2295, 1.0], [2305, 1.0], [2315, 1.0], [2325, 1.0], [2335, 1.0], [2345, 1.0], [2355, 1.0], [2365, 1.0], [2375, 1.0], [2385, 1.0], [2395, 1.0], [2405, 1.0], [2415, 1.0], [2425, 1.0], [2435, 1.0], [2445, 1.0], [2455, 1.0], [2465, 1.0], [2475, 1.0], [2485, 1.0], [2495, 1.0], [2505, 1.0], [2515, 1.0], [2525, 1.0], [2535, 1.0], [2545, 1.0], [2555, 1.0], [2565, 1.0], [2575, 1.0], [2585, 1.0], [2595, 1.0], [2605, 1.0], [2615, 1.0], [2625, 1.0], [2635, 1.0], [2645, 1.0], [2655, 1.0], [2665, 1.0], [2675, 1.0], [2685, 1.0], [2695, 1.0], [2705, 1.0], [2715, 1.0], [2725, 1.0], [2735, 1.0], [2745, 1.0], [2755, 1.0], [2765, 1.0], [2775, 1.0], [2785, 1.0], [2795, 1.0], [2805, 1.0], [2815, 1.0], [2825, 1.0], [2835, 1.0], [2845, 1.0], [2855, 1.0], [2865, 1.0], [2875, 1.0], [2885, 1.0], [2895, 1.0], [2905, 1.0], [2915, 1.0], [2925, 1.0], [2935, 1.0], [2945, 1.0], [2955, 1.0], [2965, 1.0], [2975, 1.0], [2985, 1.0], [2995, 1.0], [3005, 1.0], [3015, 1.0], [3025, 1.0], [3035, 1.0], [3045, 1.0], [3055, 1.0], [3065, 1.0], [3075, 1.0], [3085, 1.0], [3095, 1.0], [3105, 1.0], [3115, 1.0], [3125, 1.0], [3135, 1.0], [3145, 1.0], [3155, 1.0], [3165, 1.0], [3175, 1.0], [3185, 1.0], [3195, 1.0], [3205, 1.0], [3215, 1.0], [3225, 1.0], [3235, 1.0], [3245, 1.0], [3255, 1.0], [3265, 1.0], [3275, 1.0], [3285, 1.0], [3295, 1.0], [3305, 1.0], [3315, 1.0], [3325, 1.0], [3335, 1.0], [3345, 1.0], [3355, 1.0], [3365, 1.0], [3375, 1.0], [3385, 1.0], [3395, 1.0], [3405, 1.0], [3415, 1.0], [3425, 1.0], [3435, 1.0], [3445, 1.0], [3455, 1.0], [3465, 1.0], [3475, 1.0], [3485, 1.0], [3495, 1.0], [3505, 1.0], [3515, 1.0], [3525, 1.0], [3535, 1.0], [3545, 1.0], [3555, 1.0], [3565, 1.0], [3575, 1.0], [3585, 1.0], [3595, 1.0], [3605, 1.0], [3615, 1.0], [3625, 1.0], [3635, 1.0], [3645, 1.0], [3655, 1.0], [3665, 1.0], [3675, 1.0], [3685, 1.0], [3695, 1.0], [3705, 1.0], [3715, 1.0], [3725, 1.0], [3735, 1.0], [3745, 1.0], [3755, 1.0], [3765, 1.0], [3775, 1.0], [3785, 1.0], [3795, 1.0], [3805, 1.0], [3815, 1.0], [3825, 1.0], [3835, 1.0], [3845, 1.0], [3855, 1.0], [3865, 1.0], [3875, 1.0], [3885, 1.0], [3895, 1.0], [3905, 1.0], [3915, 1.0], [3925, 1.0], [3935, 1.0], [3945, 1.0], [3955, 1.0], [3965, 1.0], [3975, 1.0], [3985, 1.0], [3995, 1.0], [4005, 1.0], [4015, 1.0], [4025, 1.0], [4035, 1.0], [4045, 1.0], [4055, 1.0], [4065, 1.0], [4075, 1.0], [4085, 1.0], [4095, 1.0], [4105, 1.0], [4115, 1.0], [4125, 1.0], [4135, 1.0], [4145, 1.0], [4155, 1.0], [4165, 1.0], [4175, 1.0], [4185, 1.0], [4195, 1.0], [4205, 1.0], [4215, 1.0], [4225, 1.0], [4235, 1.0], [4245, 1.0], [4255, 1.0], [4265, 1.0], [4275, 1.0], [4285, 1.0], [4295, 1.0], [4305, 1.0], [4315, 1.0], [4325, 1.0], [4335, 1.0], [4345, 1.0], [4355, 1.0], [4365, 1.0], [4375, 1.0], [4385, 1.0], [4395, 1.0], [4405, 1.0], [4415, 1.0], [4425, 1.0], [4435, 1.0], [4445, 1.0], [4455, 1.0], [4465, 1.0], [4475, 1.0], [4485, 1.0], [4495, 1.0], [4505, 1.0], [4515, 1.0], [4525, 1.0], [4535, 1.0], [4545, 1.0], [4555, 1.0], [4565, 1.0], [4575, 1.0], [4585, 1.0], [4595, 1.0], [4605, 1.0], [4615, 1.0], [4625, 1.0], [4635, 1.0], [4645, 1.0], [4655, 1.0], [4665, 1.0], [4675, 1.0], [4685, 1.0], [4695, 1.0], [4705, 1.0], [4715, 1.0], [4725, 1.0], [4735, 1.0], [4745, 1.0], [4755, 1.0], [4765, 1.0], [4775, 1.0], [4785, 1.0], [4795, 1.0], [4805, 1.0], [4815, 1.0], [4825, 1.0], [4835, 1.0], [4845, 1.0], [4855, 1.0], [4865, 1.0], [4875, 1.0], [4885, 1.0], [4895, 1.0], [4905, 1.0], [4915, 1.0], [4925, 1.0], [4935, 1.0], [4945, 1.0], [4955, 1.0], [4965, 1.0], [4975, 1.0], [4985, 1.0], [4995, 1.0], [5005, 1.0], [5015, 1.0], [5025, 1.0], [5035, 1.0], [5045, 1.0], [5055, 1.0], [5065, 1.0], [5075, 1.0], [5085, 1.0], [5095, 1.0], [5105, 1.0], [5115, 1.0], [5125, 1.0], [5135, 1.0], [5145, 1.0], [5155, 1.0], [5165, 1.0], [5175, 1.0], [5185, 1.0], [5195, 1.0], [5205, 1.0], [5215, 1.0], [5225, 1.0], [5235, 1.0], [5245, 1.0], [5255, 1.0], [5265, 1.0], [5275, 1.0], [5285, 1.0], [5295, 1.0], [5305, 1.0], [5315, 1.0], [5325, 1.0], [5335, 1.0], [5345, 1.0], [5355, 1.0], [5365, 1.0], [5375, 1.0], [5385, 1.0], [5395, 1.0], [5405, 1.0], [5415, 1.0], [5425, 1.0], [5435, 1.0], [5445, 1.0], [5455, 1.0], [5465, 1.0], [5475, 1.0], [5485, 1.0], [5495, 1.0], [5505, 1.0], [5515, 1.0], [5525, 1.0], [5535, 1.0], [5545, 1.0], [5555, 1.0], [5565, 1.0], [5575, 1.0], [5585, 1.0], [5595, 1.0], [5605, 1.0], [5615, 1.0], [5625, 1.0], [5635, 1.0], [5645, 1.0], [5655, 1.0], [5665, 1.0], [5675, 1.0], [5685, 1.0], [5695, 1.0], [5705, 1.0], [5715, 1.0], [5725, 1.0], [5735, 1.0], [5745, 1.0], [5755, 1.0], [5765, 1.0], [5775, 1.0], [5785, 1.0], [5795, 1.0], [5805, 1.0], [5815, 1.0], [5825, 1.0], [5835, 1.0], [5845, 1.0], [5855, 1.0], [5865, 1.0], [5875, 1.0], [5885, 1.0], [5895, 1.0], [5905, 1.0], [5915, 1.0], [5925, 1.0], [5935, 1.0], [5945, 1.0], [5955, 1.0], [5965, 1.0], [5975, 1.0], [5985, 1.0], [5995, 1.0], [6005, 1.0], [6015, 1.0], [6025, 1.0], [6035, 1.0], [6045, 1.0], [6055, 1.0], [6065, 1.0], [6075, 1.0], [6085, 1.0], [6095, 1.0], [6105, 1.0], [6115, 1.0], [6125, 1.0], [6135, 1.0], [6145, 1.0], [6155, 1.0], [6165, 1.0], [6175, 1.0], [6185, 1.0], [6195, 1.0], [6205, 1.0], [6215, 1.0], [6225, 1.0], [6235, 1.0], [6245, 1.0], [6255, 1.0], [6265, 1.0], [6275, 1.0], [6285, 1.0], [6295, 1.0], [6305, 1.0], [6315, 1.0], [6325, 1.0], [6335, 1.0], [6345, 1.0], [6355, 1.0], [6365, 1.0], [6375, 1.0], [6385, 1.0], [6395, 1.0], [6405, 1.0], [6415, 1.0], [6425, 1.0], [6435, 1.0], [6445, 1.0], [6455, 1.0], [6465, 1.0], [6475, 1.0], [6485, 1.0], [6495, 1.0], [6505, 1.0], [6515, 1.0], [6525, 1.0], [6535, 1.0], [6545, 1.0], [6555, 1.0], [6565, 1.0], [6575, 1.0], [6585, 1.0], [6595, 1.0], [6605, 1.0], [6615, 1.0], [6625, 1.0], [6635, 1.0], [6645, 1.0], [6655, 1.0], [6665, 1.0], [6675, 1.0], [6685, 1.0], [6695, 1.0], [6705, 1.0], [6715, 1.0], [6725, 1.0], [6735, 1.0], [6745, 1.0], [6755, 1.0], [6765, 1.0], [6775, 1.0], [6785, 1.0], [6795, 1.0], [6805, 1.0], [6815, 1.0], [6825, 1.0], [6835, 1.0], [6845, 1.0], [6855, 1.0], [6865, 1.0], [6875, 1.0], [6885, 1.0], [6895, 1.0], [6905, 1.0], [6915, 1.0], [6925, 1.0], [6935, 1.0], [6945, 1.0], [6955, 1.0], [6965, 1.0], [6975, 1.0], [6985, 1.0], [6995, 1.0], [7005, 1.0], [7015, 1.0], [7025, 1.0], [7035, 1.0], [7045, 1.0], [7055, 1.0], [7065, 1.0], [7075, 1.0], [7085, 1.0], [7095, 1.0], [7105, 1.0], [7115, 1.0], [7125, 1.0], [7135, 1.0], [7145, 1.0], [7155, 1.0], [7165, 1.0], [7175, 1.0], [7185, 1.0], [7195, 1.0], [7205, 1.0], [7215, 1.0], [7225, 1.0], [7235, 1.0], [7245, 1.0], [7255, 1.0], [7265, 1.0], [7275, 1.0], [7285, 1.0], [7295, 1.0], [7305, 1.0], [7315, 1.0], [7325, 1.0], [7335, 1.0], [7345, 1.0], [7355, 1.0], [7365, 1.0], [7375, 1.0], [7385, 1.0], [7395, 1.0], [7405, 1.0], [7415, 1.0], [7425, 1.0], [7435, 1.0], [7445, 1.0], [7455, 1.0], [7465, 1.0], [7475, 1.0], [7485, 1.0], [7495, 1.0], [7505, 1.0], [7515, 1.0], [7525, 1.0], [7535, 1.0], [7545, 1.0], [7555, 1.0], [7565, 1.0], [7575, 1.0], [7585, 1.0], [7595, 1.0], [7605, 1.0], [7615, 1.0], [7625, 1.0], [7635, 1.0], [7645, 1.0], [7655, 1.0], [7665, 1.0], [7675, 1.0], [7685, 1.0], [7695, 1.0], [7705, 1.0], [7715, 1.0], [7725, 1.0], [7735, 1.0], [7745, 1.0], [7755, 1.0], [7765, 1.0], [7775, 1.0], [7785, 1.0], [7795, 1.0], [7805, 1.0], [7815, 1.0], [7825, 1.0], [7835, 1.0], [7845, 1.0], [7855, 1.0], [7865, 1.0], [7875, 1.0], [7885, 1.0], [7895, 1.0], [7905, 1.0], [7915, 1.0], [7925, 1.0], [7935, 1.0], [7945, 1.0], [7955, 1.0], [7965, 1.0], [7975, 1.0], [7985, 1.0], [7995, 1.0], [8005, 1.0], [8015, 1.0], [8025, 1.0], [8035, 1.0], [8045, 1.0], [8055, 1.0], [8065, 1.0], [8075, 1.0], [8085, 1.0], [8095, 1.0], [8105, 1.0], [8115, 1.0], [8125, 1.0], [8135, 1.0], [8145, 1.0], [8155, 1.0], [8165, 1.0], [8175, 1.0], [8185, 1.0], [8195, 1.0], [8205, 1.0], [8215, 1.0], [8225, 1.0], [8235, 1.0], [8245, 1.0], [8255, 1.0], [8265, 1.0], [8275, 1.0], [8285, 1.0], [8295, 1.0], [8305, 1.0], [8315, 1.0], [8325, 1.0], [8335, 1.0], [8345, 1.0], [8355, 1.0], [8365, 1.0], [8375, 1.0], [8385, 1.0], [8395, 1.0], [8405, 1.0], [8415, 1.0], [8425, 1.0], [8435, 1.0], [8445, 1.0], [8455, 1.0], [8465, 1.0], [8475, 1.0], [8485, 1.0], [8495, 1.0], [8505, 1.0], [8515, 1.0], [8525, 1.0], [8535, 1.0], [8545, 1.0], [8555, 1.0], [8565, 1.0], [8575, 1.0], [8585, 1.0], [8595, 1.0], [8605, 1.0], [8615, 1.0], [8625, 1.0], [8635, 1.0], [8645, 1.0], [8655, 1.0], [8665, 1.0], [8675, 1.0], [8685, 1.0], [8695, 1.0], [8705, 1.0], [8715, 1.0], [8725, 1.0], [8735, 1.0], [8745, 1.0], [8755, 1.0], [8765, 1.0], [8775, 1.0], [8785, 1.0], [8795, 1.0], [8805, 1.0], [8815, 1.0], [8825, 1.0], [8835, 1.0], [8845, 1.0], [8855, 1.0], [8865, 1.0], [8875, 1.0], [8885, 1.0], [8895, 1.0], [8905, 1.0], [8915, 1.0], [8925, 1.0], [8935, 1.0], [8945, 1.0], [8955, 1.0], [8965, 1.0], [8975, 1.0], [8985, 1.0], [8995, 1.0], [9005, 1.0], [9015, 1.0], [9025, 1.0], [9035, 1.0], [9045, 1.0], [9055, 1.0], [9065, 1.0], [9075, 1.0], [9085, 1.0], [9095, 1.0], [9105, 1.0], [9115, 1.0], [9125, 1.0], [9135, 1.0], [9145, 1.0], [9155, 1.0], [9165, 1.0], [9175, 1.0], [9185, 1.0], [9195, 1.0], [9205, 1.0], [9215, 1.0], [9225, 1.0], [9235, 1.0], [9245, 1.0], [9255, 1.0], [9265, 1.0], [9275, 1.0], [9285, 1.0], [9295, 1.0], [9305, 1.0], [9315, 1.0], [9325, 1.0], [9335, 1.0], [9345, 1.0], [9355, 1.0], [9365, 1.0], [9375, 1.0], [9385, 1.0], [9395, 1.0], [9405, 1.0], [9415, 1.0], [9425, 1.0], [9435, 1.0], [9445, 1.0], [9455, 1.0], [9465, 1.0], [9475, 1.0], [9485, 1.0], [9495, 1.0], [9505, 1.0], [9515, 1.0], [9525, 1.0], [9535, 1.0], [9545, 1.0], [9555, 1.0], [9565, 1.0], [9575, 1.0], [9585, 1.0], [9595, 1.0], [9605, 1.0], [9615, 1.0], [9625, 1.0], [9635, 1.0], [9645, 1.0], [9655, 1.0], [9665, 1.0], [9675, 1.0], [9685, 1.0], [9695, 1.0], [9705, 1.0], [9715, 1.0], [9725, 1.0], [9735, 1.0], [9745, 1.0], [9755, 1.0], [9765, 1.0], [9775, 1.0], [9785, 1.0], [9795, 1.0], [9805, 1.0], [9815, 1.0], [9825, 1.0], [9835, 1.0], [9845, 1.0], [9855, 1.0], [9865, 1.0], [9875, 1.0], [9885, 1.0], [9895, 1.0], [9905, 1.0], [9915, 1.0], [9925, 1.0], [9935, 1.0], [9945, 1.0], [9955, 1.0], [9965, 1.0], [9975, 1.0], [9985, 1.0], [10000, 1.0]]]], "histogram": {"data": [[{"disabled": null, "values": [{"y": 2, "x": 3.433538565635681}, {"y": 0, "x": 4.509663124084472}, {"y": 10, "x": 5.585787682533264}, {"y": 17, "x": 6.661912240982056}, {"y": 70, "x": 7.738036799430847}, {"y": 86, "x": 8.81416135787964}, {"y": 89, "x": 9.89028591632843}, {"y": 83, "x": 10.966410474777222}, {"y": 100, "x": 12.042535033226013}, {"y": 153, "x": 13.118659591674804}, {"y": 186, "x": 14.194784150123596}, {"y": 260, "x": 15.270908708572389}, {"y": 299, "x": 16.34703326702118}, {"y": 362, "x": 17.42315782546997}, {"y": 374, "x": 18.49928238391876}, {"y": 434, "x": 19.575406942367554}, {"y": 436, "x": 20.651531500816347}, {"y": 434, "x": 21.727656059265136}, {"y": 461, "x": 22.80378061771393}, {"y": 463, "x": 23.87990517616272}, {"y": 463, "x": 24.956029734611512}, {"y": 433, "x": 26.0321542930603}, {"y": 429, "x": 27.108278851509095}, {"y": 422, "x": 28.184403409957888}, {"y": 416, "x": 29.260527968406677}, {"y": 394, "x": 30.33665252685547}, {"y": 322, "x": 31.41277708530426}, {"y": 295, "x": 32.48890164375305}, {"y": 292, "x": 33.56502620220184}, {"y": 256, "x": 34.64115076065063}, {"y": 227, "x": 35.71727531909943}, {"y": 197, "x": 36.79339987754822}, {"y": 187, "x": 37.86952443599701}, {"y": 150, "x": 38.945648994445804}, {"y": 140, "x": 40.021773552894594}, {"y": 150, "x": 41.09789811134338}, {"y": 109, "x": 42.17402266979217}, {"y": 99, "x": 43.25014722824097}, {"y": 82, "x": 44.32627178668976}, {"y": 62, "x": 45.40239634513855}, {"y": 52, "x": 46.478520903587345}, {"y": 52, "x": 47.554645462036135}, {"y": 41, "x": 48.630770020484924}, {"y": 53, "x": 49.70689457893371}, {"y": 43, "x": 50.78301913738251}, {"y": 24, "x": 51.8591436958313}, {"y": 26, "x": 52.93526825428009}, {"y": 26, "x": 54.011392812728886}, {"y": 16, "x": 55.087517371177675}, {"y": 8, "x": 56.163641929626465}, {"y": 20, "x": 57.239766488075254}, {"y": 15, "x": 58.31589104652405}, {"y": 11, "x": 59.39201560497284}, {"y": 9, "x": 60.46814016342163}, {"y": 12, "x": 61.54426472187042}, {"y": 13, "x": 62.620389280319216}, {"y": 6, "x": 63.696513838768006}, {"y": 9, "x": 64.7726383972168}, {"y": 1, "x": 65.84876295566559}, {"y": 8, "x": 66.92488751411437}, {"y": 5, "x": 68.00101207256317}, {"y": 4, "x": 69.07713663101197}, {"y": 5, "x": 70.15326118946075}, {"y": 8, "x": 71.22938574790955}, {"y": 3, "x": 72.30551030635834}, {"y": 7, "x": 73.38163486480713}, {"y": 6, "x": 74.45775942325592}, {"y": 5, "x": 75.53388398170472}, {"y": 4, "x": 76.6100085401535}, {"y": 7, "x": 77.6861330986023}, {"y": 2, "x": 78.76225765705108}, {"y": 5, "x": 79.83838221549988}, {"y": 5, "x": 80.91450677394867}, {"y": 7, "x": 81.99063133239746}, {"y": 3, "x": 83.06675589084625}, {"y": 6, "x": 84.14288044929505}, {"y": 1, "x": 85.21900500774383}, {"y": 2, "x": 86.29512956619263}, {"y": 1, "x": 87.37125412464142}, {"y": 1, "x": 88.44737868309021}, {"y": 2, "x": 89.523503241539}, {"y": 4, "x": 90.5996277999878}, {"y": 2, "x": 91.67575235843658}, {"y": 0, "x": 92.75187691688538}, {"y": 2, "x": 93.82800147533416}, {"y": 2, "x": 94.90412603378296}, {"y": 0, "x": 95.98025059223176}, {"y": 3, "x": 97.05637515068054}, {"y": 1, "x": 98.13249970912933}, {"y": 1, "x": 99.20862426757813}, {"y": 0, "x": 100.28474882602691}, {"y": 1, "x": 101.36087338447571}, {"y": 1, "x": 102.4369979429245}, {"y": 0, "x": 103.51312250137329}, {"y": 0, "x": 104.58924705982209}, {"y": 1, "x": 105.66537161827088}, {"y": 0, "x": 106.74149617671966}, {"y": 1, "x": 107.81762073516846}, {"y": 2, "x": 108.89374529361724}, {"y": 1, "x": 109.96986985206604}], "key": "task", "view": "Square Root Choice"}], [{"disabled": null, "values": [{"y": 246, "x": 9.531577730178833}, {"y": 1214, "x": 16.705741453170777}, {"y": 2859, "x": 23.879905176162723}, {"y": 2789, "x": 31.054068899154665}, {"y": 1600, "x": 38.228232622146606}, {"y": 736, "x": 45.402396345138555}, {"y": 282, "x": 52.5765600681305}, {"y": 109, "x": 59.75072379112244}, {"y": 54, "x": 66.92488751411439}, {"y": 36, "x": 74.09905123710632}, {"y": 32, "x": 81.27321496009827}, {"y": 19, "x": 88.44737868309022}, {"y": 12, "x": 95.62154240608216}, {"y": 7, "x": 102.7957061290741}, {"y": 5, "x": 109.96986985206604}], "key": "task", "view": "Sturges Formula"}], [{"disabled": null, "values": [{"y": 3, "x": 4.803151640025052}, {"y": 67, "x": 7.248889272863215}, {"y": 189, "x": 9.694626905701377}, {"y": 206, "x": 12.14036453853954}, {"y": 416, "x": 14.586102171377703}, {"y": 695, "x": 17.031839804215863}, {"y": 908, "x": 19.477577437054027}, {"y": 993, "x": 21.92331506989219}, {"y": 1045, "x": 24.369052702730354}, {"y": 997, "x": 26.814790335568517}, {"y": 963, "x": 29.260527968406677}, {"y": 797, "x": 31.70626560124484}, {"y": 648, "x": 34.152003234083004}, {"y": 498, "x": 36.597740866921164}, {"y": 388, "x": 39.04347849975933}, {"y": 324, "x": 41.48921613259749}, {"y": 215, "x": 43.93495376543565}, {"y": 139, "x": 46.38069139827382}, {"y": 107, "x": 48.82642903111198}, {"y": 97, "x": 51.272166663950145}, {"y": 57, "x": 53.717904296788305}, {"y": 33, "x": 56.163641929626465}, {"y": 40, "x": 58.60937956246463}, {"y": 20, "x": 61.05511719530279}, {"y": 26, "x": 63.50085482814095}, {"y": 10, "x": 65.94659246097912}, {"y": 15, "x": 68.39233009381728}, {"y": 13, "x": 70.83806772665544}, {"y": 12, "x": 73.2838053594936}, {"y": 11, "x": 75.72954299233177}, {"y": 12, "x": 78.17528062516993}, {"y": 10, "x": 80.62101825800809}, {"y": 11, "x": 83.06675589084625}, {"y": 7, "x": 85.51249352368441}, {"y": 4, "x": 87.95823115652259}, {"y": 5, "x": 90.40396878936075}, {"y": 3, "x": 92.8497064221989}, {"y": 4, "x": 95.29544405503707}, {"y": 4, "x": 97.74118168787523}, {"y": 1, "x": 100.1869193207134}, {"y": 2, "x": 102.63265695355156}, {"y": 1, "x": 105.07839458638972}, {"y": 1, "x": 107.52413221922788}, {"y": 3, "x": 109.96986985206604}], "key": "task", "view": "Rice Rule"}]], "views": [{"id": 0, "name": "Square Root Choice"}, {"id": 1, "name": "Sturges Formula"}, {"id": 2, "name": "Rice Rule"}]}}, "additive_output": [], "table": {"rows": [["nova.list_servers", 0.112, 14.427, 24.023, 27.548, 49.677, 15.315, "100.0%", 10000], ["nova.boot_server", 3.238, 10.687, 20.533, 25.357, 84.524, 12.778, "100.0%", 10000], ["total", 2.357, 25.522, 40.481, 46.534, 109.97, 27.095, "100.0%", 10000]], "cols": ["Action", "Min (sec)", "Median (sec)", "90%ile (sec)", "95%ile (sec)", "Max (sec)", "Avg (sec)", "Success", "Count"]}, "full_duration": 6994.335449934006, "config": "{\n  \"NovaServers.boot_and_list_server\": [\n    {\n      \"runner\": {\n        \"type\": \"constant\", \n        \"concurrency\": 50, \n        \"times\": 10000\n      }, \n      \"args\": {\n        \"detailed\": true, \n        \"flavor\": {\n          \"name\": \"m1.tiny\"\n        }, \n        \"image\": {\n          \"name\": \"^cirros.*uec$\"\n        }\n      }, \n      \"context\": {\n        \"users\": {\n          \"user_domain\": \"default\", \n          \"project_domain\": \"default\", \n          \"user_choice_method\": \"random\", \n          \"users_per_tenant\": 1, \n          \"tenants\": 1, \n          \"resource_management_workers\": 20\n        }, \n        \"quotas\": {\n          \"nova\": {\n            \"ram\": -1, \n            \"floating_ips\": -1, \n            \"security_group_rules\": -1, \n            \"instances\": -1, \n            \"cores\": -1, \n            \"security_groups\": -1\n          }, \n          \"neutron\": {\n            \"subnet\": -1, \n            \"network\": -1, \n            \"port\": -1\n          }\n        }\n      }\n    }\n  ]\n}", "sla": [], "complete_output": [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], []], "cls": "NovaServers"}];
+
+      $scope.location = {
+        /* #/path/hash/sub/div */
+        normalize: function(str) {
+          /* Remove unwanted characters from string */
+          if (typeof str !== "string") { return "" }
+          return str.replace(/[^\w\-\.]/g, "")
+        },
+        uri: function(obj) {
+          /* Getter/Setter */
+          if (! obj) {
+            var uri = {path: "", hash: "", sub: "", div: ""};
+            var arr = ["div", "sub", "hash", "path"];
+            angular.forEach($location.url().split("/"), function(value){
+              var v = $scope.location.normalize(value);
+              if (v) { var k = arr.pop(); if (k) { this[k] = v }}
+            }, uri);
+            return uri
+          }
+          var arr = [obj.path, obj.hash, obj.sub, obj.div], res = [];
+          for (var i in arr) { if (! arr[i]) { break }; res.push(arr[i]) }
+          return $location.url("/" + res.join("/"))
+        },
+        path: function(path, hash) {
+          /* Getter/Setter */
+          if (path === "") { return this.uri({}) }
+          path = this.normalize(path);
+          var uri = this.uri();
+          if (! path) { return uri.path }
+          uri.path = path;
+          var _hash = this.normalize(hash);
+          if (_hash || hash === "") { uri.hash = _hash }
+          return this.uri(uri)
+        },
+        hash: function(hash) {
+          /* Getter/Setter */
+          if (hash) { this.uri({path:this.uri().path, hash:hash}) }
+          return this.uri().hash
+        }
+      }
+
+      /* Dispatch */
+
+      $scope.route = function(uri) {
+        if (! $scope.scenarios_map) { return }
+
+        // Expand menu if there is only one menu group
+        if ($scope.nav.length === 1) {
+          $scope.nav_idx = $scope.nav[0].idx;
+        }
+
+        if (uri.path in $scope.scenarios_map) {
+          $scope.view = {is_scenario:true};
+          $scope.scenario = $scope.scenarios_map[uri.path];
+          $scope.nav_idx = $scope.nav_map[uri.path];
+          if ($scope.scenario.iterations.histogram.views.length) {
+            $scope.mainHistogram = $scope.scenario.iterations.histogram.views[0]
+          }
+          if ($scope.scenario.atomic.histogram.views.length) {
+            $scope.atomicHistogram = $scope.scenario.atomic.histogram.views[0]
+          }
+          $scope.outputIteration = 0;
+          $scope.showTab(uri);
+        } else {
+          $scope.scenario = null;
+          if (uri.path === "source") {
+            $scope.view = {is_source:true}
+          } else {
+            $scope.view = {is_main:true}
+          }
+        }
+      }
+
+      $scope.$on("$locationChangeSuccess", function (event, newUrl, oldUrl) {
+        $scope.route($scope.location.uri())
+      });
+
+      $scope.showNav = function(nav_idx) { $scope.nav_idx = nav_idx }
+
+      /* Tabs */
+
+      $scope.tabs = [
+        {
+          id: "overview",
+          name: "Overview",
+          visible: function(){ return !! $scope.scenario.iterations.pie.length }
+        },{
+          id: "details",
+          name: "Details",
+          visible: function(){ return !! $scope.scenario.atomic.pie.length }
+        },{
+          id: "output",
+          name: "Scenario Data",
+          visible: function(){ return $scope.scenario.has_output }
+        },{
+          id: "hooks",
+          name: "Hooks",
+          visible: function(){ return $scope.scenario.hooks.length }
+        },{
+          id: "failures",
+          name: "Failures",
+          visible: function(){ return !! $scope.scenario.errors.length }
+        },{
+          id: "task",
+          name: "Input task",
+          visible: function(){ return !! $scope.scenario.config }
+        }
+      ];
+      $scope.tabs_map = {};
+      angular.forEach($scope.tabs,
+                      function(tab){ this[tab.id] = tab }, $scope.tabs_map);
+
+      $scope.showTab = function(uri) {
+        $scope.tab = uri.hash in $scope.tabs_map ? uri.hash : "overview";
+        if (uri.hash === "output") {
+          if (typeof $scope.scenario.output === "undefined") {
+            var has_additive = !! $scope.scenario.additive_output.length;
+            var has_complete = !! ($scope.scenario.complete_output.length
+                                   && $scope.scenario.complete_output[0].length);
+            $scope.scenario.output = {
+              has_additive: has_additive,
+              has_complete: has_complete,
+              length: has_additive + has_complete,
+              active: has_additive ? "additive" : (has_complete ? "complete" : "")
+            }
+          }
+          if (uri.sub && $scope.scenario.output["has_" + uri.sub]) {
+            $scope.scenario.output.active = uri.sub
+          }
+        }
+        else if (uri.hash === "hooks") {
+          if ($scope.scenario.hooks.length) {
+            var hook_idx = parseInt(uri.sub);
+
+            if (isNaN(hook_idx) || ($scope.scenario.hooks.length - hook_idx) <= 0) {
+              hook_idx = 0
+            }
+
+            if ($scope.scenario.hook_idx === hook_idx) {
+              return
+            }
+
+            $scope.scenario.hooks.cur = $scope.scenario.hooks[hook_idx];
+            $scope.scenario.hook_idx = hook_idx;
+            if (typeof $scope.scenario.hooks.cur.active === "undefined") {
+              if ($scope.scenario.hooks.cur.additive.length) {
+                $scope.scenario.hooks.cur.active = "additive"
+              }
+              if ($scope.scenario.hooks.cur.complete.length) {
+                if (typeof $scope.scenario.hooks.cur.active === "undefined") {
+                  $scope.scenario.hooks.cur.active = "complete"
+                }
+                $scope.set_hook_run()
+              }
+            }
+          }
+        }
+      }
+
+      for (var i in $scope.tabs) {
+        if ($scope.tabs[i].id === $scope.location.hash()) {
+          $scope.tab = $scope.tabs[i].id
+        }
+        $scope.tabs[i].isVisible = function() {
+          if ($scope.scenario) {
+            if (this.visible()) { return true }
+            /* If tab should be hidden but is selected - show another one */
+            if (this.id === $scope.location.hash()) {
+              for (var i in $scope.tabs) {
+                var tab = $scope.tabs[i];
+                if (tab.id != this.id && tab.visible()) {
+                  $scope.tab = tab.id;
+                  return false
+                }
+              }
+            }
+          }
+          return false
+        }
+      }
+
+      $scope.set_hook_run = function(idx) {
+        if (typeof idx !== "undefined") {
+          $scope.scenario.hooks.cur.run_idx = idx
+        }
+        else if (typeof $scope.scenario.hooks.cur.run_idx === "undefined") {
+          $scope.scenario.hooks.cur.run_idx = 0
+        }
+        idx = $scope.scenario.hooks.cur.run_idx;
+        if (($scope.scenario.hooks.cur.complete.length - idx) > 0) {
+          $scope.scenario.hooks.cur.run = $scope.scenario.hooks.cur.complete[idx]
+        }
+      }
+
+      $scope.complete_hooks_as_dropdown = function() {
+        return $scope.scenario.hooks.cur.complete.length > 10
+      }
+
+      /* Other helpers */
+
+      $scope.showError = function(message) {
+          return (function (e) {
+            e.style.display = "block";
+            e.textContent = message
+          })(document.getElementById("page-error"))
+      }
+
+      $scope.compact_atomics = function() {
+        return ($scope.scenario && $scope.scenario.atomic.iter.length < 9)
+      }
+
+      /* Initialization */
+
+      angular.element(document).ready(function(){
+        if (! $scope.scenarios.length) {
+          return $scope.showError("No data...")
+        }
+
+        /* Compose data mapping */
+
+        $scope.nav = [];
+        $scope.nav_map = {};
+        $scope.scenarios_map = {};
+        var met = [], itr = 0, cls_idx = 0;
+        var prev_cls, prev_met;
+
+        for (var idx in $scope.scenarios) {
+          var sc = $scope.scenarios[idx];
+          if (! prev_cls) {
+            prev_cls = sc.cls
+          }
+          else if (prev_cls !== sc.cls) {
+            $scope.nav.push({cls:prev_cls, met:met, idx:cls_idx});
+            prev_cls = sc.cls;
+            met = [];
+            itr = 1;
+            cls_idx += 1
+          }
+
+          if (prev_met !== sc.met) { itr = 1 };
+          sc.ref = $scope.location.normalize(sc.cls+"."+sc.met+(itr > 1 ? "-"+itr : ""));
+          $scope.scenarios_map[sc.ref] = sc;
+          $scope.nav_map[sc.ref] = cls_idx;
+          met.push({name:sc.name, itr:itr, idx:idx, ref:sc.ref});
+          prev_met = sc.met;
+          itr += 1;
+        }
+
+        if (met.length) {
+          $scope.nav.push({cls:prev_cls, met:met, idx:cls_idx})
+        }
+
+        /* Start */
+
+        var uri = $scope.location.uri();
+        uri.path = $scope.location.path();
+        $scope.route(uri);
+        $scope.$digest()
+      })
+    };
+
+    if (typeof angular === "object") {
+      angular.module("App", [])
+        .controller("Controller", ["$scope", "$location", controllerFunction])
+        .directive("widget", widgetDirective)
+    }
+
+
+</script>
+  <style>
+    body { margin:0; padding:0 0 50px; font-size:14px; font-family:Helvetica,Arial,sans-serif }
+    a, a:active, a:focus, a:visited { text-decoration:none; outline:none }
+    p { margin:0; padding:5px 0 }
+    p.thesis { padding:10px 0 }
+    h1 { color:#666; margin:0 0 20px; font-size:30px; font-weight:normal }
+    h2, .h2 { color:#666; margin:24px 0 6px; font-size:25px; font-weight:normal }
+    h3, .h3 { color:#777; margin:12px 0 4px; font-size:18px; font-weight:normal }
+    table { border-collapse:collapse; border-spacing:0; width:100%; font-size:12px; margin:0 0 10px }
+    table th { text-align:left; padding:8px; color:#000; border:2px solid #ddd; border-width:0 0 2px 0 }
+    table th.sortable { cursor:pointer }
+    table td { text-align:left; border-top:1px solid #ddd; padding:8px; color:#333 }
+    table.compact td { padding:4px 8px }
+    table.striped tr:nth-child(odd) td { background:#f9f9f9 }
+    table.linked tbody tr:hover { background:#f9f9f9; cursor:pointer }
+    .rich, .rich td { font-weight:bold }
+    .code { padding:10px; font-size:13px; color:#333; background:#f6f6f6; border:1px solid #e5e5e5; border-radius:4px }
+
+    .header { text-align:left; background:#333; font-size:18px; padding:13px 0; margin-bottom:20px; color:#fff; background-image:linear-gradient(to bottom, #444 0px, #222 100%) }
+    .header a, .header a:visited, .header a:focus { color:#999 }
+
+    .notify-error { padding:5px 10px; background:#fee; color:red }
+    .status-skip, .status-skip td { color:grey }
+    .status-pass, .status-pass td { color:green }
+    .status-fail, .status-fail td { color:red }
+    .capitalize { text-transform:capitalize }
+    
+    .aside { margin:0 20px 0 0; display:block; width:255px; float:left }
+    .aside > div { margin-bottom: 15px }
+    .aside > div div:first-child { border-top-left-radius:4px; border-top-right-radius:4px }
+    .aside > div div:last-child { border-bottom-left-radius:4px; border-bottom-right-radius:4px }
+    .navcls { color:#678; background:#eee; border:1px solid #ddd; margin-bottom:-1px; display:block; padding:8px 9px; font-weight:bold; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; cursor:pointer }
+    .navcls.expanded { color:#469 }
+    .navcls.active { background:#428bca; background-image:linear-gradient(to bottom, #428bca 0px, #3278b3 100%); border-color:#3278b3; color:#fff }
+    .navmet { color:#555; background:#fff; border:1px solid #ddd; font-size:12px; display:block; margin-bottom:-1px; padding:8px 10px; text-align:left; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer }
+    .navmet:hover { background:#f8f8f8 }
+    .navmet.active, .navmet.active:hover { background:#428bca; background-image:linear-gradient(to bottom, #428bca 0px, #3278b3 100%); border-color:#3278b3; color:#fff }
+
+    .buttn { color:#555; background:#fff; border:1px solid #ddd; border-radius:5px; font-size:12px; margin-bottom:-1px; padding:5px 7px; text-align:left; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; cursor:pointer }
+    .buttn:hover { background:#f8f8f8 }
+    .buttn.active, .bttn.active:hover { background:#428bca; background-image:linear-gradient(to bottom, #428bca 0px, #3278b3 100%); border-color:#3278b3; color:#fff; cursor:default }
+
+    .tabs { list-style:outside none none; margin:0 0 5px; padding:0; border-bottom:1px solid #ddd }
+    .tabs:after { clear:both }
+    .tabs li { float:left; margin-bottom:-1px; display:block; position:relative }
+    .tabs li div { border:1px solid transparent; border-radius:4px 4px 0 0; line-height:20px; margin-right:2px; padding:10px 15px; color:#428bca }
+    .tabs li div:hover { border-color:#eee #eee #ddd; background:#eee; cursor:pointer; }
+    .tabs li.active div { background:#fff; border-color:#ddd #ddd transparent; border-style:solid; border-width:1px; color:#555; cursor:default }
+    .failure-mesg { color:#900 }
+    .failure-trace { color:#333; white-space:pre; overflow:auto }
+
+    .link { color:#428BCA; padding:5px 15px 5px 5px; text-decoration:underline; cursor:pointer }
+    .link.active { color:#333; text-decoration:none; cursor:default }
+
+    .chart { padding:0; margin:0; width:890px }
+    .chart svg { height:300px; padding:0; margin:0; overflow:visible; float:right }
+    .chart.lower svg { height:180px }
+    .chart-label-y { font-size:12px; position:relative; top:5px; padding:0; margin:0 }
+
+    .expandable { cursor:pointer }
+    .clearfix { clear:both }
+    .sortable > .arrow { display:inline-block; width:12px; height:inherit; color:#c90 }
+    .content-main { margin:0 5px; display:block; float:left }
+
+    .content-wrap {  margin:0 auto; padding:0 5px }
+    
+    @media only screen and (min-width: 320px)  { .content-wrap { width:900px  } .content-main { width:600px } }
+    @media only screen and (min-width: 900px)  { .content-wrap { width:880px  } .content-main { width:590px } }
+    @media only screen and (min-width: 1000px) { .content-wrap { width:980px  } .content-main { width:690px } }
+    @media only screen and (min-width: 1100px) { .content-wrap { width:1080px } .content-main { width:790px } }
+    @media only screen and (min-width: 1200px) { .content-wrap { width:1180px } .content-main { width:890px } }
+
+  </style>
+</head>
+<body ng-controller="Controller">
+
+  <div class="header">
+    <div class="content-wrap">
+      <a href="https://github.com/openstack/rally">Rally</a>&nbsp;
+      <span>task results</span>
+    </div>
+  </div>
+
+  <div class="content-wrap">
+    
+
+    <p id="page-error" class="notify-error" style="display:none"></p>
+
+    <div id="content-nav" class="aside" ng-show="scenarios.length" ng-cloack>
+      <div>
+        <div class="navcls"
+             ng-class="{active:view.is_main}"
+             ng-click="location.path('')">Task overview</div>
+        <div class="navcls"
+             ng-class="{active:view.is_source}"
+             ng-click="location.path('source', '')">Input file</div>
+      </div>
+      <div>
+        <div class="navcls" title="{{n.cls}}"
+             ng-repeat-start="n in nav track by $index"
+             ng-click="showNav(n.idx)"
+             ng-class="{expanded:n.idx==nav_idx}">
+                <span ng-hide="n.idx==nav_idx">&#9658;</span>
+                <span ng-show="n.idx==nav_idx">&#9660;</span>
+                {{n.cls}}</div>
+        <div class="navmet" title="{{m.name}}"
+             ng-show="n.idx==nav_idx"
+             ng-class="{active:m.ref==scenario.ref}"
+             ng-click="location.path(m.ref)"
+             ng-repeat="m in n.met track by $index"
+             ng-repeat-end>{{m.name}}</div>
+      </div>
+    </div>
+
+    <div id="content-main" class="content-main" ng-show="scenarios.length" ng-cloak>
+
+      <div ng-show="view.is_main">
+        <h1>Task overview</h1>
+        <table class="linked compact"
+               ng-init="ov_srt='ref'; ov_dir=false">
+          <thead>
+            <tr>
+              <th class="sortable"
+                  title="Scenario name, with optional suffix of call number"
+                  ng-click="ov_srt='ref'; ov_dir=!ov_dir">
+                Scenario
+                <span class="arrow">
+                  <b ng-show="ov_srt=='ref' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='ref' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable"
+                  title="How long the scenario run, without context duration"
+                  ng-click="ov_srt='load_duration'; ov_dir=!ov_dir">
+                Load duration (s)
+                <span class="arrow">
+                  <b ng-show="ov_srt=='load_duration' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='load_duration' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable"
+                  title="Scenario duration plus context duration"
+                  ng-click="ov_srt='full_duration'; ov_dir=!ov_dir">
+                Full duration (s)
+                <span class="arrow">
+                  <b ng-show="ov_srt=='full_duration' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='full_duration' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable" title="Number of iterations"
+                  ng-click="ov_srt='iterations_count'; ov_dir=!ov_dir">
+                Iterations
+                <span class="arrow">
+                  <b ng-show="ov_srt=='iterations_count' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='iterations_count' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable" title="Scenario runner type"
+                  ng-click="ov_srt='runner'; ov_dir=!ov_dir">
+                Runner
+                <span class="arrow">
+                  <b ng-show="ov_srt=='runner' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='runner' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable" title="Number of errors occurred"
+                  ng-click="ov_srt='errors.length'; ov_dir=!ov_dir">
+                Errors
+                <span class="arrow">
+                  <b ng-show="ov_srt=='errors.length' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='errors.length' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable" title="Number of hooks"
+                  ng-click="ov_srt='hooks.count'; ov_dir=!ov_dir">
+                Hooks
+                <span class="arrow">
+                  <b ng-show="ov_srt=='hooks.length' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='hooks.length' && ov_dir">&#x25be;</b>
+                </span>
+              <th class="sortable" title="Whether SLA check is successful"
+                  ng-click="ov_srt='sla_success'; ov_dir=!ov_dir">
+                Success (SLA)
+                <span class="arrow">
+                  <b ng-show="ov_srt=='sla_success' && !ov_dir">&#x25b4;</b>
+                  <b ng-show="ov_srt=='sla_success' && ov_dir">&#x25be;</b>
+                </span>
+            <tr>
+          </thead>
+          <tbody>
+            <tr ng-repeat="sc in scenarios | orderBy:ov_srt:ov_dir"
+                ng-click="location.path(sc.ref)">
+              <td>{{sc.ref}}
+              <td>{{sc.load_duration | number:3}}
+              <td>{{sc.full_duration | number:3}}
+              <td>{{sc.iterations_count}}
+              <td>{{sc.runner}}
+              <td>{{sc.errors.length}}
+              <td>{{sc.hooks.length}}
+              <td>
+                <span ng-show="sc.sla_success" class="status-pass">&#x2714;</span>
+                <span ng-hide="sc.sla_success" class="status-fail">&#x2716;</span>
+            <tr>
+          </tbody>
+        </table>
+      </div>
+
+      <div ng-show="view.is_source">
+        <h1>Input file</h1>
+        <pre class="code">{{source}}</pre>
+      </div>
+
+      <div ng-show="view.is_scenario">
+        <h1>{{scenario.cls}}.<wbr>{{scenario.name}} ({{scenario.full_duration | number:3}}s)</h1>
+        <ul class="tabs">
+          <li ng-repeat="t in tabs"
+              ng-show="t.isVisible()"
+              ng-class="{active:t.id == tab}"
+              ng-click="location.hash(t.id)">
+            <div>{{t.name}}</div>
+          </li>
+          <div class="clearfix"></div>
+        </ul>
+        <div ng-include="tab"></div>
+
+        <script type="text/ng-template" id="overview">
+          <p class="thesis">
+            Load duration: <b>{{scenario.load_duration | number:3}} s</b> &nbsp;
+            Full duration: <b>{{scenario.full_duration | number:3}} s</b> &nbsp;
+            Iterations: <b>{{scenario.iterations_count}}</b> &nbsp;
+            Failures: <b>{{scenario.errors.length}}</b>
+          </p>
+
+          <div ng-show="scenario.sla.length">
+            <h2>Service-level agreement</h2>
+            <table class="striped">
+              <thead>
+                <tr>
+                  <th>Criterion
+                  <th>Detail
+                  <th>Success
+                <tr>
+              </thead>
+              <tbody>
+                <tr class="rich"
+                    ng-repeat="row in scenario.sla track by $index"
+                    ng-class="{'status-fail':!row.success, 'status-pass':row.success}">
+                  <td>{{row.criterion}}
+                  <td>{{row.detail}}
+                  <td class="capitalize">{{row.success}}
+                <tr>
+              </tbody>
+            </table>
+          </div>
+
+          <div widget="Table"
+               data="scenario.table"
+               lastrow-class="rich"
+               title="Total durations">
+          </div>
+
+          <div widget="StackedArea"
+               data="scenario.iterations.iter"
+               name-x="Iteration sequence number"
+               controls="true"
+               guide="true">
+          </div>
+
+          <div widget="StackedArea"
+               data="scenario.load_profile"
+               title="Load Profile"
+               title-class="h3"
+               name-x="Timeline (seconds)"
+               format-y="d"
+               format-x=",.2f"
+               class="lower">
+          </div>
+
+          <div widget="Pie"
+               data="scenario.iterations.pie"
+               title="Distribution"
+               title-class="h3"
+               style="float:left; width:40%; margin-top:15px">
+          </div>
+
+          <div widget="Histogram"
+               ng-if="scenario.iterations.histogram.data.length"
+               data="scenario.iterations.histogram.data[mainHistogram.id]"
+               style="float:left; width:59%; margin-top:15px; position:relative; top:40px">
+          </div>
+
+          <select ng-model="mainHistogram"
+                  ng-show="scenario.iterations.histogram.data.length"
+                  ng-options="i.name for i in scenario.iterations.histogram.views track by i.id"
+                  style="float:right; margin:45px 35px 0">
+          </select>
+
+          <div class="clearfix"></div>
+
+        </script>
+
+        <script type="text/ng-template" id="details">
+
+          <div widget="StackedArea"
+               data="scenario.atomic.iter"
+               title="Atomic Action Durations"
+               name-x="Iteration sequence number"
+               controls="true"
+               guide="true">
+          </div>
+
+          <div widget="Pie"
+               data="scenario.atomic.pie"
+               title="Distribution"
+               title-class="h3"
+               style="float:left; margin-top:15px"
+               ng-style="compact_atomics() ? {width:'40%'} : {}">
+          </div>
+
+          <div widget="Histogram" data="scenario.atomic.histogram.data[atomicHistogram.id]"
+               ng-if="scenario.atomic.histogram.data.length"
+               style="float:left; position:relative; top:40px"
+               ng-style="compact_atomics() ? {width:'59%', 'margin-top':'15px'} : {}">
+          </div>
+
+          <select ng-show="scenario.atomic.histogram.data.length"
+                  ng-model="atomicHistogram"
+                  ng-options="i.name for i in scenario.atomic.histogram.views track by i.id"
+                  style="float:right; margin:45px 35px 0">
+          </select>
+
+          <div class="clearfix"></div>
+
+        </script>
+
+        <script type="text/ng-template" id="output">
+
+          <div style="padding:10px 0 0">
+            <span class="link"
+                  ng-click="location.hash('output/additive')"
+                  ng-class="{active:scenario.output.active === 'additive'}"
+                  ng-if="scenario.output.has_additive">Aggregated</span>
+            <span class="link"
+                  ng-click="location.hash('output/complete')"
+                  ng-class="{active:scenario.output.active === 'complete'}"
+                  ng-if="scenario.output.has_complete">Per iteration</span>
+          </div>
+
+          <div ng-repeat="chart in scenario.additive_output"
+               ng-if="scenario.output.active === 'additive'">
+            <div widget="{{chart.widget}}"
+                 title="{{chart.title}}"
+                 description="{{chart.description}}"
+                 name-x="{{chart.axis_label}}"
+                 name-y="{{chart.label}}"
+                 data="chart.data">
+            </div>
+          </div>
+
+          <div ng-if="scenario.output.active === 'complete'" style="padding:10px 0 0">
+            <select ng-model="outputIteration">
+              <option ng-repeat="i in scenario.complete_output track by $index"
+                      value="{{$index}}">
+                Iteration {{$index}}
+            </select>
+
+            <div ng-repeat="chart in scenario.complete_output[outputIteration]">
+              <div widget="{{chart.widget}}"
+                   title="{{chart.title}}"
+                   description="{{chart.description}}"
+                   name-x="{{chart.axis_label}}"
+                   name-y="{{chart.label}}"
+                   data="chart.data">
+              </div>
+            </div>
+          </div>
+        </script>
+
+        <script type="text/ng-template" id="hooks">
+
+          <div style="padding:15px 0">
+            <span ng-repeat="h in scenario.hooks track by $index"
+                  class="buttn"
+                  title="{{h.desc}}"
+                  style="margin:0 10px 0 0"
+                  ng-click="location.hash('hooks/'+$index)"
+                  ng-class="{active:scenario.hook_idx===$index}">
+              {{h.name}}
+            </span>
+          </div>
+
+          <table class="striped" style="margin:5px 0 25px">
+            <thead>
+              <tr>
+                <th>Plugin
+                <th>Description
+            </thead>
+            <tbody>
+              <tr>
+                <td>{{scenario.hooks.cur.name}}
+                <td>{{scenario.hooks.cur.desc}}
+            </tbody>
+          </table>
+
+          <div>
+            <span class="link"
+                  ng-click="scenario.hooks.cur.active = 'additive'"
+                  ng-class="{active:scenario.hooks.cur.active === 'additive'}"
+                  ng-if="scenario.hooks.cur.additive.length">Aggregated</span>
+            <span class="link"
+                  ng-click="scenario.hooks.cur.active = 'complete'"
+                  ng-class="{active:scenario.hooks.cur.active === 'complete'}"
+                  ng-if="scenario.hooks.cur.complete.length">Per hook run</span>
+          </div>
+
+          <div ng-repeat="chart in scenario.hooks.cur.additive"
+               ng-if="scenario.hooks.cur.active === 'additive'">
+            <div widget="{{chart.widget}}"
+                 title="{{chart.title}}"
+                 description="{{chart.description}}"
+                 name-x="{{chart.axis_label}}"
+                 name-y="{{chart.label}}"
+                 data="chart.data">
+            </div>
+          </div>
+
+          <div ng-if="scenario.hooks.cur.active === 'complete'" style="padding:10px 0 0">
+
+            <select ng-if="complete_hooks_as_dropdown()"
+                    ng-model="scenario.hooks.cur.run_idx"
+                    ng-change="set_hook_run()">
+              <option ng-repeat="h in scenario.hooks.cur.complete track by $index"
+                      ng-selected="scenario.hooks.cur.run_idx == $index"
+                      value="{{$index}}">
+                {{h.triggered_by}}
+            </select>
+
+            <div ng-if="! complete_hooks_as_dropdown()"
+                 style="border:#ccc solid; border-width:1px 0 0; padding:5px 0 0">
+              <span ng-repeat="h in scenario.hooks.cur.complete track by $index"
+                    class="link"
+                    ng-class="{active:scenario.hooks.cur.run_idx == $index}"
+                    ng-click="set_hook_run($index)">
+                {{h.triggered_by}}
+              </span>
+            </div>
+
+            <table class="striped" style="margin:15px 0 15px">
+              <thead>
+                <tr>
+                  <th>Status
+                  <th>Triggered by
+                  <th>Started at
+                  <th>Finished at
+              </thead>
+              <tbody>
+                <tr>
+                  <td ng-style="scenario.hooks.cur.run.status === 'success' ? {color:'green'} : {color:'red'}">
+                    <b>{{scenario.hooks.cur.run.status}}</b>
+                  <td>{{scenario.hooks.cur.run.triggered_by}}
+                  <td>{{scenario.hooks.cur.run.started_at}}
+                  <td>{{scenario.hooks.cur.run.finished_at}}
+              </tbody>
+            </table>
+
+            <div ng-repeat="chart in scenario.hooks.cur.run.charts">
+              <div widget="{{chart.widget}}"
+                   title="{{chart.title}}"
+                   description="{{chart.description}}"
+                   name-x="{{chart.axis_label}}"
+                   name-y="{{chart.label}}"
+                   data="chart.data">
+              </div>
+            </div>
+          </div>
+        </script>
+
+        <script type="text/ng-template" id="failures">
+          <h2>Task failures (<ng-pluralize
+            count="scenario.errors.length"
+            when="{'1': '1 iteration', 'other': '{} iterations'}"></ng-pluralize> failed)
+          </h2>
+          <table class="striped">
+            <thead>
+              <tr>
+                <th>
+                <th>Iteration
+                <th>Exception type
+                <th>Exception message
+              </tr>
+            </thead>
+            <tbody>
+              <tr class="expandable"
+                  ng-repeat-start="i in scenario.errors track by $index"
+                  ng-click="i.expanded = ! i.expanded">
+                <td>
+                  <span ng-hide="i.expanded">&#9658;</span>
+                  <span ng-show="i.expanded">&#9660;</span>
+                <td>{{i.iteration}}
+                <td>{{i.type}}
+                <td class="failure-mesg">{{i.message}}
+              </tr>
+              <tr ng-show="i.expanded" ng-repeat-end>
+                <td colspan="4" class="failure-trace">{{i.traceback}}
+              </tr>
+            </tbody>
+          </table>
+        </script>
+
+        <script type="text/ng-template" id="task">
+          <h2>Subtask Configuration</h2>
+          <pre class="code">{{scenario.config}}</pre>
+        </script>
+      </div>
+
+    </div>
+    <div class="clearfix"></div>
+
+
+  </div>
+
+  <script type="text/javascript">
+    if (! window.angular) {(function(f){
+      f(document.getElementById("content-nav"), "none");
+      f(document.getElementById("content-main"), "none");
+      f(document.getElementById("page-error"), "block").textContent = "Failed to load AngularJS framework"
+    })(function(e, s){e.style.display = s; return e})}
+</script>
+</body>
+</html>
\ No newline at end of file