From c82f432505bfc1167c14c6f04b688002562869a9 Mon Sep 17 00:00:00 2001 From: "Tharindu B. Hewage" Date: Mon, 22 Jan 2024 00:38:44 +1100 Subject: [PATCH] Add renewable emulation --- .../extensions/gc-emulator-service/Service.go | 21 + .../gc-emulator-service/internal/actions.go | 2 + .../gc-emulator-service/internal/models.go | 3 +- experiment/experiment-design.md | 11 +- .../elia-interpreted-trace.csv | 1345 +++++++++++ .../trace-generation/trace-generator.py | 34 +- .../nrl_azure_packing_2020_perc_55.csv | 2129 ++++++++++++++++- 7 files changed, 3537 insertions(+), 8 deletions(-) create mode 100644 experiment/trace-generation/renewable-dynamics/elia-interpreted-trace.csv diff --git a/deployment/extensions/gc-emulator-service/Service.go b/deployment/extensions/gc-emulator-service/Service.go index afd6bfb..a8d28b9 100644 --- a/deployment/extensions/gc-emulator-service/Service.go +++ b/deployment/extensions/gc-emulator-service/Service.go @@ -4,11 +4,18 @@ import ( "fmt" "github.com/gin-gonic/gin" "github.com/openstack-gc/extensions/gc-emulator-service/internal" + "log" "os" ) func main() { + err := configureLogFile() + if err != nil { + fmt.Println("Unable to setup log file", err) + return + } + configs, err := internal.NewConfigParser(os.Args[1]) if err != nil { fmt.Println("Unable to start the gc-emulator service", err) @@ -30,3 +37,17 @@ func main() { manager.Status = false } + +func configureLogFile() error { + // O_APPEND = Append data to the file when writing. + // O_CREATE = Create a new file if none exists. + // O_WRONLY = Open the file write-only. + flags := os.O_APPEND | os.O_CREATE | os.O_WRONLY + file, err := os.OpenFile("gc-emulation-service.log", flags, 0666) + if err != nil { + log.Fatal(err) + } + // Redirecting logs to the file + log.SetOutput(file) + return err +} diff --git a/deployment/extensions/gc-emulator-service/internal/actions.go b/deployment/extensions/gc-emulator-service/internal/actions.go index 106a5ee..524bd65 100644 --- a/deployment/extensions/gc-emulator-service/internal/actions.go +++ b/deployment/extensions/gc-emulator-service/internal/actions.go @@ -2,6 +2,7 @@ package internal import ( "fmt" + "log" "slices" "strconv" "strings" @@ -35,6 +36,7 @@ func (o *GreenCoreMgt) evictVMsOnGreenCores() error { return err } for _, server := range servers { + log.Printf("vm evicted: %s\n", server.Name) err := RunThirdPartyClient[any](nil, "openstack-shelve-offload-server.sh", server.Id) if err != nil { return err diff --git a/deployment/extensions/gc-emulator-service/internal/models.go b/deployment/extensions/gc-emulator-service/internal/models.go index ce9ca26..1bfe005 100644 --- a/deployment/extensions/gc-emulator-service/internal/models.go +++ b/deployment/extensions/gc-emulator-service/internal/models.go @@ -1,7 +1,8 @@ package internal type osServerModel struct { - Id string `json:"ID"` + Id string `json:"ID"` + Name string `json:"Name"` } type domainsVirshModel struct { diff --git a/experiment/experiment-design.md b/experiment/experiment-design.md index 062dd37..e955ac0 100644 --- a/experiment/experiment-design.md +++ b/experiment/experiment-design.md @@ -58,4 +58,13 @@ result is reduced trace. when pre-process script ran, initially it prits max values. so percentile can be adjusted by guessing for the size of the inventory we have. -ex: for 26 cores inventory, maybe 4 requests max at a time suits. then 70th percentile is better. \ No newline at end of file +ex: for 26 cores inventory, maybe 4 requests max at a time suits. then 70th percentile is better. + +#### Integration test + +1. run the trace generator file. its responsibility to create vms and delete them after end of life. also, it switches green core status by calling external api. +2. gc-emulation-service prints a log when a vm is evicted. this entry includes full vm name with regular or evictable type information. +3. power monitoring screen sessions are active in the physical node. it captures all power metrics throughout. +4. green score polling script also keeps polling and dumps green score locally. + +Once test ends, we can get power information, eviction information, and green score. \ No newline at end of file diff --git a/experiment/trace-generation/renewable-dynamics/elia-interpreted-trace.csv b/experiment/trace-generation/renewable-dynamics/elia-interpreted-trace.csv new file mode 100644 index 0000000..837a2e7 --- /dev/null +++ b/experiment/trace-generation/renewable-dynamics/elia-interpreted-trace.csv @@ -0,0 +1,1345 @@ +time,val +0.0,0.0 +0.010416666666666666,0.0 +0.020833333333333332,0.0 +0.03125,0.0 +0.041666666666666664,0.0 +0.052083333333333336,0.0 +0.0625,0.0 +0.07291666666666667,0.0 +0.08333333333333333,0.0 +0.09375,0.0 +0.10416666666666667,0.0 +0.11458333333333333,0.0 +0.125,0.0 +0.13541666666666666,0.0 +0.14583333333333334,0.0 +0.15625,0.0 +0.16666666666666666,0.0 +0.17708333333333334,0.0 +0.1875,0.0 +0.19791666666666666,0.0 +0.20833333333333334,0.0 +0.21875,0.0 +0.22916666666666666,0.0 +0.23958333333333334,0.0 +0.25,0.0 +0.2604166666666667,0.0 +0.2708333333333333,0.0 +0.28125,0.0 +0.2916666666666667,0.0 +0.3020833333333333,0.0 +0.3125,0.0 +0.3229166666666667,0.012317831534343892 +0.3333333333333333,0.030535332171838236 +0.34375,0.0546153191240178 +0.3541666666666667,0.08017642048339585 +0.3645833333333333,0.11159794244698884 +0.375,0.1502287939518966 +0.3854166666666667,0.19977279387135058 +0.3958333333333333,0.252353388182132 +0.40625,0.3109121485939348 +0.4166666666666667,0.36079905645145705 +0.4270833333333333,0.38790944066355315 +0.4375,0.41218980153135093 +0.4479166666666667,0.4313162147757732 +0.4583333333333333,0.45442944922785666 +0.46875,0.4886830602462184 +0.4791666666666667,0.5324224137441552 +0.4895833333333333,0.5865522909076547 +0.5,0.6282879052494096 +0.5104166666666666,0.6599283925228533 +0.5208333333333334,0.6909347066819178 +0.53125,0.7167891389280772 +0.5416666666666666,0.7764468573100747 +0.5520833333333334,0.8078415250375539 +0.5625,0.8373212791590735 +0.5729166666666666,0.8592343358279181 +0.5833333333333334,0.863111674380654 +0.59375,0.8290852915140243 +0.6041666666666666,0.7728277325661252 +0.6145833333333334,0.7032091582963856 +0.625,0.6473007044179658 +0.6354166666666666,0.5967858205774752 +0.6458333333333334,0.5197720028240945 +0.65625,0.4672802340635356 +0.6666666666666666,0.3972815690672624 +0.6770833333333334,0.34060260518342417 +0.6875,0.29890623934060484 +0.6979166666666666,0.26028365067757825 +0.7083333333333334,0.21765978083359838 +0.71875,0.17990892198903446 +0.7291666666666666,0.1384542442712392 +0.7395833333333334,0.10183539476439463 +0.75,0.07383882076054375 +0.7604166666666666,0.04900071806576747 +0.7708333333333334,0.02899637787147161 +0.78125,0.01357378350028068 +0.7916666666666666,0.003057251496030347 +0.8020833333333334,1.342711805689004E-4 +0.8125,0.0 +0.8229166666666666,0.0 +0.8333333333333334,0.0 +0.84375,0.0 +0.8541666666666666,0.0 +0.8645833333333334,0.0 +0.875,0.0 +0.8854166666666666,0.0 +0.8958333333333334,0.0 +0.90625,0.0 +0.9166666666666666,0.0 +0.9270833333333334,0.0 +0.9375,0.0 +0.9479166666666666,0.0 +0.9583333333333334,0.0 +0.96875,0.0 +0.9791666666666666,0.0 +0.9895833333333334,0.0 +1.0,0.0 +1.0104166666666667,0.0 +1.0208333333333333,0.0 +1.03125,0.0 +1.0416666666666667,0.0 +1.0520833333333333,0.0 +1.0625,0.0 +1.0729166666666667,0.0 +1.0833333333333333,0.0 +1.09375,0.0 +1.1041666666666667,0.0 +1.1145833333333333,0.0 +1.125,0.0 +1.1354166666666667,0.0 +1.1458333333333333,0.0 +1.15625,0.0 +1.1666666666666667,0.0 +1.1770833333333333,0.0 +1.1875,0.0 +1.1979166666666667,0.0 +1.2083333333333333,0.0 +1.21875,0.0 +1.2291666666666667,0.0 +1.2395833333333333,0.0 +1.25,0.0 +1.2604166666666667,0.0 +1.2708333333333333,0.0 +1.28125,0.0 +1.2916666666666667,0.0 +1.3020833333333333,0.0 +1.3125,0.0 +1.3229166666666667,0.007990168099084717 +1.3333333333333333,0.03706710867889767 +1.34375,0.06702610762952478 +1.3541666666666667,0.10685300549673091 +1.3645833333333333,0.14618619856153756 +1.375,0.1802828155841571 +1.3854166666666667,0.2144682581569991 +1.3958333333333333,0.25583617603504216 +1.40625,0.30600608622699427 +1.4166666666666667,0.35162936767383635 +1.4270833333333333,0.39657096466548236 +1.4375,0.4325886924254723 +1.4479166666666667,0.4608930572893965 +1.4583333333333333,0.47618551190095915 +1.46875,0.49232077638440047 +1.4791666666666667,0.5105630655475383 +1.4895833333333333,0.5227631515850756 +1.5,0.5495698763580389 +1.5104166666666667,0.5802560053942084 +1.5208333333333333,0.607682443308259 +1.53125,0.6089693809312502 +1.5416666666666667,0.6088722925391465 +1.5520833333333333,0.6315579249238799 +1.5625,0.6408556877506586 +1.5729166666666667,0.6314794279260088 +1.5833333333333333,0.6075357778648683 +1.59375,0.5858313579535231 +1.6041666666666667,0.5743811248167014 +1.6145833333333333,0.5677708513117711 +1.625,0.5597827489231565 +1.6354166666666667,0.5210238233690907 +1.6458333333333333,0.48684870934860014 +1.65625,0.4467243491736722 +1.6666666666666667,0.41596385456057217 +1.6770833333333333,0.3861349953695734 +1.6875,0.3601814090208401 +1.6979166666666667,0.31413878834852904 +1.7083333333333333,0.26996356994136084 +1.71875,0.22858738922143657 +1.7291666666666667,0.203455955639879 +1.7395833333333333,0.19052873951679933 +1.75,0.15986533329580307 +1.7604166666666667,0.12358732601655648 +1.7708333333333333,0.08026318032314807 +1.78125,0.0399033291546069 +1.7916666666666667,0.013011910252361593 +1.8020833333333333,0.001958293525835655 +1.8125,0.0 +1.8229166666666667,0.0 +1.8333333333333333,0.0 +1.84375,0.0 +1.8541666666666667,0.0 +1.8645833333333333,0.0 +1.875,0.0 +1.8854166666666667,0.0 +1.8958333333333333,0.0 +1.90625,0.0 +1.9166666666666667,0.0 +1.9270833333333333,0.0 +1.9375,0.0 +1.9479166666666667,0.0 +1.9583333333333333,0.0 +1.96875,0.0 +1.9791666666666667,0.0 +1.9895833333333333,0.0 +2.0,0.0 +2.0104166666666665,0.0 +2.0208333333333335,0.0 +2.03125,0.0 +2.0416666666666665,0.0 +2.0520833333333335,0.0 +2.0625,0.0 +2.0729166666666665,0.0 +2.0833333333333335,0.0 +2.09375,0.0 +2.1041666666666665,0.0 +2.1145833333333335,0.0 +2.125,0.0 +2.1354166666666665,0.0 +2.1458333333333335,0.0 +2.15625,0.0 +2.1666666666666665,0.0 +2.1770833333333335,0.0 +2.1875,0.0 +2.1979166666666665,0.0 +2.2083333333333335,0.0 +2.21875,0.0 +2.2291666666666665,0.0 +2.2395833333333335,0.0 +2.25,0.0 +2.2604166666666665,0.0 +2.2708333333333335,0.0 +2.28125,0.0 +2.2916666666666665,0.0 +2.3020833333333335,0.0 +2.3125,0.0 +2.3229166666666665,0.0014563258815549964 +2.3333333333333335,0.012825996310035424 +2.34375,0.030686129036169463 +2.3541666666666665,0.05558207162411388 +2.3645833333333335,0.08296099819734783 +2.375,0.11499810188108744 +2.3854166666666665,0.15373430461998006 +2.3958333333333335,0.18835767781252374 +2.40625,0.20671771247246815 +2.4166666666666665,0.22528225246897135 +2.4270833333333335,0.2342618958833253 +2.4375,0.22960371877281965 +2.4479166666666665,0.21887235287965903 +2.4583333333333335,0.21671988256961608 +2.46875,0.23148144959031391 +2.4791666666666665,0.2415703795272141 +2.4895833333333335,0.2404032531114998 +2.5,0.24320229079874378 +2.5104166666666665,0.25509252026573753 +2.5208333333333335,0.26635477374976285 +2.53125,0.2765242663950043 +2.5416666666666665,0.2704779318484632 +2.5520833333333335,0.25785644087498655 +2.5625,0.23985583983687278 +2.5729166666666665,0.2372695703280687 +2.5833333333333335,0.21453642660251873 +2.59375,0.20651733855684995 +2.6041666666666665,0.20387736057581832 +2.6145833333333335,0.20116095130738595 +2.625,0.20582325983883226 +2.6354166666666665,0.207128788856056 +2.6458333333333335,0.19855195898340872 +2.65625,0.18541817181329998 +2.6666666666666665,0.17574031825998768 +2.6770833333333335,0.17159650305658442 +2.6875,0.1676695874525616 +2.6979166666666665,0.16625457578041244 +2.7083333333333335,0.16244540567319626 +2.71875,0.1644677362236109 +2.7291666666666665,0.16141668185899144 +2.7395833333333335,0.14477325259985868 +2.75,0.12334150647059189 +2.7604166666666665,0.09557422632894329 +2.7708333333333335,0.0656110959573756 +2.78125,0.034947689736379337 +2.7916666666666665,0.00977907336635653 +2.8020833333333335,6.341731143792679E-4 +2.8125,2.065710470290775E-6 +2.8229166666666665,0.0 +2.8333333333333335,0.0 +2.84375,0.0 +2.8541666666666665,0.0 +2.8645833333333335,0.0 +2.875,0.0 +2.8854166666666665,0.0 +2.8958333333333335,0.0 +2.90625,0.0 +2.9166666666666665,0.0 +2.9270833333333335,0.0 +2.9375,0.0 +2.9479166666666665,0.0 +2.9583333333333335,0.0 +2.96875,0.0 +2.9791666666666665,0.0 +2.9895833333333335,0.0 +3.0,0.0 +3.0104166666666665,0.0 +3.0208333333333335,0.0 +3.03125,0.0 +3.0416666666666665,0.0 +3.0520833333333335,0.0 +3.0625,0.0 +3.0729166666666665,0.0 +3.0833333333333335,0.0 +3.09375,0.0 +3.1041666666666665,0.0 +3.1145833333333335,0.0 +3.125,0.0 +3.1354166666666665,0.0 +3.1458333333333335,0.0 +3.15625,0.0 +3.1666666666666665,0.0 +3.1770833333333335,0.0 +3.1875,0.0 +3.1979166666666665,0.0 +3.2083333333333335,0.0 +3.21875,0.0 +3.2291666666666665,0.0 +3.2395833333333335,0.0 +3.25,0.0 +3.2604166666666665,0.0 +3.2708333333333335,0.0 +3.28125,0.0 +3.2916666666666665,0.0 +3.3020833333333335,0.0 +3.3125,0.0 +3.3229166666666665,0.002503641089992419 +3.3333333333333335,0.02514382784437931 +3.34375,0.054873532932804135 +3.3541666666666665,0.09336804754667274 +3.3645833333333335,0.1366178276631507 +3.375,0.18117107108638214 +3.3854166666666665,0.22951902464353768 +3.3958333333333335,0.28164309694038486 +3.40625,0.3285863673777427 +3.4166666666666665,0.3777812622277175 +3.4270833333333335,0.4368750416513257 +3.4375,0.49506610559941683 +3.4479166666666665,0.5445646598885244 +3.4583333333333335,0.5947696871584713 +3.46875,0.6407709936213766 +3.4791666666666665,0.6924550695880518 +3.4895833333333335,0.7348207256232454 +3.5,0.7721481138213996 +3.5104166666666665,0.8039538579324667 +3.5208333333333335,0.8215495797184035 +3.53125,0.8381248405320169 +3.5416666666666665,0.8420765446616829 +3.5520833333333335,0.8282156274060318 +3.5625,0.8213099573038498 +3.5729166666666665,0.801788993359602 +3.5833333333333335,0.7876161538229369 +3.59375,0.7775313553069774 +3.6041666666666665,0.7474876622270684 +3.6145833333333335,0.7114327516786132 +3.625,0.6815894325143224 +3.6354166666666665,0.6553735009358621 +3.6458333333333335,0.6315248735563551 +3.65625,0.5920016351282817 +3.6666666666666665,0.5461593883715888 +3.6770833333333335,0.49400639612815767 +3.6875,0.44368982049281497 +3.6979166666666665,0.39182189629428393 +3.7083333333333335,0.34411431298291845 +3.71875,0.29387830005591714 +3.7291666666666665,0.2485772694424404 +3.7395833333333335,0.21195635422512554 +3.75,0.17190016249571713 +3.7604166666666665,0.12706391673805587 +3.7708333333333335,0.08778856356641736 +3.78125,0.049201091981385676 +3.7916666666666665,0.01850256868239447 +3.8020833333333335,0.0024747211434083486 +3.8125,7.229986646017712E-5 +3.8229166666666665,0.0 +3.8333333333333335,0.0 +3.84375,0.0 +3.8541666666666665,0.0 +3.8645833333333335,0.0 +3.875,0.0 +3.8854166666666665,0.0 +3.8958333333333335,0.0 +3.90625,0.0 +3.9166666666666665,0.0 +3.9270833333333335,0.0 +3.9375,0.0 +3.9479166666666665,0.0 +3.9583333333333335,0.0 +3.96875,0.0 +3.9791666666666665,0.0 +3.9895833333333335,0.0 +4.0,0.0 +4.010416666666667,0.0 +4.020833333333333,0.0 +4.03125,0.0 +4.041666666666667,0.0 +4.052083333333333,0.0 +4.0625,0.0 +4.072916666666667,0.0 +4.083333333333333,0.0 +4.09375,0.0 +4.104166666666667,0.0 +4.114583333333333,0.0 +4.125,0.0 +4.135416666666667,0.0 +4.145833333333333,0.0 +4.15625,0.0 +4.166666666666667,0.0 +4.177083333333333,0.0 +4.1875,0.0 +4.197916666666667,0.0 +4.208333333333333,0.0 +4.21875,0.0 +4.229166666666667,0.0 +4.239583333333333,0.0 +4.25,0.0 +4.260416666666667,0.0 +4.270833333333333,0.0 +4.28125,0.0 +4.291666666666667,0.0 +4.302083333333333,0.0 +4.3125,0.0 +4.322916666666667,0.0015506726732248477 +4.333333333333333,0.02956084704728633 +4.34375,0.07531897071292128 +4.354166666666667,0.12945563012677108 +4.364583333333333,0.1866037408190576 +4.375,0.24698190881881243 +4.385416666666667,0.30727222579755453 +4.395833333333333,0.3693951559355624 +4.40625,0.43325467602382206 +4.416666666666667,0.49644611974298475 +4.427083333333333,0.5596641230731514 +4.4375,0.6212150000510763 +4.447916666666667,0.6796175416015446 +4.458333333333333,0.7308040411469667 +4.46875,0.7763619462065727 +4.479166666666667,0.8207798310400132 +4.489583333333333,0.8618307744169655 +4.5,0.8978987261601955 +4.510416666666667,0.9305016701909228 +4.520833333333333,0.9571021421347801 +4.53125,0.9774529333047308 +4.541666666666667,0.9914416761157594 +4.552083333333333,0.9985800823347942 +4.5625,1.0 +4.572916666666667,0.9937196735210896 +4.583333333333333,0.9813204212762917 +4.59375,0.9658647707190505 +4.604166666666667,0.943156303310758 +4.614583333333333,0.912723075194345 +4.625,0.8768635142451452 +4.635416666666667,0.8363335478532685 +4.645833333333333,0.7931435342670059 +4.65625,0.7447600952059904 +4.666666666666667,0.692474436374409 +4.677083333333333,0.6272726344069547 +4.6875,0.5657319726640312 +4.697916666666667,0.5033679629799884 +4.708333333333333,0.4384440154045745 +4.71875,0.3766786184916185 +4.729166666666667,0.3137037377544871 +4.739583333333333,0.2539425699488217 +4.75,0.19583831326039658 +4.760416666666667,0.1368494172208432 +4.770833333333333,0.08375062568314386 +4.78125,0.036143544482240816 +4.791666666666667,0.0071159327020318104 +4.802083333333333,4.351690110630996E-4 +4.8125,1.6344376002369937E-5 +4.822916666666667,0.0 +4.833333333333333,0.0 +4.84375,0.0 +4.854166666666667,0.0 +4.864583333333333,0.0 +4.875,0.0 +4.885416666666667,0.0 +4.895833333333333,0.0 +4.90625,0.0 +4.916666666666667,0.0 +4.927083333333333,0.0 +4.9375,0.0 +4.947916666666667,0.0 +4.958333333333333,0.0 +4.96875,0.0 +4.979166666666667,0.0 +4.989583333333333,0.0 +5.0,0.0 +5.010416666666667,0.0 +5.020833333333333,0.0 +5.03125,0.0 +5.041666666666667,0.0 +5.052083333333333,0.0 +5.0625,0.0 +5.072916666666667,0.0 +5.083333333333333,0.0 +5.09375,0.0 +5.104166666666667,0.0 +5.114583333333333,0.0 +5.125,0.0 +5.135416666666667,0.0 +5.145833333333333,0.0 +5.15625,0.0 +5.166666666666667,0.0 +5.177083333333333,0.0 +5.1875,0.0 +5.197916666666667,0.0 +5.208333333333333,0.0 +5.21875,0.0 +5.229166666666667,0.0 +5.239583333333333,0.0 +5.25,0.0 +5.260416666666667,0.0 +5.270833333333333,0.0 +5.28125,0.0 +5.291666666666667,0.0 +5.302083333333333,0.0 +5.3125,0.0 +5.322916666666667,0.0011522785081670805 +5.333333333333333,0.02224265269222519 +5.34375,0.05326632139172363 +5.354166666666667,0.09743699753812839 +5.364583333333333,0.14384889624385813 +5.375,0.1851756509658505 +5.385416666666667,0.23506072957208385 +5.395833333333333,0.2806186346316898 +5.40625,0.33587284075470164 +5.416666666666667,0.3845790812417641 +5.427083333333333,0.4343906101559868 +5.4375,0.4882657595537986 +5.447916666666667,0.5231936910708632 +5.458333333333333,0.566316284106116 +5.46875,0.6114288049196573 +5.479166666666667,0.6374408793274291 +5.489583333333333,0.6532295465457184 +5.5,0.6689691806360006 +5.510416666666667,0.6830927645490487 +5.520833333333333,0.6910095716751965 +5.53125,0.7111213263461127 +5.541666666666667,0.7166375532469126 +5.552083333333333,0.7308367298989715 +5.5625,0.7213998958046032 +5.572916666666667,0.7072231926695476 +5.583333333333333,0.7053558477112768 +5.59375,0.6991756305353806 +5.604166666666667,0.6989447662243472 +5.614583333333333,0.6983093786072551 +5.625,0.6816258568028359 +5.635416666666667,0.6595650352936371 +5.645833333333333,0.6225858845882751 +5.65625,0.5720715475059505 +5.666666666666667,0.5284320635796227 +5.677083333333333,0.49721226236809585 +5.6875,0.46500566945542593 +5.697916666666667,0.4125933417098261 +5.708333333333333,0.35202108424504314 +5.71875,0.295937401039911 +5.729166666666667,0.23729786603740827 +5.739583333333333,0.1855454424729041 +5.75,0.14471514817198375 +5.760416666666667,0.10012564739051824 +5.770833333333333,0.05903384307355992 +5.78125,0.023766765754446185 +5.791666666666667,0.0030563983124431786 +5.802083333333333,8.580797401244218E-5 +5.8125,6.129141000888726E-6 +5.822916666666667,0.0 +5.833333333333333,0.0 +5.84375,0.0 +5.854166666666667,0.0 +5.864583333333333,0.0 +5.875,0.0 +5.885416666666667,0.0 +5.895833333333333,0.0 +5.90625,0.0 +5.916666666666667,0.0 +5.927083333333333,0.0 +5.9375,0.0 +5.947916666666667,0.0 +5.958333333333333,0.0 +5.96875,0.0 +5.979166666666667,0.0 +5.989583333333333,0.0 +6.0,0.0 +6.010416666666667,0.0 +6.020833333333333,0.0 +6.03125,0.0 +6.041666666666667,0.0 +6.052083333333333,0.0 +6.0625,0.0 +6.072916666666667,0.0 +6.083333333333333,0.0 +6.09375,0.0 +6.104166666666667,0.0 +6.114583333333333,0.0 +6.125,0.0 +6.135416666666667,0.0 +6.145833333333333,0.0 +6.15625,0.0 +6.166666666666667,0.0 +6.177083333333333,0.0 +6.1875,0.0 +6.197916666666667,0.0 +6.208333333333333,0.0 +6.21875,0.0 +6.229166666666667,0.0 +6.239583333333333,0.0 +6.25,0.0 +6.260416666666667,0.0 +6.270833333333333,0.0 +6.28125,0.0 +6.291666666666667,0.0 +6.302083333333333,0.0 +6.3125,0.0 +6.322916666666667,1.0828149101570085E-4 +6.333333333333333,0.003481352088504797 +6.34375,0.010989549814593486 +6.354166666666667,0.019310880246800083 +6.364583333333333,0.026267455282808785 +6.375,0.03398812989692829 +6.385416666666667,0.04026028418783775 +6.395833333333333,0.04470186836648178 +6.40625,0.05092907562338473 +6.416666666666667,0.062120887091007534 +6.427083333333333,0.07593392786001044 +6.4375,0.09309960875649946 +6.447916666666667,0.11947738857732423 +6.458333333333333,0.1474569172463813 +6.46875,0.17056377881973178 +6.479166666666667,0.19864954593280423 +6.489583333333333,0.22871706863616403 +6.5,0.2653019112704688 +6.510416666666667,0.31466601289162666 +6.520833333333333,0.3744905151543012 +6.53125,0.4243592493845322 +6.541666666666667,0.4584740481954789 +6.552083333333333,0.48122133349677715 +6.5625,0.5187500638452188 +6.572916666666667,0.5452136516400561 +6.583333333333333,0.5773283074377127 +6.59375,0.5907286527126557 +6.604166666666667,0.608723810691265 +6.614583333333333,0.6199360526288908 +6.625,0.6057450481648331 +6.635416666666667,0.5871941814021433 +6.645833333333333,0.5758041943754918 +6.65625,0.5621137364265065 +6.666666666666667,0.5345407741105085 +6.677083333333333,0.502509883239864 +6.6875,0.47463250692082176 +6.697916666666667,0.44036856567885346 +6.708333333333333,0.3929290143319748 +6.71875,0.3356726221486726 +6.729166666666667,0.2793968925255126 +6.739583333333333,0.22339084510639173 +6.75,0.16839814899941777 +6.760416666666667,0.1143881584995863 +6.770833333333333,0.06830519036090427 +6.78125,0.029720204713309432 +6.791666666666667,0.0064621576619370135 +6.802083333333333,2.69682204039104E-4 +6.8125,3.88178930056286E-5 +6.822916666666667,0.0 +6.833333333333333,0.0 +6.84375,0.0 +6.854166666666667,0.0 +6.864583333333333,0.0 +6.875,0.0 +6.885416666666667,0.0 +6.895833333333333,0.0 +6.90625,0.0 +6.916666666666667,0.0 +6.927083333333333,0.0 +6.9375,0.0 +6.947916666666667,0.0 +6.958333333333333,0.0 +6.96875,0.0 +6.979166666666667,0.0 +6.989583333333333,0.0 +7.0,0.0 +7.010416666666667,0.0 +7.020833333333333,0.0 +7.03125,0.0 +7.041666666666667,0.0 +7.052083333333333,0.0 +7.0625,0.0 +7.072916666666667,0.0 +7.083333333333333,0.0 +7.09375,0.0 +7.104166666666667,0.0 +7.114583333333333,0.0 +7.125,0.0 +7.135416666666667,0.0 +7.145833333333333,0.0 +7.15625,0.0 +7.166666666666667,0.0 +7.177083333333333,0.0 +7.1875,0.0 +7.197916666666667,0.0 +7.208333333333333,0.0 +7.21875,0.0 +7.229166666666667,0.0 +7.239583333333333,0.0 +7.25,0.0 +7.260416666666667,0.0 +7.270833333333333,0.0 +7.28125,0.0 +7.291666666666667,0.0 +7.302083333333333,0.0 +7.3125,0.0 +7.322916666666667,4.903312800710981E-5 +7.333333333333333,0.01951314189982941 +7.34375,0.05139897643345287 +7.354166666666667,0.0956309439898665 +7.364583333333333,0.14665808586926546 +7.375,0.19897439040585133 +7.385416666666667,0.24977679711521766 +7.395833333333333,0.30552133451830066 +7.40625,0.3581093643059259 +7.416666666666667,0.40870542326826237 +7.427083333333333,0.44892893261009476 +7.4375,0.4748041228688467 +7.447916666666667,0.4997292962724608 +7.458333333333333,0.5011001808096597 +7.46875,0.4997456406484632 +7.479166666666667,0.4946707118997273 +7.489583333333333,0.4768696433861462 +7.5,0.46653795470564813 +7.510416666666667,0.45868856813050995 +7.520833333333333,0.4528331954276609 +7.53125,0.4436272256443261 +7.541666666666667,0.42773436302902157 +7.552083333333333,0.4084010092652182 +7.5625,0.38703890983012074 +7.572916666666667,0.36664521467316363 +7.583333333333333,0.3479145597744477 +7.59375,0.324930281021115 +7.604166666666667,0.30289397607591967 +7.614583333333333,0.3095338788268825 +7.625,0.30661027856945855 +7.635416666666667,0.31812284841612787 +7.645833333333333,0.3269753710684115 +7.65625,0.31660895058890837 +7.666666666666667,0.3154382846577386 +7.677083333333333,0.3077380405136221 +7.6875,0.30328215500597594 +7.697916666666667,0.2865087391335438 +7.708333333333333,0.2516870460604947 +7.71875,0.2174864392755356 +7.729166666666667,0.17655194957760006 +7.739583333333333,0.1417384286925521 +7.75,0.1067778084234828 +7.760416666666667,0.06304843042914203 +7.770833333333333,0.028057164455068295 +7.78125,0.006202690692899391 +7.791666666666667,7.395830141072397E-4 +7.802083333333333,4.086094000592484E-6 +7.8125,0.0 +7.822916666666667,0.0 +7.833333333333333,0.0 +7.84375,0.0 +7.854166666666667,0.0 +7.864583333333333,0.0 +7.875,0.0 +7.885416666666667,0.0 +7.895833333333333,0.0 +7.90625,0.0 +7.916666666666667,0.0 +7.927083333333333,0.0 +7.9375,0.0 +7.947916666666667,0.0 +7.958333333333333,0.0 +7.96875,0.0 +7.979166666666667,0.0 +7.989583333333333,0.0 +8.0,0.0 +8.010416666666666,0.0 +8.020833333333334,0.0 +8.03125,0.0 +8.041666666666666,0.0 +8.052083333333334,0.0 +8.0625,0.0 +8.072916666666666,0.0 +8.083333333333334,0.0 +8.09375,0.0 +8.104166666666666,0.0 +8.114583333333334,0.0 +8.125,0.0 +8.135416666666666,0.0 +8.145833333333334,0.0 +8.15625,0.0 +8.166666666666666,0.0 +8.177083333333334,0.0 +8.1875,0.0 +8.197916666666666,0.0 +8.208333333333334,0.0 +8.21875,0.0 +8.229166666666666,0.0 +8.239583333333334,0.0 +8.25,0.0 +8.260416666666666,0.0 +8.270833333333334,0.0 +8.28125,0.0 +8.291666666666666,0.0 +8.302083333333334,0.0 +8.3125,0.0 +8.322916666666666,0.0 +8.333333333333334,0.004891054518709205 +8.34375,0.01767644264656309 +8.354166666666666,0.034680722830028717 +8.364583333333334,0.053125351148703176 +8.375,0.0689426210249967 +8.385416666666666,0.08184241978486716 +8.395833333333334,0.09470135760473171 +8.40625,0.10662662294546087 +8.416666666666666,0.12004944173740718 +8.427083333333334,0.12925132542674148 +8.4375,0.13054661722492927 +8.447916666666666,0.1381569673010328 +8.458333333333334,0.14431266791292538 +8.46875,0.16237320339554415 +8.479166666666666,0.18414391223070092 +8.489583333333334,0.21134503999264506 +8.5,0.25397321565382613 +8.510416666666666,0.342461667330657 +8.520833333333334,0.4448775704085074 +8.53125,0.5178470370710879 +8.541666666666666,0.5621913722125179 +8.552083333333334,0.6222160930812215 +8.5625,0.6820773701899014 +8.572916666666666,0.7113072436231397 +8.583333333333334,0.6981990540692391 +8.59375,0.6899349289530406 +8.604166666666666,0.6525880297876254 +8.614583333333334,0.5978282410386851 +8.625,0.5537392867722923 +8.635416666666666,0.5197225542173599 +8.645833333333334,0.5037847445680489 +8.65625,0.4910647339442045 +8.666666666666666,0.47209504254645385 +8.677083333333334,0.4321902485366677 +8.6875,0.3912945767317378 +8.697916666666666,0.3426802733596887 +8.708333333333334,0.2977802294341782 +8.71875,0.25468623905692955 +8.729166666666666,0.21483252122215077 +8.739583333333334,0.1655460553870042 +8.75,0.1117955318562104 +8.760416666666666,0.06401070556628156 +8.770833333333334,0.029037827015210488 +8.78125,0.009659526217400634 +8.791666666666666,0.0011645367901688582 +8.802083333333334,0.0 +8.8125,0.0 +8.822916666666666,0.0 +8.833333333333334,0.0 +8.84375,0.0 +8.854166666666666,0.0 +8.864583333333334,0.0 +8.875,0.0 +8.885416666666666,0.0 +8.895833333333334,0.0 +8.90625,0.0 +8.916666666666666,0.0 +8.927083333333334,0.0 +8.9375,0.0 +8.947916666666666,0.0 +8.958333333333334,0.0 +8.96875,0.0 +8.979166666666666,0.0 +8.989583333333334,0.0 +9.0,0.0 +9.010416666666666,0.0 +9.020833333333334,0.0 +9.03125,0.0 +9.041666666666666,0.0 +9.052083333333334,0.0 +9.0625,0.0 +9.072916666666666,0.0 +9.083333333333334,0.0 +9.09375,0.0 +9.104166666666666,0.0 +9.114583333333334,0.0 +9.125,0.0 +9.135416666666666,0.0 +9.145833333333334,0.0 +9.15625,0.0 +9.166666666666666,0.0 +9.177083333333334,0.0 +9.1875,0.0 +9.197916666666666,0.0 +9.208333333333334,0.0 +9.21875,0.0 +9.229166666666666,0.0 +9.239583333333334,0.0 +9.25,0.0 +9.260416666666666,0.0 +9.270833333333334,0.0 +9.28125,0.0 +9.291666666666666,0.0 +9.302083333333334,0.0 +9.3125,0.0 +9.322916666666666,0.0 +9.333333333333334,0.01998508575689784 +9.34375,0.04477133196449185 +9.354166666666666,0.07953173362753212 +9.364583333333334,0.11286608848436562 +9.375,0.15399262460032895 +9.385416666666666,0.20190207675727584 +9.395833333333334,0.25486194109895505 +9.40625,0.2991204682663725 +9.416666666666666,0.340385931578356 +9.427083333333334,0.37377340565719724 +9.4375,0.40463158754967166 +9.447916666666666,0.4463240476847171 +9.458333333333334,0.48341556597509544 +9.46875,0.5130765223253962 +9.479166666666666,0.5470789535513266 +9.489583333333334,0.5743679323342834 +9.5,0.5850980151798393 +9.510416666666666,0.5820416168673962 +9.520833333333334,0.5756182770984647 +9.53125,0.5719959547669395 +9.541666666666666,0.5672213539272472 +9.552083333333334,0.5884281817903222 +9.5625,0.6136720705259826 +9.572916666666666,0.658868356266536 +9.583333333333334,0.6995617664184366 +9.59375,0.7295945573227914 +9.604166666666666,0.7355806850336593 +9.614583333333334,0.7363795164107751 +9.625,0.7301257495428685 +9.635416666666666,0.7091170972388222 +9.645833333333334,0.6582799587304508 +9.65625,0.6073141082610607 +9.666666666666666,0.5455078504080988 +9.677083333333334,0.48486817239230606 +9.6875,0.4226941660792907 +9.697916666666666,0.3692092386585354 +9.708333333333334,0.31872350423421497 +9.71875,0.26827454465589984 +9.729166666666666,0.2239567691254738 +9.739583333333334,0.18019878847312884 +9.75,0.13047306753291862 +9.760416666666666,0.08907072007191527 +9.770833333333334,0.05487011328695618 +9.78125,0.024892484651609415 +9.791666666666666,0.0045825544216644715 +9.802083333333334,6.129141000888727E-5 +9.8125,0.0 +9.822916666666666,0.0 +9.833333333333334,0.0 +9.84375,0.0 +9.854166666666666,0.0 +9.864583333333334,0.0 +9.875,0.0 +9.885416666666666,0.0 +9.895833333333334,0.0 +9.90625,0.0 +9.916666666666666,0.0 +9.927083333333334,0.0 +9.9375,0.0 +9.947916666666666,0.0 +9.958333333333334,0.0 +9.96875,0.0 +9.979166666666666,0.0 +9.989583333333334,0.0 +10.0,0.0 +10.010416666666666,0.0 +10.020833333333334,0.0 +10.03125,0.0 +10.041666666666666,0.0 +10.052083333333334,0.0 +10.0625,0.0 +10.072916666666666,0.0 +10.083333333333334,0.0 +10.09375,0.0 +10.104166666666666,0.0 +10.114583333333334,0.0 +10.125,0.0 +10.135416666666666,0.0 +10.145833333333334,0.0 +10.15625,0.0 +10.166666666666666,0.0 +10.177083333333334,0.0 +10.1875,0.0 +10.197916666666666,0.0 +10.208333333333334,0.0 +10.21875,0.0 +10.229166666666666,0.0 +10.239583333333334,0.0 +10.25,0.0 +10.260416666666666,0.0 +10.270833333333334,0.0 +10.28125,0.0 +10.291666666666666,0.0 +10.302083333333334,0.0 +10.3125,0.0 +10.322916666666666,0.0 +10.333333333333334,0.0013014209391887064 +10.34375,0.009843400447427295 +10.354166666666666,0.02546045171769177 +10.364583333333334,0.044571113358462824 +10.375,0.0710081415422962 +10.385416666666666,0.1068942621024997 +10.395833333333334,0.1683899768114166 +10.40625,0.25022218136128227 +10.416666666666666,0.3328327868182608 +10.427083333333334,0.41275269937584924 +10.4375,0.4887050146588623 +10.447916666666666,0.5621586834605132 +10.458333333333334,0.631530344355572 +10.46875,0.6927032576384421 +10.479166666666666,0.7438284657738553 +10.489583333333334,0.7842807963797209 +10.5,0.8213253245890924 +10.510416666666666,0.8554666830110429 +10.520833333333334,0.8835320196541122 +10.53125,0.904577446804164 +10.541666666666666,0.9180084377841113 +10.552083333333334,0.9230874526268478 +10.5625,0.9229996016058352 +10.572916666666666,0.9178613384000901 +10.583333333333334,0.9033761351679896 +10.59375,0.8797278661395608 +10.604166666666666,0.8499606713452446 +10.614583333333334,0.8084663867692278 +10.625,0.7652334691959591 +10.635416666666666,0.7159081854678068 +10.645833333333334,0.6695494059840849 +10.65625,0.6159398526963114 +10.666666666666666,0.5604568253092663 +10.677083333333334,0.5116382172371876 +10.6875,0.45668638207021967 +10.697916666666666,0.39990193374398586 +10.708333333333334,0.3438672836668608 +10.71875,0.2862554013055071 +10.729166666666666,0.22632261755181682 +10.739583333333334,0.16829395360240265 +10.75,0.11323792303841951 +10.760416666666666,0.06972306497910985 +10.770833333333334,0.03596784244021535 +10.78125,0.01289571266586988 +10.791666666666666,0.0019408946502814301 +10.802083333333334,5.5162269007998546E-5 +10.8125,0.0 +10.822916666666666,0.0 +10.833333333333334,0.0 +10.84375,0.0 +10.854166666666666,0.0 +10.864583333333334,0.0 +10.875,0.0 +10.885416666666666,0.0 +10.895833333333334,0.0 +10.90625,0.0 +10.916666666666666,0.0 +10.927083333333334,0.0 +10.9375,0.0 +10.947916666666666,0.0 +10.958333333333334,0.0 +10.96875,0.0 +10.979166666666666,0.0 +10.989583333333334,0.0 +11.0,0.0 +11.010416666666666,0.0 +11.020833333333334,0.0 +11.03125,0.0 +11.041666666666666,0.0 +11.052083333333334,0.0 +11.0625,0.0 +11.072916666666666,0.0 +11.083333333333334,0.0 +11.09375,0.0 +11.104166666666666,0.0 +11.114583333333334,0.0 +11.125,0.0 +11.135416666666666,0.0 +11.145833333333334,0.0 +11.15625,0.0 +11.166666666666666,0.0 +11.177083333333334,0.0 +11.1875,0.0 +11.197916666666666,0.0 +11.208333333333334,0.0 +11.21875,0.0 +11.229166666666666,0.0 +11.239583333333334,0.0 +11.25,0.0 +11.260416666666666,0.0 +11.270833333333334,0.0 +11.28125,0.0 +11.291666666666666,0.0 +11.302083333333334,0.0 +11.3125,0.0 +11.322916666666666,0.0 +11.333333333333334,0.005379342751780005 +11.34375,0.026590256708855595 +11.354166666666666,0.0538261162698048 +11.364583333333334,0.08707262010562555 +11.375,0.12801119589756166 +11.385416666666666,0.17379792222120075 +11.395833333333334,0.22408343803949213 +11.40625,0.2896570745610003 +11.416666666666666,0.35331228994923036 +11.427083333333334,0.4102765264114902 +11.4375,0.4530987915376995 +11.447916666666666,0.48382008928115405 +11.458333333333334,0.5199697629043957 +11.46875,0.5735588857221662 +11.479166666666666,0.6116698844656921 +11.489583333333334,0.6579305976934001 +11.5,0.6953776061618299 +11.510416666666666,0.7333844095083408 +11.520833333333334,0.7737182433881893 +11.53125,0.8021983185723189 +11.541666666666666,0.8266556342128651 +11.552083333333334,0.8401867344958274 +11.5625,0.8414779402000145 +11.572916666666666,0.8303086022493948 +11.583333333333334,0.8153800578182302 +11.59375,0.796778114880533 +11.604166666666666,0.7741513693522521 +11.614583333333334,0.7492997456406486 +11.625,0.7101958260549786 +11.635416666666666,0.6771188951201824 +11.645833333333334,0.6446221895334703 +11.65625,0.5988375062568315 +11.666666666666666,0.5423738163096443 +11.677083333333334,0.48829027611780224 +11.6875,0.42693757469890603 +11.697916666666666,0.36663295639116183 +11.708333333333334,0.310571746703033 +11.71875,0.25939137629861186 +11.729166666666666,0.20743056194007747 +11.739583333333334,0.15629105247566222 +11.75,0.10718233172954146 +11.760416666666666,0.067365388740768 +11.770833333333334,0.03449480555300175 +11.78125,0.009614579183394116 +11.791666666666666,9.418446671365678E-4 +11.802083333333334,4.290398700622109E-5 +11.8125,0.0 +11.822916666666666,0.0 +11.833333333333334,0.0 +11.84375,0.0 +11.854166666666666,0.0 +11.864583333333334,0.0 +11.875,0.0 +11.885416666666666,0.0 +11.895833333333334,0.0 +11.90625,0.0 +11.916666666666666,0.0 +11.927083333333334,0.0 +11.9375,0.0 +11.947916666666666,0.0 +11.958333333333334,0.0 +11.96875,0.0 +11.979166666666666,0.0 +11.989583333333334,0.0 +12.0,0.0 +12.010416666666666,0.0 +12.020833333333334,0.0 +12.03125,0.0 +12.041666666666666,0.0 +12.052083333333334,0.0 +12.0625,0.0 +12.072916666666666,0.0 +12.083333333333334,0.0 +12.09375,0.0 +12.104166666666666,0.0 +12.114583333333334,0.0 +12.125,0.0 +12.135416666666666,0.0 +12.145833333333334,0.0 +12.15625,0.0 +12.166666666666666,0.0 +12.177083333333334,0.0 +12.1875,0.0 +12.197916666666666,0.0 +12.208333333333334,0.0 +12.21875,0.0 +12.229166666666666,0.0 +12.239583333333334,0.0 +12.25,0.0 +12.260416666666666,0.0 +12.270833333333334,0.0 +12.28125,0.0 +12.291666666666666,0.0 +12.302083333333334,0.0 +12.3125,0.0 +12.322916666666666,0.0 +12.333333333333334,9.234572441339014E-4 +12.34375,0.009655440123400041 +12.354166666666666,0.025721961733729693 +12.364583333333334,0.04885333987108374 +12.375,0.082751575699999 +12.385416666666666,0.12016793846342437 +12.395833333333334,0.14709938402132944 +12.40625,0.17241886549600074 +12.416666666666666,0.19867814859080837 +12.427083333333334,0.22865373417915483 +12.4375,0.26321800333016665 +12.447916666666666,0.2820038204978906 +12.458333333333334,0.31759982838405204 +12.46875,0.3553022177275189 +12.479166666666666,0.3975503866466449 +12.489583333333334,0.4333404839978345 +12.5,0.4509454199993872 +12.510416666666666,0.4470758889808262 +12.520833333333334,0.41794408180360204 +12.53125,0.3983042709897542 +12.541666666666666,0.39386881595211104 +12.552083333333334,0.39423452136516407 +12.5625,0.4035201699815105 +12.572916666666666,0.41049308939352164 +12.583333333333334,0.402351547097341 +12.59375,0.37180186530191134 +12.604166666666666,0.3442881513489219 +12.614583333333334,0.3351312146935941 +12.625,0.34729347348635764 +12.635416666666666,0.35014761014577145 +12.645833333333334,0.3307693093479616 +12.65625,0.29789055397219416 +12.666666666666666,0.2870460604946218 +12.677083333333334,0.27268344008253914 +12.6875,0.2511129498534114 +12.697916666666666,0.22843921424412375 +12.708333333333334,0.2111529935746172 +12.71875,0.1864954593280419 +12.729166666666666,0.15685901954174458 +12.739583333333334,0.13132093203804157 +12.75,0.0928074530354571 +12.760416666666666,0.05537065980202875 +12.770833333333334,0.02782017100303393 +12.78125,0.008004658147160677 +12.791666666666666,4.453842460645808E-4 +12.802083333333334,4.699008100681357E-5 +12.8125,0.0 +12.822916666666666,0.0 +12.833333333333334,0.0 +12.84375,0.0 +12.854166666666666,0.0 +12.864583333333334,0.0 +12.875,0.0 +12.885416666666666,0.0 +12.895833333333334,0.0 +12.90625,0.0 +12.916666666666666,0.0 +12.927083333333334,0.0 +12.9375,0.0 +12.947916666666666,0.0 +12.958333333333334,0.0 +12.96875,0.0 +12.979166666666666,0.0 +12.989583333333334,0.0 +13.0,0.0 +13.010416666666666,0.0 +13.020833333333334,0.0 +13.03125,0.0 +13.041666666666666,0.0 +13.052083333333334,0.0 +13.0625,0.0 +13.072916666666666,0.0 +13.083333333333334,0.0 +13.09375,0.0 +13.104166666666666,0.0 +13.114583333333334,0.0 +13.125,0.0 +13.135416666666666,0.0 +13.145833333333334,0.0 +13.15625,0.0 +13.166666666666666,0.0 +13.177083333333334,0.0 +13.1875,0.0 +13.197916666666666,0.0 +13.208333333333334,0.0 +13.21875,0.0 +13.229166666666666,0.0 +13.239583333333334,0.0 +13.25,0.0 +13.260416666666666,0.0 +13.270833333333334,0.0 +13.28125,0.0 +13.291666666666666,0.0 +13.302083333333334,0.0 +13.3125,0.0 +13.322916666666666,0.0 +13.333333333333334,0.0 +13.34375,0.0 +13.354166666666666,0.0 +13.364583333333334,0.0 +13.375,0.0 +13.385416666666666,0.0 +13.395833333333334,0.0 +13.40625,0.0 +13.416666666666666,0.0 +13.427083333333334,0.0 +13.4375,0.0 +13.447916666666666,0.0 +13.458333333333334,0.0 +13.46875,0.0 +13.479166666666666,0.0 +13.489583333333334,0.0 +13.5,0.0 +13.510416666666666,0.0 +13.520833333333334,0.0 +13.53125,0.0 +13.541666666666666,0.0 +13.552083333333334,0.0 +13.5625,0.0 +13.572916666666666,0.0 +13.583333333333334,0.0 +13.59375,0.0 +13.604166666666666,0.0 +13.614583333333334,0.0 +13.625,0.0 +13.635416666666666,0.0 +13.645833333333334,0.0 +13.65625,0.0 +13.666666666666666,0.0 +13.677083333333334,0.0 +13.6875,0.0 +13.697916666666666,0.0 +13.708333333333334,0.0 +13.71875,0.0 +13.729166666666666,0.0 +13.739583333333334,0.0 +13.75,0.0 +13.760416666666666,0.0 +13.770833333333334,0.0 +13.78125,0.0 +13.791666666666666,0.0 +13.802083333333334,0.0 +13.8125,0.0 +13.822916666666666,0.0 +13.833333333333334,0.0 +13.84375,0.0 +13.854166666666666,0.0 +13.864583333333334,0.0 +13.875,0.0 +13.885416666666666,0.0 +13.895833333333334,0.0 +13.90625,0.0 +13.916666666666666,0.0 +13.927083333333334,0.0 +13.9375,0.0 +13.947916666666666,0.0 +13.958333333333334,0.0 +13.96875,0.0 +13.979166666666666,0.0 +13.989583333333334,0.0 diff --git a/experiment/trace-generation/trace-generator.py b/experiment/trace-generation/trace-generator.py index 25db2b6..4c5e89e 100644 --- a/experiment/trace-generation/trace-generator.py +++ b/experiment/trace-generation/trace-generator.py @@ -8,6 +8,8 @@ from external import RequestsManager from math_utils import pick_random +import requests as rq + # 1 - normalized azure trace csv # 2 - starting time # 3 - end time @@ -26,11 +28,16 @@ nrl_trace_file = sys.argv[1] t_start = float(sys.argv[2]) t_stop = float(sys.argv[3]) +renewable_trace = sys.argv[4] # max_rq_cnt = float(sys.argv[4]) # max_lft = float(sys.argv[5]) # max_vcpu_cnt = float(sys.argv[6]) +r_df = pd.read_csv(renewable_trace) +# r_df = r_df[t_start <= r_df['time']] +# r_df = r_df[r_df['time'] <= t_stop] + print("nrl_trace_file: ", nrl_trace_file, " t_start: ", t_start, " t_stop: ", t_stop) df = pd.read_csv(nrl_trace_file) @@ -38,6 +45,7 @@ df = df[df['time'] <= t_stop] EXPERIMENT_UUID = uuid.uuid4() +print("Experiment UUID: ", EXPERIMENT_UUID) def generate_rqs(rq_count, row, time, type, bucket): @@ -55,7 +63,31 @@ def generate_rqs(rq_count, row, time, type, bucket): t_s = df['time'].values os_manager = RequestsManager() + + +def signal_renwble_status(time): + #print(time) + #print(r_df) + filt_r_df = r_df[r_df['time'] >= time] + #print(filt_r_df) + sorted_r_df = filt_r_df.sort_values(by=['time']) + #print(sorted_r_df) + first_rw = sorted_r_df.iloc[0] + #print(first_rw) + renw_val = first_rw['val'] + #print(renw_val) + is_renew_available = renw_val > 0 + is_cores_awake = rq.get(url='http://100.64.42.11:4000/gc/is-asleep').json()['is-awake'] + print('renwble status:', is_renew_available, 'gc status:', is_cores_awake) + if is_renew_available != is_cores_awake: + print('triggering core sleep switch. this may take around 2 mints...') + rp = rq.post(url='http://100.64.42.11:4000/gc/dev/switch') + print('done. triggered core sleep switch:', rp) + + for idx, t in enumerate(t_s): + signal_renwble_status(time=t) + row = df.loc[df['time'] == t].to_dict('list') vm_rqs = [] @@ -73,8 +105,6 @@ def generate_rqs(rq_count, row, time, type, bucket): if evct_rq_cnt > 0: generate_rqs(rq_count=evct_rq_cnt, row=row, time=t, type='evictable', bucket=vm_rqs) - #print('row: ', row, 'rq: ', vm_rqs, 'total rq: ', total_rq_cnt, 'evct: ', evct_rq_cnt, ' reg: ', reg_rq_cnt) - os_manager.handle_expired_vms(clk=t) os_manager.dispatch(vm_rqs=vm_rqs, clk=t) diff --git a/experiment/trace-pre-process/4-min-data/nrl_azure_packing_2020_perc_55.csv b/experiment/trace-pre-process/4-min-data/nrl_azure_packing_2020_perc_55.csv index bb90105..cb9f704 100644 --- a/experiment/trace-pre-process/4-min-data/nrl_azure_packing_2020_perc_55.csv +++ b/experiment/trace-pre-process/4-min-data/nrl_azure_packing_2020_perc_55.csv @@ -1,11 +1,2132 @@ time,request_count,regular_vm_count,evictable_vm_count,lifetime_distribution,vcpu_distribution +0.788078703917563,2,1.0,0.0,"[0.02051156247034669, 0.02051156247034669]","[1, 1]" +0.788090277928859,0,0,0,[],[] +0.788101851940155,0,0,0,[],[] +0.7881249999627471,1,1.0,0.0,[0.01584515068680048],[1] +0.7881365739740431,0,0,0,[],[] +0.7881712964735925,0,0,0,[],[] +0.7881828704848886,0,0,0,[],[] +0.7881944444961846,1,1.0,0.0,[0.003286435268819332],[1] +0.7882291665300727,2,1.0,0.0,"[0.008474375121295452, 0.008474375121295452]","[1, 1]" +0.7882407405413687,0,0,0,[],[] +0.7882638890296221,3,1.0,0.0,"[0.016116643324494362, 0.007978159468621016, 0.0013701850548386574]","[1, 1, 1]" +0.7882754630409181,2,1.0,0.0,"[0.0022377893328666687, 0.0057647451758384705]","[1, 1]" +0.7882870370522141,0,0,0,[],[] +0.7882986110635102,0,0,0,[],[] +0.7883101850748062,0,0,0,[],[] +0.7883333335630596,0,0,0,[],[] +0.7883449075743556,0,0,0,[],[] +0.7884027776308358,2,1.0,0.0,"[0.00679513905197382, 0.00679513905197382]","[1, 1, 1]" +0.7884259261190891,0,0,0,[],[] +0.7884375001303852,0,0,0,[],[] +0.7884490741416812,3,1.0,0.0,"[0.018131504766643047, 0.007697696797549725, 0.003312314860522747]","[1, 1, 1]" +0.7884606481529772,0,0,0,[],[] +0.7884722221642733,3,1.0,0.0,"[0.011047187726944685, 0.011047187726944685, 0.0012818868272006512]","[1, 1, 1]" +0.7884837961755693,2,1.0,0.0,"[0.008018877357244492, 0.008018877357244492]","[1, 1]" +0.7884953701868653,0,0,0,[],[] +0.7885069446638227,2,1.0,0.0,"[0.014085173606872559, 0.014085173606872559]","[1, 1]" +0.7885185186751187,0,0,0,[],[] +0.7885416666977108,1,1.0,0.0,[0.007714259438216686],[1] +0.7885648147203028,0,0,0,[],[] +0.7885763887315989,1,1.0,0.0,[0.009633669164031744],[1] +0.7885995372198522,1,1.0,0.0,[0.0018494096584618092],[1] +0.7886226852424443,2,1.0,0.0,"[0.0018188310787081718, 0.00963973393663764]","[1, 1]" +0.7886342592537403,0,0,0,[],[] +0.7886458332650363,2,1.0,0.0,"[0.00198829872533679, 0.00198829872533679]","[1, 1, 1, 1]" +0.7886574072763324,0,0,0,[],[] +0.7886689812876284,1,1.0,0.0,[0.001306250225752592],[1] +0.7886805557645857,0,0,0,[],[] +0.7887152777984738,1,1.0,0.0,[0.001296493224799633],[1] +0.7887384258210659,0,0,0,[],[] +0.7887499998323619,0,0,0,[],[] +0.788761573843658,0,0,0,[],[] +0.7887847223319113,1,1.0,0.0,[0.026788240764290094],"[1, 1]" +0.7887962963432074,2,1.0,0.0,"[0.0016488195396959782, 0.003604027908295393]","[1, 1]" +0.7888078703545034,0,0,0,[],[] +0.7888194443657994,0,0,0,[],[] +0.7888310183770955,0,0,0,[],[] +0.7888425923883915,0,0,0,[],[] +0.7888541668653488,0,0,0,[],[] +0.7888657408766448,0,0,0,[],[] +0.7888888888992369,1,1.0,0.0,[0.0015968866646289825],"[1, 1]" +0.788900462910533,2,1.0,0.0,"[0.0007719444110989571, 0.007805879693478346]","[1, 1]" +0.788912036921829,0,0,0,[],[] +0.7889351854100823,0,0,0,[],[] +0.7889583334326744,0,0,0,[],[] +0.7889814814552665,0,0,0,[],[] +0.7889930554665625,0,0,0,[],[] +0.7890046294778585,0,0,0,[],[] +0.7890162034891546,0,0,0,[],[] +0.7890277779661119,2,1.0,0.0,"[0.0034390389919281006, 0.0034390389919281006]","[1, 1]" +0.7890393519774079,0,0,0,[],[] +0.789050925988704,0,0,0,[],[] +0.7890625,2,1.0,0.0,"[0.00668819434940815, 0.00668819434940815]","[1, 1]" +0.789074074011296,0,0,0,[],[] +0.7890856480225921,0,0,0,[],[] +0.7890972220338881,0,0,0,[],[] +0.7891087965108454,0,0,0,[],[] +0.7891203705221415,0,0,0,[],[] +0.7891782405786216,0,0,0,[],[] +0.7891898145899177,2,1.0,0.0,"[0.0339132989756763, 0.0339132989756763]","[1, 1]" +0.789201389066875,2,1.0,0.0,"[0.019388888496905565, 0.019388888496905565]","[1, 1]" +0.789212963078171,1,1.0,0.0,[0.006171747576445341],[1] +0.789224537089467,0,0,0,[],[] +0.7892361111007631,0,0,0,[],[] +0.7892476851120591,0,0,0,[],[] +0.7892592591233552,1,1.0,0.0,[0.0009210188873112202],[1] +0.7892708331346512,0,0,0,[],[] +0.7892824076116085,0,0,0,[],[] +0.7893055556342006,0,0,0,[],[] +0.7893171296454966,1,1.0,0.0,[0.0008426965214312077],[1] +0.7893287036567926,1,1.0,0.0,[0.0014164932072162628],[1] +0.7893402776680887,0,0,0,[],[] +0.7893518516793847,0,0,0,[],[] +0.789363426156342,0,0,0,[],[] +0.7893750001676381,0,0,0,[],[] +0.7893865741789341,3,1.0,0.0,"[0.0029993862845003605, 0.009946759324520826, 0.009946759324520826]","[1, 1, 1]" +0.7893981481902301,0,0,0,[],[] +0.7894097222015262,0,0,0,[],[] +0.7894212962128222,2,1.0,0.0,"[0.020482986234128475, 0.020482986234128475]","[1, 1]" +0.7894328702241182,3,1.0,0.0,"[0.020900011528283358, 0.02089995378628373, 0.02089994214475155]","[1, 1, 1]" +0.7894444442354143,2,1.0,0.0,"[0.0003576967865228653, 0.001891585998237133]","[1, 1, 1]" +0.7894560187123716,3,1.0,0.0,"[0.002839560154825449, 0.026766284368932247, 0.026766284368932247]","[1, 1, 1]" +0.7894675927236676,2,1.0,0.0,"[0.019954976625740528, 0.019954976625740528]","[1, 1]" +0.7894907407462597,0,0,0,[],[] +0.7895138887688518,0,0,0,[],[] +0.7895254627801478,0,0,0,[],[] +0.7895601852796972,0,0,0,[],[] +0.7895717592909932,0,0,0,[],[] +0.7895833333022892,0,0,0,[],[] +0.7895949073135853,1,1.0,0.0,[0.0008448613807559013],[1] +0.7896064813248813,2,1.0,0.0,"[0.015019132290035486, 0.015019132290035486]","[1, 1]" +0.7896180553361773,1,1.0,0.0,[0.00945629645138979],[1] +0.7896296298131347,0,0,0,[],[] +0.7896412038244307,2,1.0,0.0,"[0.001704895868897438, 0.0015248260460793972]","[1, 1, 1]" +0.7896527778357267,1,1.0,0.0,[0.0008988194167613983],[1] +0.7896643518470228,2,1.0,0.0,"[0.006521342787891626, 0.006521342787891626]","[1, 1]" +0.7896759258583188,1,1.0,0.0,[0.0007357290014624596],[1] +0.7896874998696148,2,1.0,0.0,"[0.005121053196489811, 0.0051210420206189156]","[1, 1, 1, 1]" +0.7896990738809109,0,0,0,[],[] +0.7897106483578682,0,0,0,[],[] +0.7897337963804603,0,0,0,[],[] +0.7897453703917563,2,1.0,0.0,"[0.0027376506477594376, 0.02106086816638708]","[1, 1]" +0.7897685184143484,0,0,0,[],[] +0.7897800924256444,1,1.0,0.0,[0.006262338254600763],[1] +0.7898032409138978,1,0.5,0.5,[0.0078114233911037445],[1] +0.7898148149251938,0,0,0,[],[] +0.7898263889364898,1,1.0,0.0,[0.007743298541754484],[1] +0.7898379629477859,2,1.0,0.0,"[0.0026622340083122253, 0.0026622340083122253]","[1, 1]" +0.7898495369590819,0,0,0,[],[] +0.789872684981674,1,1.0,0.0,[0.000983784906566143],[1] +0.7898842594586313,2,1.0,0.0,"[0.002407615538686514, 0.002407615538686514]","[1, 1]" +0.7899074074812233,1,1.0,0.0,[0.001307835802435875],[1] +0.7899189814925194,0,0,0,[],[] +0.7899421295151114,0,0,0,[],[] +0.7899537035264075,0,0,0,[],[] +0.7899652780033648,1,1.0,0.0,[0.0008648610673844814],[1] +0.7899884260259569,2,1.0,0.0,"[0.0015847566537559032, 0.0017235763370990753]","[1, 1, 1]" +0.7900000000372529,0,0,0,[],[] +0.790023148059845,0,0,0,[],[] +0.790034722071141,1,1.0,0.0,[0.007034525740891695],"[1, 1]" +0.7900578705593944,0,0,0,[],[] +0.7900694445706904,0,0,0,[],[] +0.7900810185819864,1,1.0,0.0,[0.007294293958693743],[1] +0.7900925925932825,2,1.0,0.0,"[0.03241224540397525, 0.03241224540397525]","[1, 1]" +0.7901041666045785,0,0,0,[],[] +0.7901157406158745,0,0,0,[],[] +0.7901273146271706,0,0,0,[],[] +0.7901388891041279,0,0,0,[],[] +0.7901504631154239,1,1.0,0.0,[0.00642739562317729],[1] +0.790173611138016,2,1.0,0.0,"[0.0007496294565498829, 0.0007496294565498829]","[1, 1]" +0.790185185149312,2,1.0,0.0,"[0.03008772013708949, 0.03008772013708949]","[1, 1]" +0.790196759160608,0,0,0,[],[] +0.7902199071832001,0,0,0,[],[] +0.7902314816601574,0,0,0,[],[] +0.7902430556714535,1,1.0,0.0,[0.0008653122931718826],[1] +0.7902662036940455,2,1.0,0.0,"[0.012880891095846891, 0.012880891095846891]","[1, 1]" +0.7902777777053416,1,1.0,0.0,[0.034455405082553625],[1] +0.7902893517166376,2,1.0,0.0,"[0.003920312505215406, 0.003920312505215406]","[1, 1, 1, 1]" +0.7903009257279336,2,1.0,0.0,"[0.004895139019936323, 0.004895139019936323]","[1, 1]" +0.790312500204891,0,0,0,[],[] +0.790335648227483,2,0.6666666666666666,0.3333333333333333,"[0.0007463656365871429, 0.0007463656365871429]","[1, 1]" +0.7903587962500751,0,0,0,[],[] +0.7903703702613711,3,0.6,0.4,"[0.016210208646953106, 0.006308367941528559, 0.006308367941528559]","[1, 1, 1]" +0.7903935187496245,0,0,0,[],[] +0.7904050927609205,0,0,0,[],[] +0.7904282407835126,0,0,0,[],[] +0.7904398147948086,1,1.0,0.0,[0.0008192127570509911],"[1, 1, 1]" +0.7904513888061047,2,1.0,0.0,"[0.014013078995049, 0.014013078995049]","[1, 1]" +0.7904629628174007,0,0,0,[],[] +0.790486111305654,0,0,0,[],[] +0.7904976853169501,0,0,0,[],[] +0.7905092593282461,2,1.0,0.0,"[0.013336770702153444, 0.013336770702153444]","[1, 1]" +0.7905324073508382,2,1.0,0.0,"[0.017535613384097815, 0.017535613384097815]","[1, 1]" +0.7905439813621342,0,0,0,[],[] +0.7905555553734303,2,1.0,0.0,"[0.012919583357870579, 0.012919583357870579]","[1, 1]" +0.7905671298503876,0,0,0,[],[] +0.7905787038616836,0,0,0,[],[] +0.7905902778729796,0,0,0,[],[] +0.7906018518842757,1,1.0,0.0,[0.0014799418859183788],[1] +0.7906249999068677,0,0,0,[],[] +0.7906597224064171,2,1.0,0.0,"[0.004489131737500429, 0.004489131737500429]","[1, 1]" +0.7906712964177132,1,1.0,0.0,[0.008403483778238297],"[1, 1, 1]" +0.7906828704290092,0,0,0,[],[] +0.7906944444403052,2,1.0,0.0,"[0.028305358719080687, 0.028305358719080687]","[1, 1]" +0.7907060184516013,0,0,0,[],[] +0.7907175924628973,0,0,0,[],[] +0.7907291664741933,0,0,0,[],[] +0.7907407409511507,0,0,0,[],[] +0.7907638889737427,0,0,0,[],[] +0.7907870369963348,0,0,0,[],[] +0.7907986110076308,3,1.0,0.0,"[0.006108136847615242, 0.020471794065088034, 0.020472291857004166]","[1, 1, 1]" +0.7908333335071802,2,1.0,0.0,"[0.013934756629168987, 0.013934756629168987]","[1, 1]" +0.7908564815297723,2,1.0,0.0,"[0.011718611232936382, 0.011718611232936382]","[1, 1, 1]" +0.7908680555410683,0,0,0,[],[] +0.7908912035636604,0,0,0,[],[] +0.7909027775749564,1,1.0,0.0,[0.005444143898785114],[1] +0.7909143520519137,2,1.0,0.0,"[0.03138959454372525, 0.03138959454372525]","[1, 1]" +0.7909259260632098,0,0,0,[],[] +0.7909490740858018,2,1.0,0.0,"[0.02191475685685873, 0.02191475685685873]","[1, 1]" +0.7909606480970979,2,1.0,0.0,"[0.008463009260594845, 0.0065454053692519665]","[1, 1]" +0.7909722221083939,0,0,0,[],[] +0.7909837961196899,0,0,0,[],[] +0.7909953705966473,0,0,0,[],[] +0.7910069446079433,0,0,0,[],[] +0.7910185186192393,2,1.0,0.0,"[0.0036520948633551598, 0.0036520948633551598]","[1, 1]" +0.7910416666418314,0,0,0,[],[] +0.7910532406531274,2,1.0,0.0,"[0.005142662208527327, 0.005142662208527327]","[1, 1]" +0.7910763886757195,2,1.0,0.0,"[0.0014132410287857056, 0.004752534907311201]","[1, 1]" +0.7910879631526768,2,1.0,0.0,"[0.009513170924037695, 0.009513170924037695]","[1, 1, 1]" +0.7911226851865649,1,1.0,0.0,[0.0006212964653968811],[1] +0.791134259197861,3,1.0,0.0,"[0.003380729351192713, 0.003380729351192713, 0.014091597404330969]","[1, 1, 1]" +0.791157407220453,0,0,0,[],[] +0.7912037037312984,0,0,0,[],[] +0.7912152777425945,0,0,0,[],[] +0.7912384257651865,1,1.0,0.0,[0.0010067131370306015],[1] +0.7912499997764826,2,1.0,0.0,"[0.02780217630788684, 0.001038240734487772]","[1, 1, 1, 1]" +0.7912615742534399,1,1.0,0.0,[0.014578865375369787],"[1, 1]" +0.7912731482647359,1,1.0,0.0,[0.0010211225599050522],"[1, 1, 1]" +0.791284722276032,0,0,0,[],[] +0.791296296287328,0,0,0,[],[] +0.791307870298624,0,0,0,[],[] +0.7913194443099201,0,0,0,[],[] +0.7913425927981734,0,0,0,[],[] +0.7913541668094695,0,0,0,[],[] +0.7913657408207655,2,1.0,0.0,"[0.006652662064880133, 0.006652662064880133]","[1, 1]" +0.7913773148320615,0,0,0,[],[] +0.7913888888433576,2,1.0,0.0,"[0.004652997944504023, 0.0020648841746151447]","[1, 1]" +0.7914004628546536,2,1.0,0.0,"[0.017059375066310167, 0.0011007408611476421]","[1, 1]" +0.791435185354203,0,0,0,[],[] +0.791446759365499,0,0,0,[],[] +0.791458333376795,0,0,0,[],[] +0.7914699073880911,1,1.0,0.0,[0.008583009243011475],[1] +0.7914814813993871,0,0,0,[],[] +0.7914930554106832,0,0,0,[],[] +0.7915046294219792,0,0,0,[],[] +0.7915162038989365,0,0,0,[],[] +0.7915509259328246,1,1.0,0.0,[0.0018577775917947292],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7915624999441206,2,1.0,0.0,"[0.006681585684418678, 0.006681585684418678]","[1, 1]" +0.7915740739554167,1,1.0,0.0,[0.005604456178843975],"[1, 1]" +0.7915856479667127,0,0,0,[],[] +0.79159722244367,0,0,0,[],[] +0.7916087964549661,0,0,0,[],[] +0.7916203704662621,0,0,0,[],[] +0.7916319444775581,1,1.0,0.0,[0.0027248957194387913],"[1, 1, 1, 1, 1, 1, 1]" +0.7916435184888542,0,0,0,[],[] +0.7916550925001502,0,0,0,[],[] +0.7916666665114462,0,0,0,[],[] +0.7916782405227423,0,0,0,[],[] +0.7916898149996996,1,1.0,0.0,[0.007848205976188183],[1] +0.7917013890109956,1,1.0,0.0,[0.0010510068386793137],"[1, 1]" +0.7917245370335877,0,0,0,[],[] +0.7917361110448837,2,1.0,0.0,"[0.006904537323862314, 0.006904537323862314]","[1, 1]" +0.7917476850561798,3,1.0,0.0,"[0.0005998844280838966, 0.0005998844280838966, 0.001172870397567749]","[1, 1, 1]" +0.7917592590674758,2,1.0,0.0,"[0.0035224193707108498, 0.0007357061840593815]","[1, 1, 1, 1, 1, 1, 1, 1]" +0.7917708335444331,0,0,0,[],[] +0.7917824075557292,0,0,0,[],[] +0.7917939815670252,2,1.0,0.0,"[0.024185497779399157, 0.024185497779399157]","[1, 1, 1]" +0.7918055555783212,0,0,0,[],[] +0.7918171295896173,0,0,0,[],[] +0.7918287036009133,0,0,0,[],[] +0.7918518516235054,1,1.0,0.0,[0.0011975811794400215],[1] +0.7918634261004627,0,0,0,[],[] +0.7918750001117587,1,1.0,0.0,[0.0025567244738340378],[1] +0.7918981481343508,0,0,0,[],[] +0.7919097221456468,1,0.5,0.5,[0.0069514005444943905],[1] +0.7919212961569428,0,0,0,[],[] +0.7919328701682389,0,0,0,[],[] +0.7919444446451962,0,0,0,[],[] +0.7919560186564922,0,0,0,[],[] +0.7919675926677883,0,0,0,[],[] +0.7919791666790843,0,0,0,[],[] +0.7919907406903803,1,0.8974358974358975,0.10256410256410256,[0.0022947685793042183],"[1, 1, 1]" +0.7920023147016764,0,0,0,[],[] +0.7920138887129724,0,0,0,[],[] +0.7920254631899297,0,0,0,[],[] +0.7920370372012258,2,0.7209302325581395,0.27906976744186046,"[0.007941157091408968, 0.0013623954728245735]","[1, 1]" +0.7920486112125218,0,0,0,[],[] +0.7920601852238178,1,1.0,0.0,[0.0036270832642912865],[1] +0.7920717592351139,0,0,0,[],[] +0.7920833332464099,0,0,0,[],[] +0.7920949072577059,1,1.0,0.0,[0.0009641782380640507],[1] +0.792106481269002,1,1.0,0.0,[0.006503565236926079],[1] +0.7921180557459593,1,1.0,0.0,[0.007312650326639414],[1] +0.7921527777798474,0,0,0,[],[] +0.7921643517911434,0,0,0,[],[] +0.7921759258024395,0,0,0,[],[] +0.7921874998137355,0,0,0,[],[] +0.7921990742906928,0,0,0,[],[] +0.7922106483019888,2,1.0,0.0,"[0.034920346923172474, 0.034920346923172474]","[1, 1]" +0.7922222223132849,0,0,0,[],[] +0.7922337963245809,3,1.0,0.0,"[0.0010060183703899384, 0.015010983683168888, 0.015010983683168888]","[1, 1, 1]" +0.7922453703358769,0,0,0,[],[] +0.792256944347173,0,0,0,[],[] +0.792268518358469,0,0,0,[],[] +0.792280092369765,0,0,0,[],[] +0.7922916668467224,2,1.0,0.0,"[0.018945370335131884, 0.018945370335131884]","[1, 1, 1]" +0.7923032408580184,2,1.0,0.0,"[0.024317904841154814, 0.024317904841154814]","[1, 1, 1, 1]" +0.7923148148693144,0,0,0,[],[] +0.7923263888806105,0,0,0,[],[] +0.7923379628919065,0,0,0,[],[] +0.7923495369032025,0,0,0,[],[] +0.7923611109144986,2,1.0,0.0,"[0.003017083741724491, 0.003017083741724491]","[1, 1, 1, 1, 1, 1]" +0.7923726853914559,0,0,0,[],[] +0.7923842594027519,1,1.0,0.0,[0.0012597916647791862],"[1, 1]" +0.792395833414048,0,0,0,[],[] +0.792407407425344,2,1.0,0.0,"[0.01105827558785677, 0.01105827558785677]","[1, 1]" +0.79241898143664,2,1.0,0.0,"[0.011373808141797781, 0.007387951482087374]","[1, 1]" +0.7924305554479361,2,1.0,0.0,"[0.012748518493026495, 0.012748518493026495]","[1, 1]" +0.7924421294592321,1,1.0,0.0,[0.0013486924581229687],[1] +0.7924537034705281,0,0,0,[],[] +0.7924652779474854,0,0,0,[],[] +0.7924768519587815,0,0,0,[],[] +0.7924884259700775,0,0,0,[],[] +0.7924999999813735,2,1.0,0.0,"[0.009691574145108461, 0.009691574145108461]","[1, 1]" +0.7925115739926696,0,0,0,[],[] +0.7925231480039656,0,0,0,[],[] +0.7925347220152617,0,0,0,[],[] +0.792546296492219,0,0,0,[],[] +0.792557870503515,2,1.0,0.0,"[0.009665312245488167, 0.009665312245488167]","[1, 1]" +0.792569444514811,2,1.0,0.0,"[0.016792789101600647, 0.016792789101600647]","[1, 1, 1, 1, 1, 1]" +0.7925810185261071,3,1.0,0.0,"[0.0007408796809613705, 0.00420011579990387, 0.00420011579990387]","[1, 1, 1, 1, 1]" +0.7925925925374031,0,0,0,[],[] +0.7926041665486991,0,0,0,[],[] +0.7926157405599952,0,0,0,[],[] +0.7926273150369525,2,0.6,0.4,"[0.012854374945163727, 0.012854374945163727]","[1, 1]" +0.7926388890482485,0,0,0,[],[] +0.7926504630595446,0,0,0,[],[] +0.7926620370708406,2,0.8571428571428571,0.14285714285714285,"[0.007515972014516592, 0.007515972014516592]","[1, 1, 1]" +0.7926736110821366,0,0,0,[],[] +0.7926851850934327,0,0,0,[],[] +0.7926967591047287,3,1.0,0.0,"[0.0028007873333990574, 0.0013041552156209946, 0.03097182884812355]","[1, 1, 1]" +0.7927083331160247,0,0,0,[],[] +0.792719907592982,0,0,0,[],[] +0.7927314816042781,0,0,0,[],[] +0.7927430556155741,0,0,0,[],[] +0.7927546296268702,2,0.7727272727272727,0.22727272727272727,"[0.002499629743397236, 0.0010459143668413162]","[1, 1, 1, 1, 1]" +0.7927662036381662,0,0,0,[],[] +0.7927777776494622,1,0.3076923076923077,0.6923076923076923,[0.0018479633145034313],"[1, 1]" +0.7927893516607583,1,0.46153846153846156,0.5384615384615384,[0.01016143523156643],[1] +0.7928009261377156,3,0.3870967741935484,0.6129032258064516,"[0.0027989582158625126, 0.004696967545896769, 0.004696967545896769]","[1, 1, 1]" +0.7928125001490116,0,0,0,[],[] +0.7928240741603076,0,0,0,[],[] +0.7928356481716037,1,1.0,0.0,[0.006050347350537777],[1] +0.7928472221828997,0,0,0,[],[] +0.7928587961941957,0,0,0,[],[] +0.7928703702054918,0,0,0,[],[] +0.7928819442167878,0,0,0,[],[] +0.7928935186937451,2,1.0,0.0,"[0.013413472101092339, 0.013413472101092339]","[1, 1]" +0.7929050927050412,0,0,0,[],[] +0.7929166667163372,0,0,0,[],[] +0.7929282407276332,0,0,0,[],[] +0.7929398147389293,1,0.5,0.5,[0.005018206313252449],[1] +0.7929513887502253,0,0,0,[],[] +0.7929629627615213,0,0,0,[],[] +0.7929745372384787,0,0,0,[],[] +0.7929861112497747,0,0,0,[],[] +0.7929976852610707,2,1.0,0.0,"[0.023963981308043003, 0.023963981308043003]","[1, 1]" +0.7930092592723668,0,0,0,[],[] +0.7930208332836628,0,0,0,[],[] +0.7930324072949588,0,0,0,[],[] +0.7930439813062549,0,0,0,[],[] +0.7930555557832122,0,0,0,[],[] +0.7930671297945082,0,0,0,[],[] +0.7930787038058043,0,0,0,[],[] +0.7930902778171003,0,0,0,[],[] +0.7931018518283963,2,1.0,0.0,"[0.0037182988598942757, 0.0037182988598942757]","[1, 1]" +0.7931134258396924,2,0.5,0.5,"[0.005921076517552137, 0.005921076517552137]","[1, 1]" +0.7931249998509884,0,0,0,[],[] +0.7931365738622844,0,0,0,[],[] +0.7931597223505378,0,0,0,[],[] +0.7931712963618338,0,0,0,[],[] +0.7931828703731298,1,1.0,0.0,[0.0028412616811692715],[1] +0.7931944443844259,0,0,0,[],[] +0.793217592407018,2,1.0,0.0,"[0.004752430599182844, 0.0013801390305161476]","[1, 1, 1]" +0.7932291668839753,2,0.1111111111111111,0.8888888888888888,"[0.005079374648630619, 0.005079374648630619]","[1, 1]" +0.7932407408952713,0,0,0,[],[] +0.7932523149065673,0,0,0,[],[] +0.7932638889178634,3,1.0,0.0,"[0.001257164403796196, 0.005243587773293257, 0.005243587773293257]","[1, 1, 1]" +0.7932754629291594,2,1.0,0.0,"[0.00908751180395484, 0.00908751180395484]","[1, 1]" +0.7932870369404554,0,0,0,[],[] +0.7932986109517515,2,1.0,0.0,"[0.0035008336417376995, 0.0035008336417376995]","[1, 1, 1, 1]" +0.7933101849630475,2,0.42857142857142855,0.5714285714285714,"[0.013984236400574446, 0.013984236400574446]","[1, 1, 1]" +0.7933217594400048,0,0,0,[],[] +0.7933333334513009,0,0,0,[],[] +0.7933449074625969,0,0,0,[],[] +0.7933564814738929,0,0,0,[],[] +0.793368055485189,2,0.9090909090909091,0.09090909090909091,"[0.033547500148415565, 0.000676608644425869]","[1, 1, 1, 1, 1]" +0.793379629496485,3,1.0,0.0,"[0.0008281827904284, 0.0034693172201514244, 0.0034693172201514244]","[1, 1, 1]" +0.793391203507781,0,0,0,[],[] +0.7934027779847383,0,0,0,[],[] +0.7934143519960344,2,1.0,0.0,"[0.0011757751926779747, 0.0011750347912311554]","[1, 1, 1, 1]" +0.7934259260073304,0,0,0,[],[] +0.7934375000186265,0,0,0,[],[] +0.7934490740299225,0,0,0,[],[] +0.7934606480412185,0,0,0,[],[] +0.7934722220525146,0,0,0,[],[] +0.7934837960638106,1,1.0,0.0,[0.02072071796283126],[1] +0.7934953705407679,3,1.0,0.0,"[0.007544849533587694, 0.0033032060600817204, 0.0018216664902865887]","[1, 1, 1]" +0.7935069445520639,0,0,0,[],[] +0.79351851856336,1,1.0,0.0,[0.0018890853971242905],[1] +0.793530092574656,3,1.0,0.0,"[0.008833599742501974, 0.008833599742501974, 0.009565462823957205]","[1, 1, 1]" +0.793541666585952,0,0,0,[],[] +0.7935532405972481,2,1.0,0.0,"[0.013026134576648474, 0.013026122935116291]","[1, 1]" +0.7935648146085441,0,0,0,[],[] +0.7935763890855014,3,1.0,0.0,"[0.003903969656676054, 0.003903969656676054, 0.01329745352268219]","[1, 1, 1, 1]" +0.7935879630967975,0,0,0,[],[] +0.7935995371080935,0,0,0,[],[] +0.7936111111193895,2,1.0,0.0,"[0.006030555348843336, 0.006030555348843336]","[1, 1]" +0.7936226851306856,1,1.0,0.0,[0.0075325812213122845],[1] +0.7936458331532776,1,0.3333333333333333,0.6666666666666666,[0.006090833339840174],[1] +0.793657407630235,0,0,0,[],[] +0.793668981641531,2,1.0,0.0,"[0.012506469618529081, 0.012506469618529081]","[1, 1]" +0.793680555652827,1,1.0,0.0,[0.008145555388182402],"[1, 1, 1]" +0.7936921296641231,0,0,0,[],[] +0.7937037036754191,1,1.0,0.0,[0.018484884407371283],[1] +0.7937152776867151,2,1.0,0.0,"[0.0117990393191576, 0.0117990393191576]","[1, 1]" +0.7937268516980112,0,0,0,[],[] +0.7937384257093072,2,1.0,0.0,"[0.010307719931006432, 0.010307719931006432]","[1, 1]" +0.7937500001862645,0,0,0,[],[] +0.7937615741975605,2,1.0,0.0,"[0.008339374791830778, 0.008339374791830778]","[1, 1]" +0.7937731482088566,0,0,0,[],[] +0.7937847222201526,2,1.0,0.0,"[0.029478703625500202, 0.029478703625500202]","[1, 1]" +0.7937962962314487,2,1.0,0.0,"[0.008360729087144136, 0.008360729087144136]","[1, 1]" +0.7938078702427447,2,1.0,0.0,"[0.008419293910264969, 0.008419293910264969]","[1, 1]" +0.7938194442540407,2,1.0,0.0,"[0.013634467963129282, 0.013634467963129282]","[1, 1]" +0.793831018730998,0,0,0,[],[] +0.7938425927422941,1,1.0,0.0,[0.0027023260481655598],"[1, 1, 1]" +0.7938541667535901,0,0,0,[],[] +0.7938888887874782,2,1.0,0.0,"[0.009061794262379408, 0.009061794262379408]","[1, 1]" +0.7939004627987742,0,0,0,[],[] +0.7939120368100703,0,0,0,[],[] +0.7939236112870276,0,0,0,[],[] +0.7939351852983236,0,0,0,[],[] +0.7939467593096197,0,0,0,[],[] +0.7939583333209157,0,0,0,[],[] +0.7939814813435078,2,1.0,0.0,"[0.034363298676908016, 0.034363298676908016]","[1, 1]" +0.7939930553548038,1,1.0,0.0,[0.0016681947745382786],[1] +0.7940046298317611,0,0,0,[],[] +0.7940162038430572,1,1.0,0.0,[0.007157094776630402],[1] +0.7940277778543532,0,0,0,[],[] +0.7940393518656492,0,0,0,[],[] +0.7940509258769453,0,0,0,[],[] +0.7940624998882413,0,0,0,[],[] +0.7940740738995373,3,1.0,0.0,"[0.00067091453820467, 0.01702792849391699, 0.01702792849391699]","[1, 1, 1]" +0.7940856483764946,1,1.0,0.0,[0.0034947567619383335],"[1, 1]" +0.7940972223877907,0,0,0,[],[] +0.7941319444216788,0,0,0,[],[] +0.7941435184329748,1,1.0,0.0,[0.008099907543510199],[1] +0.7941550924442708,0,0,0,[],[] +0.7941782409325242,2,1.0,0.0,"[0.021617893129587173, 0.021617881953716278]","[1, 1, 1, 1]" +0.7941898149438202,0,0,0,[],[] +0.7942013889551163,3,1.0,0.0,"[0.005892210640013218, 0.005419918801635504, 0.005419907160103321]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7942476850003004,2,1.0,0.0,"[0.0005828128196299076, 0.00042187515646219254]","[1, 1]" +0.7942592594772577,2,1.0,0.0,"[0.007823437452316284, 1.2847129255533218e-05]","[1, 1, 1, 1]" +0.7942708334885538,2,1.0,0.0,"[0.025549606420099735, 0.025549606420099735]","[1, 1]" +0.7942824074998498,0,0,0,[],[] +0.7942939815111458,0,0,0,[],[] +0.7943055555224419,0,0,0,[],[] +0.7943171295337379,0,0,0,[],[] +0.7943287035450339,2,1.0,0.0,"[0.0079147107899189, 0.007914699148386717]","[1, 1, 1, 1]" +0.79434027755633,1,1.0,0.0,[0.004080312792211771],[1] +0.7943518520332873,0,0,0,[],[] +0.7943634260445833,0,0,0,[],[] +0.7943750000558794,0,0,0,[],[] +0.7943981480784714,0,0,0,[],[] +0.7944097220897675,1,1.0,0.0,[0.0077626388520002365],[1] +0.7944212961010635,2,1.0,0.0,"[0.022253379691392183, 0.022253379691392183]","[1, 1]" +0.7944328705780208,3,1.0,0.0,"[0.0016774768009781837, 0.0016774768009781837, 0.03213496506214142]","[1, 1, 1]" +0.7944444445893168,3,1.0,0.0,"[0.0128112961538136, 0.01261017331853509, 0.02380936313420534]","[1, 1, 1]" +0.7944560186006129,3,1.0,0.0,"[0.014963796362280846, 0.02755135390907526, 0.02755135390907526]","[1, 1, 1]" +0.7944675926119089,0,0,0,[],[] +0.794479166623205,1,0.3333333333333333,0.6666666666666666,[0.018958090338855982],[1] +0.794490740634501,0,0,0,[],[] +0.794502314645797,2,1.0,0.0,"[0.003167766146361828, 0.0008831946179270744]","[1, 1]" +0.794513888657093,1,1.0,0.0,[0.022870324086397886],[1] +0.7945370371453464,2,1.0,0.0,"[0.01112846052274108, 0.01112846052274108]","[1, 1]" +0.7945486111566424,0,0,0,[],[] +0.7945601851679385,3,1.0,0.0,"[0.013899513985961676, 0.0011000349186360836, 0.002997002098709345]","[1, 1, 1]" +0.7945717591792345,0,0,0,[],[] +0.7945833331905305,1,1.0,0.0,[0.01319326413795352],[1] +0.7946180556900799,2,1.0,0.0,"[0.011153066996484995, 0.011153066996484995]","[1, 1]" +0.794641203712672,0,0,0,[],[] +0.7946643517352641,1,1.0,0.0,[0.006252650637179613],[1] +0.7946759257465601,2,1.0,0.0,"[0.0008473149500787258, 0.00646952586248517]","[1, 1]" +0.7946990742348135,0,0,0,[],[] +0.7947106482461095,0,0,0,[],[] +0.7947222222574055,1,1.0,0.0,[0.002435474656522274],[1] +0.7947337962687016,1,1.0,0.0,[0.013880405109375715],[1] +0.7947569442912936,0,0,0,[],[] +0.7947685183025897,1,0.14285714285714285,0.8571428571428571,[0.011074468027800322],[1] +0.794780092779547,0,0,0,[],[] +0.794791666790843,1,1.0,0.0,[0.008160659577697515],[1] +0.794803240802139,0,0,0,[],[] +0.7948148148134351,1,1.0,0.0,[0.010759930592030287],[1] +0.7948263888247311,3,1.0,0.0,"[0.014427176211029291, 0.01601015031337738, 0.01601015031337738]","[1, 1, 1]" +0.7948379628360271,1,1.0,0.0,[0.005457720253616571],[1] +0.7948495368473232,0,0,0,[],[] +0.7948726853355765,0,0,0,[],[] +0.7948842593468726,1,1.0,0.0,[0.007480115629732609],"[1, 1]" +0.7948958333581686,1,1.0,0.0,[0.006868923548609018],[1] +0.7949074073694646,1,1.0,0.0,[0.007088182959705591],[1] +0.7949189813807607,0,0,0,[],[] +0.7949305553920567,0,0,0,[],[] +0.7949421294033527,0,0,0,[],[] +0.7949537038803101,2,1.0,0.0,"[0.0013009952381253242, 0.009402117691934109]","[1, 1, 1]" +0.7949652778916061,1,1.0,0.0,[0.006652893498539925],[1] +0.7949884259141982,0,0,0,[],[] +0.7949999999254942,1,1.0,0.0,[0.00584837980568409],[1] +0.7950231479480863,1,1.0,0.0,[0.007111030165106058],[1] +0.7950347224250436,0,0,0,[],[] +0.7950462964363396,0,0,0,[],[] +0.7950578704476357,2,1.0,0.0,"[0.0005797455087304115, 0.0005797338671982288]","[1, 1]" +0.7950694444589317,0,0,0,[],[] +0.7950810184702277,1,1.0,0.0,[0.0014096526429057121],[1] +0.7950925924815238,0,0,0,[],[] +0.7951041664928198,1,1.0,0.0,[0.02064515044912696],[1] +0.7951157409697771,0,0,0,[],[] +0.7951273149810731,0,0,0,[],[] +0.7951388889923692,0,0,0,[],[] +0.7951620370149612,0,0,0,[],[] +0.7951736110262573,2,1.0,0.0,"[0.008467314764857292, 0.008467314764857292]","[1, 1, 1]" +0.7951851850375533,0,0,0,[],[] +0.7951967590488493,0,0,0,[],[] +0.7952083335258067,2,1.0,0.0,"[0.0009384490549564362, 0.011013240553438663]","[1, 1]" +0.7952199075371027,0,0,0,[],[] +0.7952314815483987,0,0,0,[],[] +0.7952430555596948,0,0,0,[],[] +0.7952662035822868,0,0,0,[],[] +0.7952777775935829,1,1.0,0.0,[0.0005456944927573204],"[1, 1]" +0.7952893520705402,0,0,0,[],[] +0.7953125000931323,2,1.0,0.0,"[0.03029381949454546, 0.03029381949454546]","[1, 1]" +0.7953356481157243,1,1.0,0.0,[0.0023728124797344208],[1] +0.7953587961383164,0,0,0,[],[] +0.7953703701496124,3,1.0,0.0,"[0.0008717016316950321, 0.010481053497642279, 0.011953518725931644]","[1, 1, 1]" +0.7953819446265697,0,0,0,[],[] +0.7953935186378658,1,1.0,0.0,[0.030634629540145397],"[1, 1]" +0.7954050926491618,2,1.0,0.0,"[0.0012396643869578838, 0.017435080837458372]","[1, 1]" +0.7954166666604578,0,0,0,[],[] +0.7954282406717539,0,0,0,[],[] +0.7954398146830499,0,0,0,[],[] +0.795451388694346,0,0,0,[],[] +0.7954861111938953,1,1.0,0.0,[0.007433136459439993],[1] +0.7954976852051914,0,0,0,[],[] +0.7955092592164874,3,1.0,0.0,"[0.0029685995541512966, 0.02393484953790903, 0.0084652085788548]","[1, 1, 1]" +0.7955439812503755,1,0.75,0.25,[0.0007428009994328022],"[1, 1]" +0.7955555557273328,3,1.0,0.0,"[0.0015067593194544315, 0.0015067593194544315, 0.005007361061871052]","[1, 1, 1]" +0.7955671297386289,1,1.0,0.0,[0.0011184490285813808],[1] +0.7955902777612209,1,1.0,0.0,[0.027228021062910557],"[1, 1]" +0.795601851772517,0,0,0,[],[] +0.795624999795109,2,1.0,0.0,"[0.00638712989166379, 0.006387118250131607]","[1, 1]" +0.7956365742720664,1,1.0,0.0,[0.00504282396286726],[1] +0.7956481482833624,2,1.0,0.0,"[0.0040521989576518536, 0.026490219868719578]","[1, 1]" +0.7956597222946584,1,1.0,0.0,[0.0007624421268701553],[1] +0.7956712963059545,1,1.0,0.0,[0.0059652430936694145],[1] +0.7956828703172505,1,1.0,0.0,[0.0007486804388463497],[1] +0.7957060183398426,0,0,0,[],[] +0.7957175928167999,1,1.0,0.0,[0.0020248955115675926],[1] +0.7957291668280959,0,0,0,[],[] +0.795740740839392,0,0,0,[],[] +0.795752314850688,3,1.0,0.0,"[0.0047823842614889145, 0.00916971080005169, 0.009169699158519506]","[1, 1, 1]" +0.795763888861984,0,0,0,[],[] +0.79577546287328,1,1.0,0.0,[0.020392036996781826],[1] +0.7957870368845761,1,1.0,0.0,[0.0009193173609673977],[1] +0.7957986108958721,2,1.0,0.0,"[0.0019159838557243347, 0.0008400348015129566]","[1, 1]" +0.7958101853728294,1,1.0,0.0,[0.007648830767720938],[1] +0.7958217593841255,0,0,0,[],[] +0.7958333333954215,2,1.0,0.0,"[0.003911573905497789, 0.0015954282134771347]","[1, 1]" +0.7958449074067175,0,0,0,[],[] +0.7958564814180136,2,1.0,0.0,"[0.008113669231534004, 0.027023634407669306]","[1, 1]" +0.7958680554293096,0,0,0,[],[] +0.7958796294406056,0,0,0,[],[] +0.795891203917563,0,0,0,[],[] +0.795902777928859,2,1.0,0.0,"[0.0006751385517418385, 0.02692526625469327]","[1, 1]" +0.795914351940155,2,1.0,0.0,"[0.0013092937879264355, 0.017165775410830975]","[1, 1]" +0.7959259259514511,3,1.0,0.0,"[0.006550995167344809, 0.011337152682244778, 0.016801678109914064]","[1, 1, 1, 1]" +0.7959374999627471,0,0,0,[],[] +0.7959490739740431,0,0,0,[],[] +0.7959606479853392,2,1.0,0.0,"[0.009881863370537758, 0.00438903970643878]","[1, 1]" +0.7959722219966352,2,1.0,0.0,"[0.0011250581592321396, 0.00651148147881031]","[1, 1]" +0.7959837964735925,2,1.0,0.0,"[0.004306457936763763, 0.006179270800203085]","[1, 1]" +0.7959953704848886,1,1.0,0.0,[0.007228032220155001],[1] +0.7960069444961846,0,0,0,[],[] +0.7960185185074806,0,0,0,[],[] +0.7960300925187767,0,0,0,[],[] +0.7960416665300727,1,1.0,0.0,[0.004566227085888386],"[1, 1, 1]" +0.7960532405413687,0,0,0,[],[] +0.796064815018326,1,1.0,0.0,[0.00618266174569726],[1] +0.7960763890296221,0,0,0,[],[] +0.7960879630409181,0,0,0,[],[] +0.7960995370522141,1,1.0,0.0,[0.006953021045774221],[1] +0.7961111110635102,0,0,0,[],[] +0.7961226850748062,0,0,0,[],[] +0.7961342590861022,1,1.0,0.0,[0.002354884520173073],[1] +0.7961458335630596,0,0,0,[],[] +0.7961574075743556,0,0,0,[],[] +0.7961689815856516,2,1.0,0.0,"[0.006913263816386461, 0.006913263816386461]","[1, 1]" +0.7961805555969477,1,1.0,0.0,[0.0047587500885128975],"[1, 1, 1]" +0.7961921296082437,3,1.0,0.0,"[0.016205057967454195, 0.003525856416672468, 0.0035258447751402855]","[1, 1, 1, 1]" +0.7962268516421318,0,0,0,[],[] +0.7962384261190891,1,1.0,0.0,[0.013787418603897095],[1] +0.7962500001303852,1,1.0,0.0,[0.011230775155127048],[1] +0.7962615741416812,1,1.0,0.0,[0.013056168798357248],[1] +0.7962731481529772,1,1.0,0.0,[0.0024978010915219784],"[1, 1]" +0.7962847221642733,0,0,0,[],[] +0.7962962961755693,2,1.0,0.0,"[0.010283101815730333, 0.004738842602819204]","[1, 1]" +0.7963078701868653,0,0,0,[],[] +0.7963194446638227,2,1.0,0.0,"[0.006647557485848665, 0.004687869921326637]","[1, 1]" +0.7963310186751187,0,0,0,[],[] +0.7963425926864147,1,1.0,0.0,[0.007646412122994661],[1] +0.7963541666977108,0,0,0,[],[] +0.7963657407090068,0,0,0,[],[] +0.7963888887315989,0,0,0,[],[] +0.7964120372198522,2,1.0,0.0,"[0.00428561307489872, 0.0001651272177696228]","[1, 1]" +0.7964236112311482,0,0,0,[],[] +0.7964351852424443,0,0,0,[],[] +0.7964467592537403,0,0,0,[],[] +0.7965046297758818,0,0,0,[],[] +0.7965162037871778,2,1.0,0.0,"[0.0059740738943219185, 0.00764020811766386]","[1, 1, 1]" +0.7965277777984738,0,0,0,[],[] +0.7965393518097699,1,1.0,0.0,[0.0009403587318956852],[1] +0.7965509258210659,0,0,0,[],[] +0.7965624998323619,0,0,0,[],[] +0.796574073843658,0,0,0,[],[] +0.7965856483206153,0,0,0,[],[] +0.7966087963432074,0,0,0,[],[] +0.7966203703545034,0,0,0,[],[] +0.7966319443657994,0,0,0,[],[] +0.7966435183770955,1,1.0,0.0,[0.0007318058051168919],[1] +0.7966550923883915,2,1.0,0.0,"[0.0007453244179487228, 0.00918487273156643]","[1, 1]" +0.7966666668653488,1,1.0,0.0,[0.0013571064919233322],[1] +0.7966782408766448,1,1.0,0.0,[0.0214135879650712],[1] +0.7966898148879409,0,0,0,[],[] +0.796712962910533,0,0,0,[],[] +0.796736110933125,1,1.0,0.0,[0.025651284959167242],"[1, 1, 1, 1, 1, 1]" +0.7967476854100823,0,0,0,[],[] +0.7967592594213784,1,1.0,0.0,[0.0034170830622315407],[1] +0.7967708334326744,0,0,0,[],[] +0.7967824074439704,1,1.0,0.0,[0.007972303312271833],[1] +0.7967939814552665,1,1.0,0.0,[0.0021229167468845844],[1] +0.7968055554665625,1,1.0,0.0,[0.019361944403499365],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7968171294778585,0,0,0,[],[] +0.7968287034891546,0,0,0,[],[] +0.7968402779661119,0,0,0,[],[] +0.796863425988704,2,1.0,0.0,"[0.01441665505990386, 0.010793738532811403]","[1, 1, 1, 1]" +0.796875,0,0,0,[],[] +0.7969097220338881,1,1.0,0.0,[0.01248653931543231],"[1, 1, 1, 1]" +0.7969212965108454,2,1.0,0.0,"[0.0019589695148169994, 0.0007072915323078632]","[1, 1]" +0.7969328705221415,0,0,0,[],[] +0.7969444445334375,0,0,0,[],[] +0.7969560185447335,0,0,0,[],[] +0.7969675925560296,0,0,0,[],[] +0.7969791665673256,2,1.0,0.0,"[0.0030096066184341908, 0.0012569213286042213]","[1, 1, 1]" +0.7969907405786216,0,0,0,[],[] +0.7970023145899177,0,0,0,[],[] +0.797013889066875,0,0,0,[],[] +0.797025463078171,3,1.0,0.0,"[0.001319756731390953, 0.0024357871152460575, 0.0024357871152460575]","[1, 1, 1]" +0.797037037089467,0,0,0,[],[] +0.7970486111007631,1,1.0,0.0,[0.0044681597501039505],[1] +0.7970601851120591,2,1.0,0.0,"[0.02989884279668331, 0.02989884279668331]","[1, 1]" +0.7970717591233552,0,0,0,[],[] +0.7970833331346512,2,1.0,0.0,"[0.0057823266834020615, 0.03217630786821246]","[1, 1]" +0.7971064816229045,0,0,0,[],[] +0.7971180556342006,0,0,0,[],[] +0.7971412036567926,0,0,0,[],[] +0.7971643516793847,0,0,0,[],[] +0.797175926156342,2,1.0,0.0,"[0.006835728883743286, 0.006835728883743286]","[1, 1, 1, 1]" +0.7971875001676381,0,0,0,[],[] +0.7972106481902301,1,1.0,0.0,[0.0050735995173454285],[1] +0.7972337962128222,0,0,0,[],[] +0.7972453702241182,1,1.0,0.0,[0.03019247716292739],[1] +0.7972569442354143,0,0,0,[],[] +0.7972685187123716,1,1.0,0.0,[0.008346307557076216],[1] +0.7972800927236676,1,1.0,0.0,[0.0036594904959201813],[1] +0.7973032407462597,1,1.0,0.0,[0.002037754748016596],[1] +0.7973148147575557,0,0,0,[],[] +0.7973379627801478,2,1.0,0.0,"[0.0033716666512191296, 0.0033716666512191296]","[1, 1]" +0.7973495372571051,1,1.0,0.0,[0.0029884837567806244],[1] +0.7973611112684011,2,1.0,0.0,"[0.005943900439888239, 0.004929733462631702]","[1, 1]" +0.7973726852796972,1,1.0,0.0,[0.0047933910973370075],[1] +0.7973842592909932,0,0,0,[],[] +0.7974074073135853,1,1.0,0.0,[0.021774051245301962],"[1, 1, 1]" +0.7974189813248813,0,0,0,[],[] +0.7974305553361773,0,0,0,[],[] +0.7974421298131347,2,1.0,0.0,"[0.005537847056984901, 0.004854756873100996]","[1, 1]" +0.7974537038244307,1,1.0,0.0,[0.008387210313230753],[1] +0.7974652778357267,2,1.0,0.0,"[0.004284594673663378, 0.004284594673663378]","[1, 1]" +0.7974884258583188,3,1.0,0.0,"[0.01867908565327525, 0.005009178537875414, 0.015218865592032671]","[1, 1, 1, 1, 1]" +0.7975115738809109,0,0,0,[],[] +0.7975231483578682,1,1.0,0.0,[0.014865659642964602],[1] +0.7975462963804603,0,0,0,[],[] +0.7975578703917563,1,1.0,0.0,[0.02246006950736046],[1] +0.7975694444030523,3,1.0,0.0,"[0.007679317146539688, 0.001824953593313694, 0.005571492947638035]","[1, 1, 1]" +0.7975810184143484,0,0,0,[],[] +0.7975925924256444,0,0,0,[],[] +0.7976041664369404,0,0,0,[],[] +0.7976157409138978,0,0,0,[],[] +0.7976504629477859,1,1.0,0.0,[0.009830613620579243],[1] +0.7976620369590819,1,1.0,0.0,[0.01816600700840354],[1] +0.7976736109703779,0,0,0,[],[] +0.797685184981674,0,0,0,[],[] +0.7976967594586313,0,0,0,[],[] +0.7977083334699273,3,1.0,0.0,"[0.006545023061335087, 0.006545011419802904, 0.0065449997782707214]","[1, 1, 1]" +0.7977199074812233,1,1.0,0.0,[0.003475289326161146],[1] +0.7977314814925194,1,1.0,0.0,[0.008239386603236198],[1] +0.7977430555038154,0,0,0,[],[] +0.7977546295151114,0,0,0,[],[] +0.7977662035264075,2,1.0,0.0,"[0.018075868021696806, 0.003994722384959459]","[1, 1]" +0.7978009260259569,0,0,0,[],[] +0.7978125000372529,1,1.0,0.0,[0.003553854301571846],[1] +0.797847222071141,0,0,0,[],[] +0.797858796082437,0,0,0,[],[] +0.7978703705593944,0,0,0,[],[] +0.7978819445706904,0,0,0,[],[] +0.7978935185819864,1,1.0,0.0,[0.008927881717681885],[1] +0.7979166666045785,2,1.0,0.0,"[0.007679930422455072, 0.0026910766027867794]","[1, 1]" +0.7979513891041279,1,1.0,0.0,[0.0010490738786756992],[1] +0.7979629631154239,0,0,0,[],[] +0.798009259160608,2,1.0,0.0,"[0.004018854349851608, 0.004018854349851608]","[1, 1]" +0.7980324071832001,0,0,0,[],[] +0.7980439816601574,1,1.0,0.0,[0.0033007985912263393],[1] +0.7980555556714535,3,1.0,0.0,"[0.0015058447606861591, 0.0015848376788198948, 0.0015848376788198948]","[1, 1, 1, 1]" +0.7980787036940455,0,0,0,[],[] +0.7980902777053416,0,0,0,[],[] +0.7981134257279336,1,1.0,0.0,[0.01886722259223461],[1] +0.798125000204891,0,0,0,[],[] +0.798136574216187,0,0,0,[],[] +0.7981597222387791,1,1.0,0.0,[0.00593245355412364],[1] +0.7981712962500751,0,0,0,[],[] +0.7981944442726672,2,1.0,0.0,"[0.001302789431065321, 0.007655046414583921]","[1, 1]" +0.7982060187496245,0,0,0,[],[] +0.7982175927609205,0,0,0,[],[] +0.7982291667722166,0,0,0,[],[] +0.7982407407835126,0,0,0,[],[] +0.7982523147948086,1,1.0,0.0,[0.0017161457799375057],[1] +0.7982638888061047,2,1.0,0.0,"[0.006686007138341665, 0.006686007138341665]","[1, 1]" +0.7982754628174007,2,1.0,0.0,"[0.002335520926862955, 0.0063403588719666]","[1, 1, 1]" +0.7982870368286967,0,0,0,[],[] +0.798298611305654,0,0,0,[],[] +0.7983101853169501,1,1.0,0.0,[0.0003524189814925194],"[1, 1]" +0.7983449073508382,0,0,0,[],[] +0.7983564813621342,0,0,0,[],[] +0.7983680553734303,0,0,0,[],[] +0.7983796298503876,0,0,0,[],[] +0.7983912038616836,0,0,0,[],[] +0.7984143518842757,0,0,0,[],[] +0.7984259258955717,3,1.0,0.0,"[0.009035544004291296, 0.0010279747657477856, 0.007896064780652523]","[1, 1, 1]" +0.7984374999068677,0,0,0,[],[] +0.7984490739181638,1,1.0,0.0,[0.010458206292241812],[1] +0.7984606479294598,0,0,0,[],[] +0.7984722224064171,0,0,0,[],[] +0.7984837964177132,0,0,0,[],[] +0.7984953704290092,3,1.0,0.0,"[0.0009282985702157021, 0.007546551059931517, 0.014890671242028475]","[1, 1, 1]" +0.7985069444403052,2,1.0,0.0,"[0.015562986023724079, 0.021159004420042038]","[1, 1, 1]" +0.7985185184516013,2,1.0,0.0,"[0.0014329515397548676, 0.02827569469809532]","[1, 1]" +0.7985300924628973,1,1.0,0.0,[0.011693125125020742],[1] +0.7985416664741933,3,1.0,0.0,"[0.0008797920309007168, 0.003715578932315111, 0.011871504597365856]","[1, 1, 1]" +0.7985532409511507,0,0,0,[],[] +0.7985648149624467,0,0,0,[],[] +0.7985879629850388,3,1.0,0.0,"[0.007353599648922682, 0.010191412176936865, 0.010191412176936865]","[1, 1, 1, 1, 1]" +0.7985995369963348,0,0,0,[],[] +0.7986111110076308,0,0,0,[],[] +0.7986226850189269,0,0,0,[],[] +0.7986342590302229,0,0,0,[],[] +0.7986458335071802,2,1.0,0.0,"[0.008467002306133509, 0.008467002306133509]","[1, 1]" +0.7986574075184762,2,1.0,0.0,"[0.001952893566340208, 0.001952465157955885]","[1, 1]" +0.7986805555410683,1,1.0,0.0,[0.001289872918277979],[1] +0.7986921295523643,1,1.0,0.0,[0.006462349556386471],[1] +0.7987152775749564,1,1.0,0.0,[0.0050775231793522835],[1] +0.7987268520519137,0,0,0,[],[] +0.7987384260632098,2,1.0,0.0,"[0.0006922916509211063, 0.006337395869195461]","[1, 1]" +0.7987500000745058,1,1.0,0.0,[0.003884918987751007],[1] +0.7987615740858018,0,0,0,[],[] +0.7987731480970979,0,0,0,[],[] +0.7987847221083939,2,1.0,0.0,"[0.0015109493397176266, 0.004224271047860384]","[1, 1]" +0.7988078705966473,0,0,0,[],[] +0.7988194446079433,3,1.0,0.0,"[0.0007875924929976463, 0.009107383899390697, 0.009107372723519802]","[1, 1, 1]" +0.7988310186192393,0,0,0,[],[] +0.7988425926305354,1,1.0,0.0,[0.003438078798353672],"[1, 1, 1]" +0.7988657406531274,1,1.0,0.0,[0.006976261734962463],"[1, 1, 1]" +0.7988773146644235,1,0.5,0.5,[0.0039781369268894196],[1] +0.7988888886757195,1,1.0,0.0,[0.015773021150380373],[1] +0.7989004631526768,1,1.0,0.0,[0.006947152782231569],"[1, 1, 1]" +0.7989120371639729,2,0.75,0.25,"[0.006930404808372259, 0.00692902784794569]","[1, 1, 1, 1, 1, 1]" +0.7989236111752689,1,1.0,0.0,[0.0022851387038826942],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7989351851865649,1,1.0,0.0,[0.0012952662073075771],"[1, 1, 1]" +0.798946759197861,2,1.0,0.0,"[0.0011236113496124744, 0.006903460714966059]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.798958333209157,2,1.0,0.0,"[0.00294406246393919, 0.0068951621651649475]","[1, 1]" +0.798969907220453,0,0,0,[],[] +0.7989930557087064,0,0,0,[],[] +0.7990046297200024,0,0,0,[],[] +0.7990162037312984,0,0,0,[],[] +0.7990277777425945,0,0,0,[],[] +0.7990393517538905,2,1.0,0.0,"[0.0035325465723872185, 0.009073750115931034]","[1, 1, 1, 1]" +0.7990509257651865,3,1.0,0.0,"[0.0018006251193583012, 0.002564930822700262, 0.0007495717145502567]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7990624997764826,0,0,0,[],[] +0.7990740742534399,0,0,0,[],[] +0.7990856482647359,2,1.0,0.0,"[0.01656969916075468, 0.011758715379983187]","[1, 1, 1, 1, 1]" +0.799097222276032,0,0,0,[],[] +0.799108796287328,1,1.0,0.0,[0.006733703892678022],[1] +0.799120370298624,0,0,0,[],[] +0.7991319443099201,0,0,0,[],[] +0.7991435183212161,3,1.0,0.0,"[0.0007139355875551701, 0.0007363776676356792, 0.007082384545356035]","[1, 1, 1, 1, 1]" +0.7991550927981734,1,1.0,0.0,[0.013072500005364418],"[1, 1, 1]" +0.7991666668094695,2,1.0,0.0,"[0.0013680439442396164, 0.027872534468770027]","[1, 1]" +0.7991782408207655,1,1.0,0.0,[0.006731296423822641],"[1, 1, 1]" +0.7991898148320615,1,1.0,0.0,[0.0027669211849570274],"[1, 1, 1]" +0.7992013888433576,1,1.0,0.0,[0.005951990839093924],[1] +0.7992129628546536,2,1.0,0.0,"[0.007807534653693438, 0.0077716088853776455]","[1, 1]" +0.7992245368659496,0,0,0,[],[] +0.799236111342907,1,1.0,0.0,[0.0033260066993534565],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.799247685354203,0,0,0,[],[] +0.799259259365499,0,0,0,[],[] +0.799270833376795,1,1.0,0.0,[0.0008227778598666191],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.7992824073880911,1,1.0,0.0,[0.007576898206025362],"[1, 1, 1]" +0.7992939813993871,0,0,0,[],[] +0.7993055554106832,0,0,0,[],[] +0.7993171294219792,0,0,0,[],[] +0.7993287038989365,0,0,0,[],[] +0.7993402779102325,0,0,0,[],[] +0.7993634259328246,0,0,0,[],[] +0.7993749999441206,2,1.0,0.0,"[0.0035958564840257168, 0.0035958564840257168]","[1, 1, 1, 1, 1, 1]" +0.7993865739554167,0,0,0,[],[] +0.7993981479667127,3,1.0,0.0,"[0.006441828794777393, 0.010642002336680889, 0.010642002336680889]","[1, 1, 1]" +0.79940972244367,0,0,0,[],[] +0.7994212964549661,0,0,0,[],[] +0.7994328704662621,0,0,0,[],[] +0.7994444444775581,0,0,0,[],[] +0.7994560184888542,0,0,0,[],[] +0.7994675925001502,0,0,0,[],[] +0.7994791665114462,0,0,0,[],[] +0.7994907405227423,0,0,0,[],[] +0.7995138890109956,0,0,0,[],[] +0.7995254630222917,1,1.0,0.0,[0.016098911873996258],[1] +0.7995370370335877,0,0,0,[],[] +0.7995601850561798,2,1.0,0.0,"[0.015611076727509499, 0.010280891321599483]","[1, 1]" +0.7995717590674758,1,1.0,0.0,[0.02653047489002347],[1] +0.7995833335444331,0,0,0,[],[] +0.7995949075557292,1,1.0,0.0,[0.004228460602462292],"[1, 1]" +0.7996180555783212,0,0,0,[],[] +0.7996296295896173,0,0,0,[],[] +0.7996412036009133,0,0,0,[],[] +0.7996527776122093,2,1.0,0.0,"[0.000695706345140934, 0.01720563694834709]","[1, 1]" +0.7996643516235054,0,0,0,[],[] +0.7996759261004627,0,0,0,[],[] +0.7996875001117587,3,1.0,0.0,"[0.0012294906191527843, 0.004875717684626579, 0.006156041752547026]","[1, 1, 1]" +0.7996990741230547,1,0.75,0.25,[0.0006428472697734833],[1] +0.7997106481343508,2,1.0,0.0,"[0.0013616899959743023, 0.010049988515675068]","[1, 1]" +0.7997222221456468,1,1.0,0.0,[0.0007496410980820656],[1] +0.7997337961569428,0,0,0,[],[] +0.7997453701682389,2,1.0,0.0,"[0.008347338065505028, 0.015839641448110342]","[1, 1]" +0.7997569446451962,2,1.0,0.0,"[0.004392731469124556, 0.004392731469124556]","[1, 1]" +0.7997800926677883,0,0,0,[],[] +0.7997916666790843,0,0,0,[],[] +0.7998032406903803,0,0,0,[],[] +0.7998263887129724,0,0,0,[],[] +0.7998495372012258,2,0.375,0.625,"[0.0006860876455903053, 0.0005665621720254421]","[1, 1]" +0.7998842592351139,0,0,0,[],[] +0.7998958332464099,3,0.13043478260869565,0.8695652173913043,"[0.0007816897705197334, 0.0013717012479901314, 0.0005578934215009212]","[1, 1, 1]" +0.7999074072577059,0,0,0,[],[] +0.799918981269002,1,1.0,0.0,[0.0060574887320399284],"[1, 1, 1, 1, 1]" +0.7999305557459593,0,0,0,[],[] +0.7999421297572553,1,0.047619047619047616,0.9523809523809523,[0.015236712992191315],[1] +0.7999768517911434,1,1.0,0.0,[0.01620515063405037],[1] +0.7999884258024395,0,0,0,[],[] +0.7999999998137355,0,0,0,[],[] +0.8000115742906928,3,1.0,0.0,"[0.0017315042205154896, 0.00462591415271163, 0.004625428002327681]","[1, 1, 1]" +0.8000347223132849,0,0,0,[],[] +0.8000462963245809,1,1.0,0.0,[0.0014249072410166264],[1] +0.800069444347173,2,1.0,0.0,"[0.008018264081329107, 0.008018264081329107]","[1, 1]" +0.800092592369765,0,0,0,[],[] +0.8001041668467224,0,0,0,[],[] +0.8001157408580184,0,0,0,[],[] +0.8001273148693144,0,0,0,[],[] +0.8001388888806105,0,0,0,[],[] +0.8001504628919065,3,1.0,0.0,"[0.0017524422146379948, 0.0017524422146379948, 0.013148483820259571]","[1, 1, 1, 1, 1]" +0.8001620369032025,0,0,0,[],[] +0.8001736109144986,2,1.0,0.0,"[0.0058534955605864525, 0.0058534955605864525]","[1, 1, 1, 1, 1, 1]" +0.8001851853914559,1,1.0,0.0,[0.01707754610106349],"[1, 1, 1, 1, 1]" +0.8001967594027519,3,1.0,0.0,"[0.027634073980152607, 0.027634073980152607, 0.0021697916090488434]","[1, 1, 1, 1, 1, 1, 1]" +0.800208333414048,2,0.16666666666666666,0.8333333333333334,"[0.0021617128513753414, 0.002298993058502674]","[1, 1, 1, 1]" +0.800219907425344,2,1.0,0.0,"[0.005622650496661663, 0.005622650496661663]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.80023148143664,0,0,0,[],[] +0.8002430554479361,2,1.0,0.0,"[0.0015580672770738602, 0.015231423545628786]","[1, 1]" +0.8002546294592321,0,0,0,[],[] +0.8002662034705281,1,1.0,0.0,[0.0062191784381866455],"[1, 1, 1, 1, 1]" +0.8002777779474854,0,0,0,[],[] +0.8002893519587815,2,1.0,0.0,"[0.001257557887583971, 0.0036913538351655006]","[1, 1, 1, 1, 1, 1, 1, 1]" +0.8003009259700775,0,0,0,[],[] +0.8003124999813735,1,1.0,0.0,[0.007170208264142275],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8003240739926696,0,0,0,[],[] +0.8003356480039656,1,1.0,0.0,[0.0036603473126888275],"[1, 1, 1, 1, 1]" +0.8003472220152617,2,1.0,0.0,"[0.015617720317095518, 0.021896065212786198]","[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.800358796492219,0,0,0,[],[] +0.800370370503515,1,1.0,0.0,[0.012281041592359543],"[1, 1, 1, 1, 1]" +0.800381944514811,0,0,0,[],[] +0.8003935185261071,0,0,0,[],[] +0.8004166665486991,1,1.0,0.0,[0.0007566437125205994],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8004513890482485,1,1.0,0.0,[0.023140266072005033],"[1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8004629630595446,0,0,0,[],[] +0.8004861110821366,1,1.0,0.0,[0.005362580996006727],"[1, 1, 1, 1, 1]" +0.8004976850934327,0,0,0,[],[] +0.8005092591047287,2,1.0,0.0,"[0.001544490922242403, 0.0018550925888121128]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8005208331160247,2,1.0,0.0,"[0.0122576504945755, 0.0122576504945755]","[1, 1, 1, 1]" +0.800532407592982,0,0,0,[],[] +0.8005439816042781,1,1.0,0.0,[0.0152255785651505],[1] +0.8005555556155741,0,0,0,[],[] +0.8005787036381662,0,0,0,[],[] +0.8005902776494622,1,1.0,0.0,[0.009555983822792768],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8006018516607583,1,1.0,0.0,[0.00379120372235775],"[1, 1, 1]" +0.8006134261377156,1,1.0,0.0,[0.002145798411220312],[1] +0.8006250001490116,0,0,0,[],[] +0.8006365741603076,0,0,0,[],[] +0.8006481481716037,0,0,0,[],[] +0.8006597221828997,0,0,0,[],[] +0.8006712961941957,0,0,0,[],[] +0.8006828702054918,1,1.0,0.0,[0.014603402931243181],"[1, 1]" +0.8006944442167878,1,1.0,0.0,[0.0007503125816583633],"[1, 1, 1, 1, 1, 1]" +0.8007060186937451,0,0,0,[],[] +0.8007175927050412,1,1.0,0.0,[0.008291238453239202],"[1, 1, 1, 1, 1]" +0.8007291667163372,0,0,0,[],[] +0.8007407407276332,0,0,0,[],[] +0.8007638887502253,1,1.0,0.0,[0.0007368633523583412],"[1, 1, 1, 1, 1]" +0.8007754627615213,0,0,0,[],[] +0.8007870372384787,1,1.0,0.0,[0.007701133843511343],[1] +0.8007986112497747,0,0,0,[],[] +0.8008101852610707,0,0,0,[],[] +0.8008217592723668,3,1.0,0.0,"[0.0017691436223685741, 0.0017691319808363914, 0.002971053123474121]","[1, 1, 1]" +0.8008333332836628,1,1.0,0.0,[0.008171122521162033],[1] +0.8008449072949588,1,1.0,0.0,[0.030774977058172226],[1] +0.8008564813062549,0,0,0,[],[] +0.8008680557832122,1,1.0,0.0,[0.0009903237223625183],"[1, 1, 1]" +0.8008796297945082,0,0,0,[],[] +0.8008912038058043,1,1.0,0.0,[0.004959224257618189],[1] +0.8009143518283963,1,1.0,0.0,[0.012303622905164957],"[1, 1, 1]" +0.8009259258396924,1,1.0,0.0,[0.025770810432732105],[1] +0.8009490738622844,0,0,0,[],[] +0.8009606483392417,1,1.0,0.0,[0.02183359954506159],"[1, 1, 1]" +0.8009722223505378,1,1.0,0.0,[0.022582372650504112],[1] +0.8009837963618338,0,0,0,[],[] +0.8009953703731298,0,0,0,[],[] +0.8010069443844259,2,1.0,0.0,"[0.0015178355388343334, 0.0032526738941669464]","[1, 1, 1, 1, 1]" +0.8010185183957219,1,1.0,0.0,[0.008056562393903732],"[1, 1, 1]" +0.8010416668839753,2,1.0,0.0,"[0.011340902652591467, 0.00010563619434833527]","[1, 1, 1, 1]" +0.8010532408952713,0,0,0,[],[] +0.8010648149065673,2,1.0,0.0,"[0.006527951452881098, 0.006527951452881098]","[1, 1]" +0.8010763889178634,2,1.0,0.0,"[0.0028171874582767487, 0.01254141191020608]","[1, 1]" +0.8010879629291594,0,0,0,[],[] +0.8010995369404554,0,0,0,[],[] +0.8011111109517515,2,1.0,0.0,"[0.00211393553763628, 0.0021139238961040974]","[1, 1, 1]" +0.8011226849630475,3,1.0,0.0,"[0.004166990984231234, 0.004166990984231234, 0.0252575003542006]","[1, 1, 1]" +0.8011342594400048,0,0,0,[],[] +0.8011458334513009,2,1.0,0.0,"[0.024225057568401098, 0.004642048384994268]","[1, 1]" +0.8011574074625969,3,1.0,0.0,"[0.007292245514690876, 0.011479189619421959, 0.01916531240567565]","[1, 1, 1]" +0.801180555485189,2,1.0,0.0,"[0.004939328879117966, 0.004939328879117966]","[1, 1]" +0.801192129496485,1,1.0,0.0,[0.004908727016299963],[1] +0.801203703507781,1,1.0,0.0,[0.005033808294683695],[1] +0.8012152779847383,1,1.0,0.0,[0.012126678135246038],[1] +0.8012384260073304,2,1.0,0.0,"[0.0019932175055146217, 0.03088928246870637]","[1, 1]" +0.8012500000186265,0,0,0,[],[] +0.8012847220525146,1,1.0,0.0,[0.002869896125048399],[1] +0.8012962960638106,1,1.0,0.0,[0.0015383451245725155],[1] +0.8013078705407679,1,1.0,0.0,[0.008296770509332418],[1] +0.801342592574656,0,0,0,[],[] +0.8014004630967975,0,0,0,[],[] +0.8014120371080935,1,1.0,0.0,[7.476843893527985e-05],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8014236111193895,2,1.0,0.0,"[0.011616365518420935, 0.011616365518420935]","[1, 1]" +0.8014351851306856,0,0,0,[],[] +0.8014467591419816,1,1.0,0.0,[0.019820046611130238],"[1, 1]" +0.8014583331532776,0,0,0,[],[] +0.801469907630235,2,1.0,0.0,"[0.0065643517300486565, 0.0119056710973382]","[1, 1, 1]" +0.801481481641531,0,0,0,[],[] +0.801493055652827,0,0,0,[],[] +0.8015046296641231,2,1.0,0.0,"[0.0003960300236940384, 0.007322291843593121]","[1, 1]" +0.8015162036754191,3,1.0,0.0,"[0.007727245334535837, 0.005148518364876509, 0.005148518364876509]","[1, 1, 1]" +0.8015277776867151,0,0,0,[],[] +0.8015393516980112,0,0,0,[],[] +0.8015509257093072,2,1.0,0.0,"[0.0029150694608688354, 0.0029150694608688354]","[1, 1]" +0.8015625001862645,1,1.0,0.0,[0.012854942120611668],[1] +0.8015740741975605,1,1.0,0.0,[0.01161334477365017],[1] +0.8015856482088566,3,1.0,0.0,"[0.022312326356768608, 0.005916481371968985, 0.008165775332599878]","[1, 1, 1, 1, 1]" +0.8015972222201526,3,1.0,0.0,"[0.0063218288123607635, 0.009593646042048931, 0.004831400234252214]","[1, 1, 1]" +0.8016087962314487,0,0,0,[],[] +0.8016550927422941,0,0,0,[],[] +0.8016666667535901,2,1.0,0.0,"[0.008345324080437422, 0.00950752291828394]","[1, 1]" +0.8016898147761822,0,0,0,[],[] +0.8017013887874782,0,0,0,[],[] +0.8017361112870276,1,1.0,0.0,[0.0018793516792356968],"[1, 1]" +0.8017476852983236,3,1.0,0.0,"[0.007812522817403078, 0.011915057897567749, 0.005102997645735741]","[1, 1, 1]" +0.8017592593096197,1,1.0,0.0,[0.01267103012651205],[1] +0.8017708333209157,0,0,0,[],[] +0.8017824073322117,1,1.0,0.0,[0.006767014041543007],[1] +0.8017939813435078,2,1.0,0.0,"[0.0004213079810142517, 0.000421296339482069]","[1, 1]" +0.8018287038430572,0,0,0,[],[] +0.8018402778543532,2,1.0,0.0,"[0.0009227893315255642, 0.0012881364673376083]","[1, 1, 1, 1]" +0.8018518518656492,2,0.75,0.25,"[0.001556620467454195, 0.009472037199884653]","[1, 1, 1]" +0.8018749998882413,0,0,0,[],[] +0.8018865738995373,3,1.0,0.0,"[0.0006623729132115841, 0.0006032409146428108, 0.0005441089160740376]","[1, 1, 1]" +0.8018981483764946,0,0,0,[],[] +0.8019097223877907,2,1.0,0.0,"[0.01778017356991768, 0.006554155144840479]","[1, 1]" +0.8019212963990867,0,0,0,[],[] +0.8019328704103827,1,1.0,0.0,[0.00883192103356123],[1] +0.8019444444216788,0,0,0,[],[] +0.8019675924442708,2,1.0,0.0,"[0.0016550463624298573, 0.011356261558830738]","[1, 1]" +0.8019791664555669,1,1.0,0.0,[6.12037256360054e-05],"[1, 1]" +0.8019907409325242,1,1.0,0.0,[0.004437082912772894],"[1, 1, 1]" +0.8020023149438202,1,1.0,0.0,[0.0025800922885537148],[1] +0.8020138889551163,0,0,0,[],[] +0.8020254629664123,1,1.0,0.0,[0.002386030275374651],"[1, 1, 1]" +0.8020370369777083,1,1.0,0.0,[0.002377291675657034],[1] +0.8020486109890044,0,0,0,[],[] +0.8020601850003004,2,1.0,0.0,"[0.001594537403434515, 0.022426238749176264]","[1, 1]" +0.8020717594772577,0,0,0,[],[] +0.8020833334885538,1,1.0,0.0,[0.005727511364966631],[1] +0.8020949074998498,0,0,0,[],[] +0.8021064815111458,0,0,0,[],[] +0.8021180555224419,0,0,0,[],[] +0.8021412035450339,2,1.0,0.0,"[0.00486728036776185, 0.00486728036776185]","[1, 1]" +0.80215277755633,0,0,0,[],[] +0.8021643520332873,1,1.0,0.0,[0.0008638654835522175],[1] +0.8021990740671754,1,1.0,0.0,[0.0016094096936285496],[1] +0.8022222220897675,0,0,0,[],[] +0.8022337961010635,2,1.0,0.0,"[0.001207523513585329, 0.0034177317284047604]","[1, 1, 1]" +0.8022453705780208,1,1.0,0.0,[0.0013273842632770538],[1] +0.8022569445893168,0,0,0,[],[] +0.8022685186006129,1,1.0,0.0,[0.0026887846179306507],[1] +0.8022800926119089,0,0,0,[],[] +0.802291666623205,0,0,0,[],[] +0.802303240634501,2,1.0,0.0,"[0.004715729504823685, 0.008022523485124111]","[1, 1]" +0.802314814645797,0,0,0,[],[] +0.802326388657093,0,0,0,[],[] +0.8023379631340504,0,0,0,[],[] +0.8023495371453464,0,0,0,[],[] +0.8023611111566424,1,1.0,0.0,[0.014331319369375706],[1] +0.8023726851679385,3,1.0,0.0,"[0.00025429390370845795, 0.00025428226217627525, 0.007753472309559584]","[1, 1, 1]" +0.8023842591792345,0,0,0,[],[] +0.8023958331905305,0,0,0,[],[] +0.8024074072018266,0,0,0,[],[] +0.8024189816787839,2,1.0,0.0,"[0.030426145531237125, 0.030426145531237125]","[1, 1]" +0.8024305556900799,1,1.0,0.0,[0.00435321731492877],[1] +0.802442129701376,0,0,0,[],[] +0.802453703712672,2,1.0,0.0,"[0.0006779516115784645, 0.0006779516115784645]","[1, 1]" +0.802465277723968,0,0,0,[],[] +0.8024768517352641,0,0,0,[],[] +0.8024884257465601,0,0,0,[],[] +0.8025000002235174,3,1.0,0.0,"[0.002084687352180481, 0.0036194673739373684, 0.004218344576656818]","[1, 1, 1, 1]" +0.8025115742348135,3,1.0,0.0,"[0.030344131868332624, 0.030344131868332624, 0.005249224603176117]","[1, 1, 1]" +0.8025231482461095,1,1.0,0.0,[0.0088704745285213],[1] +0.8025347222574055,0,0,0,[],[] +0.8025462962687016,0,0,0,[],[] +0.8025578702799976,0,0,0,[],[] +0.8025694442912936,0,0,0,[],[] +0.8025810183025897,0,0,0,[],[] +0.802604166790843,0,0,0,[],[] +0.802615740802139,0,0,0,[],[] +0.8026273148134351,1,0.024390243902439025,0.975609756097561,[0.005197708494961262],[1] +0.8026388888247311,0,0,0,[],[] +0.8026504628360271,1,1.0,0.0,[0.007701967842876911],"[1, 1]" +0.8026620368473232,1,1.0,0.0,[0.0005485070869326591],[1] +0.8026736113242805,0,0,0,[],[] +0.8026851853355765,0,0,0,[],[] +0.8026967593468726,0,0,0,[],[] +0.8027083333581686,2,1.0,0.0,"[0.004193518310785294, 0.005265231244266033]","[1, 1, 1, 1]" +0.8027199073694646,3,1.0,0.0,"[0.012776828836649656, 0.005056203808635473, 0.005056203808635473]","[1, 1, 1]" +0.8027430553920567,2,0.18181818181818182,0.8181818181818182,"[0.002081863582134247, 0.000854826532304287]","[1, 1]" +0.8027546294033527,1,0.047619047619047616,0.9523809523809523,[0.0014017941430211067],"[1, 1]" +0.8027662038803101,1,0.07751937984496124,0.9224806201550387,[0.011675300542265177],"[1, 1, 1, 1, 1, 1]" +0.8027777778916061,0,0,0,[],[] +0.8027893519029021,0,0,0,[],[] +0.8028009259141982,0,0,0,[],[] +0.8028124999254942,1,1.0,0.0,[0.003598750103265047],[1] +0.8028240739367902,0,0,0,[],[] +0.8028356479480863,3,0.75,0.25,"[0.0016007525846362114, 0.0016007525846362114, 0.007792627438902855]","[1, 1, 1]" +0.8028472224250436,2,1.0,0.0,"[0.007314004469662905, 0.012492904905229807]","[1, 1]" +0.8028587964363396,0,0,0,[],[] +0.8028703704476357,0,0,0,[],[] +0.8028819444589317,1,0.047619047619047616,0.9523809523809523,[0.0017523146234452724],[1] +0.8028935184702277,1,0.09090909090909091,0.9090909090909091,[0.006437928415834904],[1] +0.8029050924815238,1,0.047619047619047616,0.9523809523809523,[0.007524409797042608],[1] +0.8029166664928198,3,1.0,0.0,"[0.007160845212638378, 0.019474710803478956, 0.019474710803478956]","[1, 1, 1]" +0.8029282409697771,0,0,0,[],[] +0.8029513889923692,2,1.0,0.0,"[0.0004673725925385952, 0.0004673725925385952]","[1, 1]" +0.8029745370149612,3,1.0,0.0,"[0.0013659372925758362, 0.0013659372925758362, 0.005841064732521772]","[1, 1, 1, 1]" +0.8029861110262573,2,0.8,0.2,"[0.0067542246542871, 0.0067542246542871]","[1, 1, 1, 1]" +0.8029976850375533,1,0.125,0.875,[0.02637508139014244],[1] +0.8030092590488493,1,1.0,0.0,[0.008262905292212963],[1] +0.8030208335258067,2,1.0,0.0,"[0.028384710662066936, 0.002735323738306761]","[1, 1]" +0.8030324075371027,1,1.0,0.0,[0.010354375001043081],"[1, 1]" +0.8030439815483987,1,1.0,0.0,[0.003555439878255129],[1] +0.8030555555596948,0,0,0,[],[] +0.8030671295709908,0,0,0,[],[] +0.8030787035822868,0,0,0,[],[] +0.8030902775935829,0,0,0,[],[] +0.8031018520705402,0,0,0,[],[] +0.8031134260818362,1,1.0,0.0,[0.008220555260777473],[1] +0.8031481481157243,0,0,0,[],[] +0.8031597221270204,0,0,0,[],[] +0.8031828701496124,1,0.5,0.5,[7.425947114825249e-05],[1] +0.8031944446265697,0,0,0,[],[] +0.8032060186378658,0,0,0,[],[] +0.8032175926491618,0,0,0,[],[] +0.8032291666604578,0,0,0,[],[] +0.8032407406717539,0,0,0,[],[] +0.8032523146830499,0,0,0,[],[] +0.803263888694346,0,0,0,[],[] +0.8032754631713033,2,1.0,0.0,"[0.0013727429322898388, 0.013415740337222815]","[1, 1]" +0.8032870371825993,3,1.0,0.0,"[0.009157719556242228, 0.011265300679951906, 0.008743807673454285]","[1, 1, 1, 1]" +0.8032986111938953,0,0,0,[],[] +0.8033101852051914,1,1.0,0.0,[0.007632615510374308],[1] +0.8033217592164874,3,1.0,0.0,"[0.030218136496841908, 0.030218124855309725, 0.00835710670799017]","[1, 1, 1]" +0.8033333332277834,0,0,0,[],[] +0.8033564812503755,1,1.0,0.0,[0.0028646299615502357],[1] +0.8033680557273328,0,0,0,[],[] +0.8033796297386289,0,0,0,[],[] +0.8034027777612209,1,1.0,0.0,[0.002207523211836815],[1] +0.803414351772517,0,0,0,[],[] +0.803425925783813,0,0,0,[],[] +0.803437499795109,0,0,0,[],[] +0.8034490742720664,0,0,0,[],[] +0.8034606482833624,3,1.0,0.0,"[0.029384432826191187, 0.029384432826191187, 0.0023804279044270515]","[1, 1, 1]" +0.8034722222946584,0,0,0,[],[] +0.8034837963059545,2,1.0,0.0,"[0.004662360996007919, 0.004655937664210796]","[1, 1, 1, 1]" +0.8034953703172505,2,1.0,0.0,"[0.0024450579658150673, 0.0024450463242828846]","[1, 1]" +0.8035069443285465,0,0,0,[],[] +0.8035185183398426,0,0,0,[],[] +0.8035300928167999,0,0,0,[],[] +0.8035416668280959,0,0,0,[],[] +0.803553240839392,1,1.0,0.0,[0.005311921238899231],[1] +0.803564814850688,0,0,0,[],[] +0.803576388861984,0,0,0,[],[] +0.80358796287328,2,1.0,0.0,"[0.029257106594741344, 0.029257106594741344]","[1, 1, 1, 1]" +0.8035995368845761,0,0,0,[],[] +0.8036111108958721,1,1.0,0.0,[0.0011419560760259628],[1] +0.8036226853728294,0,0,0,[],[] +0.8036342593841255,0,0,0,[],[] +0.8036458333954215,3,1.0,0.0,"[0.0029999883845448494, 0.002195740584284067, 0.002195740584284067]","[1, 1, 1]" +0.8036574074067175,1,0.7857142857142857,0.21428571428571427,[0.003045022953301668],[1] +0.8036689814180136,0,0,0,[],[] +0.8036805554293096,0,0,0,[],[] +0.8036921294406056,0,0,0,[],[] +0.803703703917563,0,0,0,[],[] +0.803726851940155,0,0,0,[],[] +0.8037384259514511,0,0,0,[],[] +0.8037499999627471,2,1.0,0.0,"[0.0008776970207691193, 0.0008776970207691193]","[1, 1]" +0.8037615739740431,0,0,0,[],[] +0.8037731479853392,0,0,0,[],[] +0.8037847219966352,0,0,0,[],[] +0.8037962964735925,0,0,0,[],[] +0.8038078704848886,1,0.4375,0.5625,[0.007875393610447645],"[1, 1]" +0.8038194444961846,0,0,0,[],[] +0.8038310185074806,0,0,0,[],[] +0.8038425925187767,0,0,0,[],[] +0.8038541665300727,3,1.0,0.0,"[0.0014104628935456276, 0.0014104628935456276, 0.009398136753588915]","[1, 1, 1, 1]" +0.8038657405413687,0,0,0,[],[] +0.803877315018326,2,1.0,0.0,"[0.005962661933153868, 0.0010381247848272324]","[1, 1]" +0.8038888890296221,0,0,0,[],[] +0.8039004630409181,2,0.6,0.4,"[0.0009539350867271423, 0.0009539350867271423]","[1, 1]" +0.8039120370522141,3,0.45454545454545453,0.5454545454545454,"[0.00011631939560174942, 0.00011631939560174942, 0.00522495387122035]","[1, 1, 1, 1]" +0.8039236110635102,2,0.875,0.125,"[0.0006124190986156464, 0.0006124190986156464]","[1, 1, 1]" +0.8039351850748062,0,0,0,[],[] +0.8039467590861022,1,0.6666666666666666,0.3333333333333333,[0.007536481600254774],"[1, 1]" +0.8039583335630596,1,1.0,0.0,[0.02938969898968935],[1] +0.8039930555969477,0,0,0,[],[] +0.8040046296082437,3,0.8333333333333334,0.16666666666666666,"[0.0013767015188932419, 0.016727731563150883, 0.004792511463165283]","[1, 1, 1]" +0.8040162036195397,0,0,0,[],[] +0.8040277776308358,2,1.0,0.0,"[0.009026308078318834, 0.009026308078318834]","[1, 1]" +0.8040393516421318,3,1.0,0.0,"[0.001811307854950428, 0.004750879947096109, 0.004750879947096109]","[1, 1, 1]" +0.8040509261190891,1,0.18181818181818182,0.8181818181818182,[0.00748068280518055],[1] +0.8040625001303852,3,0.8,0.2,"[0.0007017473690211773, 0.004816689528524876, 0.004816689528524876]","[1, 1, 1]" +0.8040740741416812,0,0,0,[],[] +0.8040856481529772,0,0,0,[],[] +0.8040972221642733,1,1.0,0.0,[0.009505254682153463],[1] +0.8041087961755693,0,0,0,[],[] +0.8041319446638227,2,1.0,0.0,"[0.0003132866695523262, 0.0003132750280201435]","[1, 1]" +0.8041435186751187,1,1.0,0.0,[0.0067193168215453625],[1] +0.8041550926864147,0,0,0,[],[] +0.8041666666977108,2,1.0,0.0,"[0.0003695371560752392, 0.0003695371560752392]","[1, 1, 1, 1]" +0.8041782407090068,0,0,0,[],[] +0.8041898147203028,3,0.8,0.2,"[0.0009598149918019772, 0.011919432785362005, 0.011919432785362005]","[1, 1, 1, 1]" +0.8042013887315989,1,0.5,0.5,[0.019156539347022772],[1] +0.8042129627428949,0,0,0,[],[] +0.8042245372198522,2,1.0,0.0,"[0.0009288541041314602, 0.026313749607652426]","[1, 1]" +0.8042361112311482,2,1.0,0.0,"[0.0030107060447335243, 0.0030107060447335243]","[1, 1, 1, 1]" +0.8042476852424443,2,0.5,0.5,"[0.011253067292273045, 0.011253067292273045]","[1, 1]" +0.8042592592537403,2,1.0,0.0,"[0.017347233835607767, 0.001997592393308878]","[1, 1]" +0.8042708332650363,0,0,0,[],[] +0.8042824072763324,2,1.0,0.0,"[0.015481967944651842, 0.019533900544047356]","[1, 1, 1]" +0.8042939812876284,0,0,0,[],[] +0.8043055557645857,3,0.075,0.925,"[0.01838219864293933, 0.01838219864293933, 0.0008124536834657192]","[1, 1, 1]" +0.8043171297758818,0,0,0,[],[] +0.8043287037871778,0,0,0,[],[] +0.8043402777984738,1,0.9545454545454546,0.045454545454545456,[0.010400208178907633],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8043518518097699,0,0,0,[],[] +0.8043634258210659,0,0,0,[],[] +0.8043749998323619,3,1.0,0.0,"[0.030713182874023914, 0.009161342866718769, 0.009161342866718769]","[1, 1, 1]" +0.8043981483206153,1,1.0,0.0,[0.0008786339312791824],[1] +0.8044097223319113,0,0,0,[],[] +0.8044212963432074,2,1.0,0.0,"[0.0014099767431616783, 0.0014099767431616783]","[1, 1]" +0.8044328703545034,0,0,0,[],[] +0.8044444443657994,2,0.047619047619047616,0.9523809523809523,"[0.0011331136338412762, 0.008773009292781353]","[1, 1]" +0.8044560183770955,3,0.75,0.25,"[0.022318449337035418, 0.006373657379299402, 0.006373657379299402]","[1, 1, 1]" +0.8044675923883915,0,0,0,[],[] +0.8044907408766448,0,0,0,[],[] +0.8045138888992369,1,0.03225806451612903,0.967741935483871,[0.007976620458066463],[1] +0.804525462910533,0,0,0,[],[] +0.804537036921829,2,1.0,0.0,"[0.006948530208319426, 0.006948530208319426]","[1, 1]" +0.804548610933125,1,1.0,0.0,[0.008831157814711332],[1] +0.8045601854100823,1,0.012345679012345678,0.9876543209876543,[0.007388853933662176],[1] +0.8045717594213784,1,1.0,0.0,[0.009283309802412987],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8045833334326744,1,1.0,0.0,[0.007138831075280905],[1] +0.8046064814552665,1,1.0,0.0,[0.008851169142872095],[1] +0.8046180554665625,0,0,0,[],[] +0.8046296294778585,0,0,0,[],[] +0.8046412034891546,1,0.09090909090909091,0.9090909090909091,[0.02244326425716281],[1] +0.8046527779661119,1,0.10112359550561797,0.898876404494382,[0.008564687334001064],[1] +0.8046643519774079,0,0,0,[],[] +0.804675925988704,1,0.13043478260869565,0.8695652173913043,[0.00798455998301506],[1] +0.804699074011296,0,0,0,[],[] +0.8047106480225921,3,0.25,0.75,"[0.017096122726798058, 0.017096111085265875, 0.017096782568842173]","[1, 1, 1, 1]" +0.8047222220338881,1,1.0,0.0,[0.003001944627612829],[1] +0.8047453705221415,0,0,0,[],[] +0.8047685185447335,1,1.0,0.0,[0.009293946903198957],[1] +0.8047800925560296,1,1.0,0.0,[0.0014831596054136753],[1] +0.8048148145899177,1,1.0,0.0,[0.000744097400456667],[1] +0.804826389066875,2,1.0,0.0,"[0.013592812232673168, 0.013592812232673168]","[1, 1]" +0.8048611111007631,1,0.09278350515463918,0.9072164948453608,[0.007215671241283417],[1] +0.8048726851120591,1,1.0,0.0,[0.00030172476544976234],[1] +0.8048958331346512,1,1.0,0.0,[0.007763565052300692],[1] +0.8049074076116085,0,0,0,[],[] +0.8049305556342006,2,1.0,0.0,"[0.009492858778685331, 0.009492858778685331]","[1, 1]" +0.8049421296454966,1,1.0,0.0,[0.008535219822078943],"[1, 1, 1, 1, 1, 1]" +0.8049537036567926,0,0,0,[],[] +0.8049652776680887,2,1.0,0.0,"[0.002889213152229786, 0.007657372858375311]","[1, 1, 1, 1, 1]" +0.8049768516793847,0,0,0,[],[] +0.804988426156342,0,0,0,[],[] +0.8050231481902301,2,1.0,0.0,"[0.03025380801409483, 0.009306978899985552]","[1, 1]" +0.8050347222015262,3,1.0,0.0,"[0.01222548633813858, 0.012224398087710142, 0.009052037261426449]","[1, 1, 1]" +0.8050578702241182,1,1.0,0.0,[0.0008524307049810886],[1] +0.8050694442354143,0,0,0,[],[] +0.8050925927236676,0,0,0,[],[] +0.8051157407462597,2,1.0,0.0,"[0.004877210594713688, 0.004877430386841297]","[1, 1]" +0.8051273147575557,0,0,0,[],[] +0.8051388887688518,0,0,0,[],[] +0.8051504627801478,3,1.0,0.0,"[0.0061199539341032505, 0.006121504586189985, 0.0061204517260193825]","[1, 1, 1]" +0.8051620372571051,1,1.0,0.0,[0.0033525112085044384],[1] +0.8051736112684011,0,0,0,[],[] +0.8051851852796972,1,1.0,0.0,[0.010472928173840046],[1] +0.8051967592909932,0,0,0,[],[] +0.8052083333022892,3,1.0,0.0,"[0.0008593401871621609, 0.012335254810750484, 0.012335254810750484]","[1, 1, 1]" +0.8052314813248813,0,0,0,[],[] +0.8052546298131347,0,0,0,[],[] +0.8052662038244307,0,0,0,[],[] +0.8052777778357267,1,1.0,0.0,[0.006018587853759527],[1] +0.8052893518470228,0,0,0,[],[] +0.8053009258583188,2,1.0,0.0,"[0.006741249933838844, 0.006741249933838844]","[1, 1]" +0.8053124998696148,2,1.0,0.0,"[0.00030796322971582413, 0.00030795158818364143]","[1, 1]" +0.8053240738809109,1,1.0,0.0,[0.03025231510400772],[1] +0.8053356483578682,2,1.0,0.0,"[0.007900300901383162, 0.001276643481105566]","[1, 1, 1]" +0.8053472223691642,0,0,0,[],[] +0.8053703703917563,1,1.0,0.0,[0.0034267245791852474],[1] +0.8053819444030523,0,0,0,[],[] +0.8053935184143484,0,0,0,[],[] +0.8054050924256444,3,1.0,0.0,"[0.007782801054418087, 0.02860445622354746, 0.02860445622354746]","[1, 1, 1]" +0.8054166664369404,0,0,0,[],[] +0.8054282409138978,0,0,0,[],[] +0.8054513889364898,1,1.0,0.0,[0.000775601714849472],"[1, 1]" +0.8054745369590819,1,1.0,0.0,[0.010897187516093254],[1] +0.8054861109703779,0,0,0,[],[] +0.805497684981674,0,0,0,[],[] +0.8055208334699273,3,1.0,0.0,"[0.031009178142994642, 0.0010850694961845875, 0.0010850694961845875]","[1, 1, 1]" +0.8055324074812233,0,0,0,[],[] +0.8055555555038154,0,0,0,[],[] +0.8055671295151114,0,0,0,[],[] +0.8055787035264075,0,0,0,[],[] +0.8055902780033648,1,1.0,0.0,[0.0009413887746632099],[1] +0.8056018520146608,2,1.0,0.0,"[0.008162499871104956, 0.0028541432693600655]","[1, 1]" +0.8056134260259569,0,0,0,[],[] +0.8056250000372529,0,0,0,[],[] +0.805648148059845,0,0,0,[],[] +0.805659722071141,1,1.0,0.0,[0.006961192470043898],"[1, 1]" +0.8056828705593944,0,0,0,[],[] +0.8056944445706904,0,0,0,[],[] +0.8057175925932825,0,0,0,[],[] +0.8057291666045785,0,0,0,[],[] +0.8057407406158745,0,0,0,[],[] +0.8057523146271706,0,0,0,[],[] +0.8057754631154239,2,1.0,0.0,"[0.008407303132116795, 0.0009109256789088249]","[1, 1]" +0.80578703712672,3,1.0,0.0,"[0.010730867739766836, 0.01978281233459711, 0.01978281233459711]","[1, 1, 1]" +0.805798611138016,1,1.0,0.0,[0.006299004424363375],[1] +0.805810185149312,0,0,0,[],[] +0.8058333331719041,0,0,0,[],[] +0.8058449071832001,0,0,0,[],[] +0.8058564816601574,3,1.0,0.0,"[0.00615285849198699, 0.023405115585774183, 0.023405115585774183]","[1, 1, 1]" +0.8058680556714535,0,0,0,[],[] +0.8058796296827495,0,0,0,[],[] +0.8058912036940455,1,1.0,0.0,[0.002038043923676014],[1] +0.8059027777053416,0,0,0,[],[] +0.8059143517166376,1,1.0,0.0,[0.006186609156429768],[1] +0.8059259257279336,0,0,0,[],[] +0.805937500204891,2,1.0,0.0,"[0.0031690276227891445, 0.0031690276227891445]","[1, 1, 1, 1]" +0.805949074216187,2,1.0,0.0,"[0.013875763863325119, 0.013875763863325119]","[1, 1]" +0.8059953702613711,0,0,0,[],[] +0.8060069442726672,0,0,0,[],[] +0.8060185187496245,0,0,0,[],[] +0.8060300927609205,0,0,0,[],[] +0.8060532407835126,0,0,0,[],[] +0.8060648147948086,1,1.0,0.0,[0.005664467811584473],"[1, 1]" +0.8060763888061047,0,0,0,[],[] +0.8060879628174007,0,0,0,[],[] +0.8060995368286967,1,1.0,0.0,[0.003401088062673807],[1] +0.806111111305654,3,1.0,0.0,"[0.02854236075654626, 0.02854236075654626, 0.010154270566999912]","[1, 1, 1]" +0.8061226853169501,0,0,0,[],[] +0.8061458333395422,0,0,0,[],[] +0.8061574073508382,3,1.0,0.0,"[0.0009932294487953186, 0.008172592613846064, 0.008172592613846064]","[1, 1, 1, 1]" +0.8061689813621342,0,0,0,[],[] +0.8062152778729796,0,0,0,[],[] +0.8062268518842757,2,1.0,0.0,"[0.0024124537594616413, 0.0024124537594616413]","[1, 1]" +0.8062384258955717,0,0,0,[],[] +0.8062499999068677,2,1.0,0.0,"[0.01567473402246833, 0.01567473402246833]","[1, 1]" +0.8062731479294598,2,1.0,0.0,"[0.01715021999552846, 0.01715021999552846]","[1, 1]" +0.8062847224064171,0,0,0,[],[] +0.8062962964177132,1,1.0,0.0,[0.0029501616954803467],[1] +0.8063078704290092,2,1.0,0.0,"[0.0026874071918427944, 0.0026874071918427944]","[1, 1]" +0.8063194444403052,1,1.0,0.0,[0.031016053166240454],"[1, 1, 1]" +0.8063310184516013,2,1.0,0.0,"[0.0007552895694971085, 0.0025469213724136353]","[1, 1, 1, 1]" +0.8063425924628973,0,0,0,[],[] +0.8063541664741933,0,0,0,[],[] +0.8063773149624467,0,0,0,[],[] +0.8063888889737427,0,0,0,[],[] +0.8064004629850388,0,0,0,[],[] +0.8064120369963348,0,0,0,[],[] +0.8064467590302229,1,1.0,0.0,[0.0014407061971724033],[1] +0.8064583335071802,3,1.0,0.0,"[0.007838379591703415, 0.007838379591703415, 0.003752141259610653]","[1, 1, 1, 1]" +0.8064699075184762,0,0,0,[],[] +0.8064814815297723,1,1.0,0.0,[0.006247106473892927],[1] +0.8064930555410683,0,0,0,[],[] +0.8065277775749564,0,0,0,[],[] +0.8065393520519137,1,1.0,0.0,[0.0008087498135864735],[1] +0.8065509260632098,2,1.0,0.0,"[0.02046902757138014, 0.02046902757138014]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8065625000745058,0,0,0,[],[] +0.8065740740858018,0,0,0,[],[] +0.8065856480970979,2,1.0,0.0,"[0.007830786984413862, 0.007830786984413862]","[1, 1]" +0.8065972221083939,1,1.0,0.0,[0.00397370383143425],[1] +0.8066087961196899,0,0,0,[],[] +0.8066203705966473,0,0,0,[],[] +0.8066435186192393,0,0,0,[],[] +0.8066550926305354,1,1.0,0.0,[0.0008276272565126419],[1] +0.8066782406531274,0,0,0,[],[] +0.8066898146644235,1,1.0,0.0,[0.002775185275822878],[1] +0.8067013886757195,0,0,0,[],[] +0.8067129631526768,0,0,0,[],[] +0.8067245371639729,0,0,0,[],[] +0.806770833209157,0,0,0,[],[] +0.8067939816974103,2,1.0,0.0,"[0.00323833292350173, 0.00323833292350173]","[1, 1]" +0.8068171297200024,2,1.0,0.0,"[0.005989826284348965, 0.005989826284348965]","[1, 1]" +0.8068402777425945,1,1.0,0.0,[0.002531828824430704],[1] +0.8068518517538905,0,0,0,[],[] +0.8068634257651865,0,0,0,[],[] +0.8068865742534399,0,0,0,[],[] +0.8068981482647359,1,1.0,0.0,[0.008428402710705996],[1] +0.806909722276032,0,0,0,[],[] +0.806932870298624,0,0,0,[],[] +0.8069444443099201,0,0,0,[],[] +0.8069675927981734,0,0,0,[],[] +0.8069907408207655,2,1.0,0.0,"[0.009386573918163776, 0.009386573918163776]","[1, 1]" +0.8070138888433576,0,0,0,[],[] +0.8070254628546536,1,1.0,0.0,[0.004661747720092535],"[1, 1]" +0.807048611342907,0,0,0,[],[] +0.807060185354203,0,0,0,[],[] +0.807071759365499,2,1.0,0.0,"[0.0075699882581830025, 0.0075699882581830025]","[1, 1]" +0.807083333376795,2,1.0,0.0,"[0.015334606636315584, 0.015334606636315584]","[1, 1]" +0.8070949073880911,0,0,0,[],[] +0.8071064813993871,0,0,0,[],[] +0.8071180554106832,0,0,0,[],[] +0.8071296294219792,2,1.0,0.0,"[0.00631734961643815, 0.00631734961643815]","[1, 1, 1]" +0.8071643519215286,2,1.0,0.0,"[0.025681168772280216, 0.025681168772280216]","[1, 1, 1, 1]" +0.8071759259328246,0,0,0,[],[] +0.8071990739554167,0,0,0,[],[] +0.8072106479667127,2,1.0,0.0,"[0.001409629825502634, 0.001409629825502634]","[1, 1]" +0.8072337964549661,0,0,0,[],[] +0.8072453704662621,1,1.0,0.0,[0.0032051964662969112],[1] +0.8072916665114462,2,1.0,0.0,"[0.007771539501845837, 0.009967812802642584]","[1, 1]" +0.8073263890109956,0,0,0,[],[] +0.8073495370335877,1,1.0,0.0,[0.0013674767687916756],[1] +0.8073611110448837,2,1.0,0.0,"[0.003282777965068817, 0.003282777965068817]","[1, 1]" +0.8073726850561798,0,0,0,[],[] +0.8073842590674758,0,0,0,[],[] +0.8073958335444331,0,0,0,[],[] +0.8074074075557292,1,1.0,0.0,[0.0017358912155032158],"[1, 1, 1, 1]" +0.8074189815670252,0,0,0,[],[] +0.8074305555783212,0,0,0,[],[] +0.8074421295896173,0,0,0,[],[] +0.8074537036009133,0,0,0,[],[] +0.8074652776122093,3,1.0,0.0,"[0.0046392478980124, 0.005908125080168247, 0.005908125080168247]","[1, 1, 1]" +0.8074768516235054,0,0,0,[],[] +0.8074884261004627,0,0,0,[],[] +0.8075000001117587,0,0,0,[],[] +0.8075115741230547,2,1.0,0.0,"[0.014309432823210955, 0.014309432823210955]","[1, 1]" +0.8075231481343508,0,0,0,[],[] +0.8075347221456468,1,1.0,0.0,[0.0010988428257405758],[1] +0.8075462961569428,0,0,0,[],[] +0.8075578701682389,0,0,0,[],[] +0.8075694446451962,0,0,0,[],[] +0.8075810186564922,2,1.0,0.0,"[0.007147916592657566, 0.007147916592657566]","[1, 1]" +0.8076041666790843,2,1.0,0.0,"[0.02360246516764164, 0.02360246516764164]","[1, 1]" +0.8076157406903803,0,0,0,[],[] +0.8076273147016764,1,1.0,0.0,[0.02737169014289975],[1] +0.8076388887129724,0,0,0,[],[] +0.8076504631899297,1,1.0,0.0,[0.0017455206252634525],[1] +0.8076620372012258,1,0.8571428571428571,0.14285714285714285,[0.0008208448998630047],[1] +0.8076736112125218,1,1.0,0.0,[0.0006616204045712948],"[1, 1, 1]" +0.8076851852238178,0,0,0,[],[] +0.8076967592351139,0,0,0,[],[] +0.807731481269002,0,0,0,[],[] +0.8077430557459593,1,1.0,0.0,[0.0008063772693276405],[1] +0.8077546297572553,1,1.0,0.0,[0.000734236091375351],[1] +0.8077662037685513,0,0,0,[],[] +0.8077777777798474,0,0,0,[],[] +0.8078009258024395,0,0,0,[],[] +0.8078124998137355,2,1.0,0.0,"[0.017008542083203793, 0.017008542083203793]","[1, 1, 1]" +0.8078240742906928,0,0,0,[],[] +0.8078356483019888,2,1.0,0.0,"[0.02329753478989005, 0.02329753478989005]","[1, 1]" +0.8078472223132849,0,0,0,[],[] +0.8078587963245809,0,0,0,[],[] +0.8078703703358769,3,1.0,0.0,"[0.020807662047445774, 0.020807662047445774, 0.005961863324046135]","[1, 1, 1]" +0.807881944347173,0,0,0,[],[] +0.8079166668467224,1,1.0,0.0,[0.007807384245097637],"[1, 1, 1]" +0.8079282408580184,0,0,0,[],[] +0.8079398148693144,2,1.0,0.0,"[0.0009400579147040844, 0.0013506365939974785]","[1, 1]" +0.8079513888806105,0,0,0,[],[] +0.8079629628919065,0,0,0,[],[] +0.8079745369032025,0,0,0,[],[] +0.8079976853914559,0,0,0,[],[] +0.8080092594027519,0,0,0,[],[] +0.808020833414048,1,1.0,0.0,[0.0007599997334182262],[1] +0.80804398143664,2,1.0,0.0,"[0.0008132988587021828, 0.0008132988587021828]","[1, 1, 1, 1]" +0.8080555554479361,0,0,0,[],[] +0.8080671294592321,0,0,0,[],[] +0.8080902779474854,0,0,0,[],[] +0.8081018519587815,0,0,0,[],[] +0.8081134259700775,0,0,0,[],[] +0.8081365739926696,0,0,0,[],[] +0.8081481480039656,0,0,0,[],[] +0.8081597220152617,0,0,0,[],[] +0.808171296492219,0,0,0,[],[] +0.808182870503515,0,0,0,[],[] +0.808194444514811,1,1.0,0.0,[0.002000590320676565],[1] +0.8082060185261071,0,0,0,[],[] +0.8082175925374031,2,1.0,0.0,"[0.010446284897625446, 0.010446273256093264]","[1, 1]" +0.8082407405599952,0,0,0,[],[] +0.8082754630595446,1,1.0,0.0,[7.89351761341095e-05],"[1, 1, 1]" +0.8082870370708406,2,1.0,0.0,"[0.018573854118585587, 0.018573854118585587]","[1, 1, 1, 1]" +0.8082986110821366,3,1.0,0.0,"[0.00755981495603919, 0.00755981495603919, 0.008125300984829664]","[1, 1, 1]" +0.8083564816042781,2,1.0,0.0,"[0.01931850705295801, 0.01931850705295801]","[1, 1]" +0.8083680556155741,2,1.0,0.0,"[0.004596875049173832, 0.004596875049173832]","[1, 1]" +0.8083796296268702,0,0,0,[],[] +0.8083912036381662,0,0,0,[],[] +0.8084259261377156,0,0,0,[],[] +0.8084375001490116,1,1.0,0.0,[0.0008059605024755001],[1] +0.8084490741603076,0,0,0,[],[] +0.8084722221828997,2,1.0,0.0,"[0.0035999882966279984, 0.02285540523007512]","[1, 1]" +0.8084953702054918,1,1.0,0.0,[0.03400474553927779],[1] +0.8085069442167878,2,1.0,0.0,"[0.006502453703433275, 0.006502453703433275]","[1, 1]" +0.8085185186937451,0,0,0,[],[] +0.8085300927050412,0,0,0,[],[] +0.8085416667163372,0,0,0,[],[] +0.8085532407276332,0,0,0,[],[] +0.8085763887502253,1,1.0,0.0,[0.0028267130255699158],[1] +0.8085995372384787,0,0,0,[],[] +0.8086111112497747,1,1.0,0.0,[0.030119675677269697],"[1, 1, 1]" +0.8086226852610707,0,0,0,[],[] +0.8086342592723668,0,0,0,[],[] +0.8086458332836628,1,1.0,0.0,[0.0006856252439320087],[1] +0.8086574072949588,1,1.0,0.0,[0.002721088007092476],[1] +0.8086805557832122,2,1.0,0.0,"[0.019518680404871702, 0.019518680404871702]","[1, 1, 1, 1]" +0.8086921297945082,0,0,0,[],[] +0.8087152778171003,0,0,0,[],[] +0.8087268518283963,3,1.0,0.0,"[0.007660277653485537, 0.005084328819066286, 0.005084328819066286]","[1, 1, 1]" +0.8087384258396924,0,0,0,[],[] +0.8087499998509884,1,1.0,0.0,[0.00826480332762003],[1] +0.8087615738622844,0,0,0,[],[] +0.8087731483392417,0,0,0,[],[] +0.8087847223505378,2,1.0,0.0,"[0.00526923593133688, 0.005265497602522373]","[1, 1]" +0.8087962963618338,0,0,0,[],[] +0.8088078703731298,2,1.0,0.0,"[0.0007402547635138035, 0.0007402547635138035]","[1, 1, 1]" +0.8088194443844259,3,1.0,0.0,"[0.005973229184746742, 0.00881744222715497, 0.00881744222715497]","[1, 1, 1]" +0.8088310183957219,0,0,0,[],[] +0.8088541668839753,0,0,0,[],[] +0.8088773149065673,2,1.0,0.0,"[0.02175785880535841, 0.02175785880535841]","[1, 1]" +0.8088888889178634,0,0,0,[],[] +0.8089004629291594,2,1.0,0.0,"[0.0016684490256011486, 0.0008781366050243378]","[1, 1]" +0.8089120369404554,2,1.0,0.0,"[0.0051348148845136166, 0.0051348148845136166]","[1, 1]" +0.8089236109517515,2,1.0,0.0,"[0.018019375391304493, 0.018019375391304493]","[1, 1]" +0.8089467594400048,0,0,0,[],[] +0.8089583334513009,2,1.0,0.0,"[0.01999672455713153, 0.01999672455713153]","[1, 1]" +0.8089699074625969,0,0,0,[],[] +0.8089814814738929,3,1.0,0.0,"[0.000394988339394331, 0.0006280671805143356, 0.007485995534807444]","[1, 1, 1]" +0.8090277779847383,0,0,0,[],[] +0.8090393519960344,0,0,0,[],[] +0.8090509260073304,1,1.0,0.0,[0.003909213002771139],[1] +0.8090625000186265,0,0,0,[],[] +0.8090740740299225,0,0,0,[],[] +0.8090856480412185,0,0,0,[],[] +0.8090972220525146,1,1.0,0.0,[0.0015454748645424843],"[1, 1, 1, 1, 1, 1, 1]" +0.8091087960638106,0,0,0,[],[] +0.8091319445520639,0,0,0,[],[] +0.80914351856336,1,1.0,0.0,[0.002550023142248392],"[1, 1]" +0.809166666585952,0,0,0,[],[] +0.8091782405972481,0,0,0,[],[] +0.8092013890855014,1,1.0,0.0,[0.007462696637958288],[1] +0.8092245371080935,0,0,0,[],[] +0.8092476851306856,0,0,0,[],[] +0.8092592591419816,0,0,0,[],[] +0.8092708331532776,1,1.0,0.0,[0.0027725580148398876],[1] +0.809282407630235,1,1.0,0.0,[0.012054756749421358],[1] +0.809293981641531,0,0,0,[],[] +0.809305555652827,1,1.0,0.0,[0.004803749732673168],[1] +0.8093171296641231,1,1.0,0.0,[0.0023278933949768543],[1] +0.8093402776867151,0,0,0,[],[] +0.8093518516980112,1,1.0,0.0,[0.0023042825050652027],[1] +0.8093750001862645,1,1.0,0.0,[0.0075092012993991375],[1] +0.8093981482088566,0,0,0,[],[] +0.8094097222201526,0,0,0,[],[] +0.8094328702427447,0,0,0,[],[] +0.8094444442540407,1,1.0,0.0,[0.0007167942821979523],[1] +0.809456018730998,0,0,0,[],[] +0.8094791667535901,0,0,0,[],[] +0.8094907407648861,0,0,0,[],[] +0.8095023147761822,0,0,0,[],[] +0.8095138887874782,0,0,0,[],[] +0.8095254627987742,2,1.0,0.0,"[0.01720686350017786, 0.01720686350017786]","[1, 1]" +0.8095370368100703,1,1.0,0.0,[0.002146504819393158],"[1, 1]" +0.8095486112870276,0,0,0,[],[] +0.8095601852983236,0,0,0,[],[] +0.8095833333209157,2,1.0,0.0,"[0.007261145859956741, 0.007261145859956741]","[1, 1]" +0.8095949073322117,2,1.0,0.0,"[0.019344270695000887, 0.019344270695000887]","[1, 1]" +0.8096064813435078,0,0,0,[],[] +0.8096180553548038,0,0,0,[],[] +0.8096296298317611,1,1.0,0.0,[0.006907673552632332],[1] +0.8096412038430572,3,1.0,0.0,"[0.0004849652759730816, 0.012777199037373066, 0.012777199037373066]","[1, 1, 1, 1]" +0.8096643518656492,2,1.0,0.0,"[0.005880127195268869, 0.005880127195268869]","[1, 1, 1, 1, 1, 1]" +0.8096759258769453,0,0,0,[],[] +0.8096874998882413,0,0,0,[],[] +0.8096990738995373,0,0,0,[],[] +0.8097106483764946,0,0,0,[],[] +0.8097222223877907,1,1.0,0.0,[0.0017019212245941162],[1] +0.8097337963990867,3,1.0,0.0,"[0.000490324106067419, 0.000490324106067419, 0.00633836816996336]","[1, 1, 1]" +0.8097453704103827,0,0,0,[],[] +0.8097569444216788,0,0,0,[],[] +0.8097685184329748,0,0,0,[],[] +0.8097800924442708,0,0,0,[],[] +0.8097916664555669,0,0,0,[],[] +0.8098148149438202,2,0.6666666666666666,0.3333333333333333,"[0.018124780151993036, 0.018124780151993036]","[1, 1]" +0.8098263889551163,1,1.0,0.0,[0.0006993520073592663],[1] +0.8098379629664123,0,0,0,[],[] +0.8098611109890044,3,1.0,0.0,"[0.0005721296183764935, 0.0003343289718031883, 0.0026315744034945965]","[1, 1, 1]" +0.8098726850003004,0,0,0,[],[] +0.8098842594772577,0,0,0,[],[] +0.8098958334885538,1,0.6666666666666666,0.3333333333333333,[0.018965833354741335],"[1, 1, 1]" +0.8099074074998498,0,0,0,[],[] +0.8099305555224419,1,1.0,0.0,[0.0006835530512034893],[1] +0.8099421295337379,2,1.0,0.0,"[0.0010006828233599663, 0.007455520797520876]","[1, 1]" +0.8099537035450339,0,0,0,[],[] +0.80996527755633,0,0,0,[],[] +0.8099768520332873,0,0,0,[],[] +0.8099884260445833,0,0,0,[],[] +0.8100000000558794,0,0,0,[],[] +0.8100115740671754,0,0,0,[],[] +0.8100231480784714,0,0,0,[],[] +0.8100347220897675,1,1.0,0.0,[0.004468715284019709],[1] +0.8100462961010635,0,0,0,[],[] +0.8100578705780208,0,0,0,[],[] +0.8100694445893168,1,1.0,0.0,[0.010608587879687548],[1] +0.8100810186006129,0,0,0,[],[] +0.8100925926119089,0,0,0,[],[] +0.810115740634501,2,1.0,0.0,"[0.013915046583861113, 0.013915046583861113]","[1, 1]" +0.810127314645797,0,0,0,[],[] +0.8101504631340504,0,0,0,[],[] +0.8101620371453464,1,0.5,0.5,[0.004086828790605068],[1] +0.8101736111566424,0,0,0,[],[] +0.8101851851679385,1,1.0,0.0,[0.0015497221611440182],"[1, 1]" +0.8101967591792345,0,0,0,[],[] +0.8102083331905305,3,1.0,0.0,"[0.0011394331231713295, 0.018185960594564676, 0.018185960594564676]","[1, 1, 1]" +0.8102199072018266,2,1.0,0.0,"[0.0029829861596226692, 0.0029829861596226692]","[1, 1]" +0.8102314816787839,0,0,0,[],[] +0.8102430556900799,0,0,0,[],[] +0.810254629701376,0,0,0,[],[] +0.810266203712672,2,1.0,0.0,"[0.005558738484978676, 0.005558738484978676]","[1, 1]" +0.810277777723968,0,0,0,[],[] +0.8102893517352641,0,0,0,[],[] +0.8103009257465601,0,0,0,[],[] +0.8103125002235174,0,0,0,[],[] +0.8103356482461095,1,1.0,0.0,[0.001251747366040945],[1] +0.8103472222574055,2,1.0,0.0,"[0.0013625463470816612, 0.0013625463470816612]","[1, 1]" +0.8103587962687016,0,0,0,[],[] +0.8103703702799976,1,1.0,0.0,[0.01107670133933425],[1] +0.8103819442912936,3,1.0,0.0,"[0.011080138850957155, 0.011073749978095293, 0.011067245621234179]","[1, 1, 1]" +0.8103935183025897,0,0,0,[],[] +0.810405092779547,3,1.0,0.0,"[0.004329988267272711, 0.004329988267272711, 0.01104028895497322]","[1, 1, 1]" +0.810416666790843,0,0,0,[],[] +0.810428240802139,0,0,0,[],[] +0.8104398148134351,1,1.0,0.0,[0.033457604236900806],[1] +0.8104629628360271,0,0,0,[],[] +0.8104745368473232,1,1.0,0.0,[0.005725289694964886],[1] +0.8104861113242805,0,0,0,[],[] +0.8104976853355765,0,0,0,[],[] +0.8105092593468726,1,1.0,0.0,[0.025901342276483774],"[1, 1, 1]" +0.8105208333581686,0,0,0,[],[] +0.8105324073694646,2,1.0,0.0,"[0.006240624934434891, 0.006240613292902708]","[1, 1]" +0.8105439813807607,0,0,0,[],[] +0.8105555553920567,1,1.0,0.0,[0.0014722454361617565],[1] +0.8105671294033527,2,1.0,0.0,"[8.094916120171547e-05, 1.9432976841926575e-05]","[1, 1]" +0.8105787038803101,2,1.0,0.0,"[0.00018804380670189857, 0.00018803216516971588]","[1, 1, 1, 1, 1, 1, 1, 1]" +0.8106134259141982,1,1.0,0.0,[0.00254194438457489],[1] +0.8106249999254942,2,1.0,0.0,"[0.008835624903440475, 0.008835624903440475]","[1, 1]" +0.8106365739367902,0,0,0,[],[] +0.8106481479480863,2,1.0,0.0,"[0.0013307062909007072, 0.0013307062909007072]","[1, 1]" +0.8106712964363396,0,0,0,[],[] +0.8106828704476357,0,0,0,[],[] +0.8107060184702277,1,1.0,0.0,[0.030329872854053974],[1] +0.8107175924815238,1,1.0,0.0,[0.0017725233919918537],"[1, 1]" +0.8107291664928198,2,1.0,0.0,"[0.009590880014002323, 0.009590880014002323]","[1, 1]" +0.8107407409697771,0,0,0,[],[] +0.8107523149810731,0,0,0,[],[] +0.8107754630036652,2,1.0,0.0,"[0.0024091433733701706, 0.0009078122675418854]","[1, 1, 1]" +0.8107986110262573,3,1.0,0.0,"[0.0006846413016319275, 0.004553310107439756, 0.004547326359897852]","[1, 1, 1]" +0.8108449075371027,0,0,0,[],[] +0.8108564815483987,0,0,0,[],[] +0.8108680555596948,0,0,0,[],[] +0.8108796295709908,0,0,0,[],[] +0.8108912035822868,2,1.0,0.0,"[0.003960139118134975, 0.003960139118134975]","[1, 1]" +0.8109027775935829,0,0,0,[],[] +0.8109143520705402,2,1.0,0.0,"[0.005976955872029066, 0.005976955872029066]","[1, 1]" +0.8109259260818362,0,0,0,[],[] +0.8109375000931323,0,0,0,[],[] +0.8109490741044283,0,0,0,[],[] +0.8109606481157243,0,0,0,[],[] +0.8109722221270204,1,1.0,0.0,[0.0012179282493889332],[1] +0.8109953701496124,1,1.0,0.0,[0.011395023204386234],[1] +0.8110069446265697,0,0,0,[],[] +0.8110185186378658,0,0,0,[],[] +0.8110416666604578,0,0,0,[],[] +0.8110648146830499,0,0,0,[],[] +0.811076388694346,0,0,0,[],[] +0.8110879631713033,2,1.0,0.0,"[0.020392511505633593, 0.020392511505633593]","[1, 1]" +0.8110995371825993,2,1.0,0.0,"[0.01638141181319952, 0.01638141181319952]","[1, 1]" +0.8111111111938953,2,1.0,0.0,"[4.497682675719261e-05, 4.497682675719261e-05]","[1, 1]" +0.8111226852051914,0,0,0,[],[] +0.8111458332277834,0,0,0,[],[] +0.8111574072390795,1,1.0,0.0,[0.0009877663105726242],[1] +0.8111689812503755,2,1.0,0.0,"[0.0005666553042829037, 0.0042928592301905155]","[1, 1, 1]" +0.8111805557273328,0,0,0,[],[] +0.8111921297386289,3,1.0,0.0,"[0.03268261579796672, 0.03268261579796672, 0.0019785529002547264]","[1, 1, 1, 1, 1]" +0.8112037037499249,0,0,0,[],[] +0.8112152777612209,1,1.0,0.0,[0.015631365589797497],[1] +0.811226851772517,2,1.0,0.0,"[0.003068808000534773, 0.003068808000534773]","[1, 1]" +0.811249999795109,2,1.0,0.0,"[0.0007593519985675812, 0.0022104051895439625]","[1, 1]" +0.8112615742720664,3,1.0,0.0,"[0.014573275111615658, 0.001421388704329729, 0.001421388704329729]","[1, 1, 1]" +0.8112847222946584,0,0,0,[],[] +0.8112962963059545,2,1.0,0.0,"[0.02159041678532958, 0.02159041678532958]","[1, 1]" +0.8113194443285465,0,0,0,[],[] +0.8113541668280959,2,1.0,0.0,"[0.004270613193511963, 0.004270613193511963]","[1, 1]" +0.811365740839392,0,0,0,[],[] +0.811377314850688,2,1.0,0.0,"[0.00956649286672473, 0.00956649286672473]","[1, 1]" +0.811388888861984,2,1.0,0.0,"[0.015241909772157669, 0.015241909772157669]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.81140046287328,2,1.0,0.0,"[0.005227025598287582, 0.005227025598287582]","[1, 1]" +0.8114120368845761,2,1.0,0.0,"[0.0013002199120819569, 0.0013002199120819569]","[1, 1]" +0.8114236108958721,3,1.0,0.0,"[0.0010707755573093891, 0.005941632203757763, 0.005567361135035753]","[1, 1, 1, 1, 1]" +0.8114467593841255,2,1.0,0.0,"[0.005353773012757301, 0.005353773012757301]","[1, 1, 1, 1]" +0.8114583333954215,0,0,0,[],[] +0.8114699074067175,0,0,0,[],[] +0.8114814814180136,3,1.0,0.0,"[0.008502395823597908, 0.008502395823597908, 0.0046571181155741215]","[1, 1, 1]" +0.8114930554293096,2,1.0,0.0,"[0.0029230788350105286, 0.0029230788350105286]","[1, 1, 1]" +0.8115046294406056,0,0,0,[],[] +0.811516203917563,3,1.0,0.0,"[0.00019393488764762878, 0.0001939232461154461, 7.019657641649246e-05]","[1, 1, 1]" +0.811527777928859,0,0,0,[],[] +0.811539351940155,1,1.0,0.0,[0.001164918765425682],[1] +0.8115509259514511,1,1.0,0.0,[0.001396574079990387],[1] +0.8115624999627471,2,1.0,0.0,"[0.0027078241109848022, 0.0019114813767373562]","[1, 1]" +0.8115740739740431,0,0,0,[],[] +0.8115856479853392,0,0,0,[],[] +0.8115972219966352,0,0,0,[],[] +0.8116087964735925,2,1.0,0.0,"[0.03113348362967372, 0.005423217546194792]","[1, 1, 1, 1, 1, 1]" +0.8116203704848886,2,1.0,0.0,"[0.0017740624025464058, 0.0017740624025464058]","[1, 1]" +0.8116319444961846,1,1.0,0.0,[0.00725194439291954],[1] +0.8116435185074806,0,0,0,[],[] +0.8116550925187767,2,1.0,0.0,"[0.008016574196517467, 0.008016574196517467]","[1, 1]" +0.8116782405413687,0,0,0,[],[] +0.811689815018326,1,1.0,0.0,[2.9155053198337555e-05],"[1, 1]" +0.8117013890296221,1,1.0,0.0,[0.005432500038295984],[1] +0.8117129630409181,2,1.0,0.0,"[0.006916527636349201, 0.006916527636349201]","[1, 1]" +0.8117361110635102,0,0,0,[],[] +0.8117476850748062,3,1.0,0.0,"[0.0018526851199567318, 0.006774560082703829, 0.006774560082703829]","[1, 1, 1]" +0.8117592590861022,0,0,0,[],[] +0.8117708335630596,0,0,0,[],[] +0.8117824075743556,0,0,0,[],[] +0.8118171296082437,1,1.0,0.0,[0.0008422802202403545],[1] +0.8118518516421318,3,1.0,0.0,"[0.019276817329227924, 0.019276817329227924, 0.0021697455085814]","[1, 1, 1, 1, 1]" +0.8118750001303852,0,0,0,[],[] +0.8118865741416812,2,1.0,0.0,"[0.01215994218364358, 0.01215994218364358]","[1, 1]" +0.8118981481529772,0,0,0,[],[] +0.8119097221642733,1,1.0,0.0,[0.0022597801871597767],[1] +0.8119212961755693,2,1.0,0.0,"[0.00735336821526289, 0.007458819542080164]","[1, 1]" +0.8119328701868653,0,0,0,[],[] +0.8119444446638227,1,1.0,0.0,[0.008197037037461996],"[1, 1, 1, 1, 1, 1]" +0.8119560186751187,0,0,0,[],[] +0.8119675926864147,2,1.0,0.0,"[0.03292084485292435, 0.03292084485292435]","[1, 1]" +0.8119791666977108,0,0,0,[],[] +0.8119907407090068,1,1.0,0.0,[0.005822882056236267],"[1, 1]" +0.8120023147203028,1,1.0,0.0,[0.005998206324875355],[1] +0.8120138887315989,0,0,0,[],[] +0.8120254627428949,0,0,0,[],[] +0.8120370372198522,3,1.0,0.0,"[0.007544097024947405, 0.012357430532574654, 0.012357430532574654]","[1, 1, 1, 1, 1]" +0.8120486112311482,0,0,0,[],[] +0.8120601852424443,1,1.0,0.0,[0.0006715045310556889],[1] +0.8120717592537403,0,0,0,[],[] +0.8120949072763324,2,1.0,0.0,"[0.01938557904213667, 0.01938557904213667]","[1, 1]" +0.8121064812876284,1,1.0,0.0,[0.025487257167696953],[1] +0.8121180557645857,1,1.0,0.0,[0.0012981593608856201],[1] +0.8121296297758818,1,1.0,0.0,[0.0033678007312119007],"[1, 1, 1, 1, 1]" +0.8121412037871778,0,0,0,[],[] +0.8121527777984738,0,0,0,[],[] +0.8121643518097699,1,1.0,0.0,[0.0030327429994940758],[1] +0.8121759258210659,0,0,0,[],[] +0.8121874998323619,2,1.0,0.0,"[0.0056060184724628925, 0.0056060184724628925]","[1, 1]" +0.8122222223319113,0,0,0,[],[] +0.8122337963432074,1,1.0,0.0,[0.0061325691640377045],[1] +0.8122453703545034,0,0,0,[],[] +0.8123148148879409,2,1.0,0.0,"[0.0013658334501087666, 0.0013658334501087666]","[1, 1]" +0.8123263888992369,2,1.0,0.0,"[0.007289872504770756, 0.007289872504770756]","[1, 1]" +0.812349536921829,2,1.0,0.0,"[0.005030984058976173, 0.005030984058976173]","[1, 1]" +0.812361110933125,0,0,0,[],[] +0.8123726854100823,2,1.0,0.0,"[0.006459374912083149, 0.006459374912083149]","[1, 1]" +0.8123958334326744,1,1.0,0.0,[0.0006370600312948227],[1] +0.8124189814552665,0,0,0,[],[] +0.8124305554665625,0,0,0,[],[] +0.8124421294778585,0,0,0,[],[] +0.8124537034891546,2,1.0,0.0,"[0.006597338244318962, 0.006597338244318962]","[1, 1]" +0.8124652779661119,1,1.0,0.0,[0.0007714927196502686],[1] +0.812488425988704,0,0,0,[],[] +0.8125,0,0,0,[],[] +0.812511574011296,2,1.0,0.0,"[0.017228680662810802, 0.017228680662810802]","[1, 1]" +0.8125231480225921,0,0,0,[],[] +0.8125347220338881,0,0,0,[],[] +0.8125462965108454,0,0,0,[],[] +0.8125578705221415,2,1.0,0.0,"[0.005652464926242828, 0.005652464926242828]","[1, 1]" +0.8125694445334375,0,0,0,[],[] +0.8125810185447335,1,1.0,0.0,[0.0022045369260013103],"[1, 1]" +0.8125925925560296,3,1.0,0.0,"[0.007416632026433945, 0.0221348381601274, 0.0221348381601274]","[1, 1, 1]" +0.8126041665673256,1,1.0,0.0,[0.0028509721159934998],[1] +0.8126157405786216,2,1.0,0.0,"[0.0009095487184822559, 0.006511111278086901]","[1, 1]" +0.8126273145899177,0,0,0,[],[] +0.812638889066875,1,1.0,0.0,[0.007644606288522482],[1] +0.812662037089467,0,0,0,[],[] +0.8126967591233552,1,1.0,0.0,[0.0014565740711987019],[1] +0.8127199076116085,2,1.0,0.0,"[0.004319177940487862, 0.004319177940487862]","[1, 1]" +0.8127314816229045,0,0,0,[],[] +0.8127430556342006,0,0,0,[],[] +0.8127546296454966,0,0,0,[],[] +0.8127662036567926,2,0.9,0.1,"[0.007180057931691408, 0.007180057931691408]","[1, 1, 1]" +0.8127777776680887,0,0,0,[],[] +0.8127893516793847,1,1.0,0.0,[0.0008386806584894657],"[1, 1, 1]" +0.812800926156342,2,0.375,0.625,"[0.0016235760413110256, 0.0016235760413110256]","[1, 1]" +0.8128125001676381,0,0,0,[],[] +0.8128240741789341,1,1.0,0.0,[0.00728317117318511],"[1, 1]" +0.8128356481902301,0,0,0,[],[] +0.8128472222015262,2,1.0,0.0,"[0.0007457523606717587, 0.0007457523606717587]","[1, 1, 1, 1]" +0.8128587962128222,2,1.0,0.0,"[0.00284380791708827, 0.00284380791708827]","[1, 1]" +0.8128703702241182,0,0,0,[],[] +0.8128819442354143,0,0,0,[],[] +0.8128935187123716,0,0,0,[],[] +0.8129050927236676,0,0,0,[],[] +0.8129166667349637,0,0,0,[],[] +0.8129282407462597,2,1.0,0.0,"[0.008749166503548622, 0.008749166503548622]","[1, 1]" +0.8129398147575557,2,1.0,0.0,"[0.01571708358824253, 0.01571708358824253]","[1, 1]" +0.8129513887688518,0,0,0,[],[] +0.8129629627801478,0,0,0,[],[] +0.8129745372571051,2,1.0,0.0,"[0.02006444428116083, 0.02006444428116083]","[1, 1]" +0.8129861112684011,0,0,0,[],[] +0.8129976852796972,2,1.0,0.0,"[0.022356909699738026, 0.0008603008463978767]","[1, 1]" +0.8130092592909932,0,0,0,[],[] +0.8130208333022892,2,1.0,0.0,"[0.006240451242774725, 0.006240451242774725]","[1, 1]" +0.8130439813248813,2,1.0,0.0,"[0.02674858830869198, 0.02674858830869198]","[1, 1, 1, 1]" +0.8130555553361773,3,1.0,0.0,"[0.000906284898519516, 0.001281331293284893, 0.001281331293284893]","[1, 1, 1, 1]" +0.8130671298131347,0,0,0,[],[] +0.8130787038244307,0,0,0,[],[] +0.8130902778357267,3,1.0,0.0,"[0.004652291536331177, 0.0018067937344312668, 0.0006279051303863525]","[1, 1, 1]" +0.8131018518470228,0,0,0,[],[] +0.8131134258583188,0,0,0,[],[] +0.8131249998696148,0,0,0,[],[] +0.8131365738809109,0,0,0,[],[] +0.8131481483578682,0,0,0,[],[] +0.8131597223691642,2,1.0,0.0,"[0.00958923576399684, 0.00958923576399684]","[1, 1]" +0.8131712963804603,1,1.0,0.0,[0.005977291613817215],[1] +0.8131944444030523,1,1.0,0.0,[0.03178160870447755],[1] +0.8132060184143484,3,1.0,0.0,"[0.0038247453048825264, 0.0038247453048825264, 0.03316569468006492]","[1, 1, 1]" +0.8132175924256444,2,1.0,0.0,"[0.006452396046370268, 0.006452396046370268]","[1, 1]" +0.8132291664369404,3,1.0,0.0,"[0.0011834376491606236, 0.0016366667114198208, 0.0016366667114198208]","[1, 1, 1, 1]" +0.8132407409138978,1,1.0,0.0,[0.008410034701228142],[1] +0.8132523149251938,2,1.0,0.0,"[0.01098091434687376, 0.01098091434687376]","[1, 1]" +0.8132754629477859,0,0,0,[],[] +0.8132870369590819,0,0,0,[],[] +0.8132986109703779,2,1.0,0.0,"[0.017320462968200445, 0.017320462968200445]","[1, 1]" +0.813310184981674,1,1.0,0.0,[0.003396551124751568],[1] +0.8133217594586313,1,1.0,0.0,[0.008945891167968512],[1] +0.8133333334699273,3,1.0,0.0,"[0.01123997662216425, 0.002250729128718376, 0.00890410877764225]","[1, 1, 1, 1]" +0.8133449074812233,1,1.0,0.0,[0.007762303110212088],[1] +0.8133796295151114,3,1.0,0.0,"[0.0009164698421955109, 0.013882881961762905, 0.013882881961762905]","[1, 1, 1]" +0.8133912035264075,0,0,0,[],[] +0.8134027780033648,1,1.0,0.0,[0.0006938078440725803],[1] +0.8134143520146608,1,1.0,0.0,[0.01008339086547494],[1] +0.8134259260259569,0,0,0,[],[] +0.8134375000372529,1,1.0,0.0,[0.0007452894933521748],[1] +0.813460648059845,2,1.0,0.0,"[0.007018888834863901, 0.007018888834863901]","[1, 1]" +0.813472222071141,2,1.0,0.0,"[0.0034610647708177567, 0.0034610647708177567]","[1, 1]" +0.8134953705593944,1,1.0,0.0,[0.006378182675689459],[1] +0.8135185185819864,3,1.0,0.0,"[0.01777834491804242, 0.0009097568690776825, 0.0008575925603508949]","[1, 1, 1, 1]" +0.8135763891041279,1,1.0,0.0,[0.0059657287783920765],[1] +0.8135879631154239,3,1.0,0.0,"[0.012913171201944351, 0.0068820021115243435, 0.0068820021115243435]","[1, 1, 1]" +0.81359953712672,3,1.0,0.0,"[0.009902546182274818, 0.006274606566876173, 0.006274606566876173]","[1, 1, 1]" +0.813611111138016,0,0,0,[],[] +0.813622685149312,1,1.0,0.0,[0.003974247723817825],[1] +0.8136458331719041,2,1.0,0.0,"[0.0028621875680983067, 0.002862175926566124]","[1, 1]" +0.8136574071832001,1,1.0,0.0,[0.013642373029142618],[1] +0.8136689816601574,0,0,0,[],[] +0.8136805556714535,0,0,0,[],[] +0.8136921296827495,0,0,0,[],[] +0.8137268517166376,0,0,0,[],[] +0.8137384257279336,2,1.0,0.0,"[0.0021299771033227444, 0.034745636861771345]","[1, 1]" +0.813750000204891,0,0,0,[],[] +0.813761574216187,0,0,0,[],[] +0.813773148227483,2,1.0,0.0,"[0.01801446732133627, 0.01801446732133627]","[1, 1]" +0.8137847222387791,0,0,0,[],[] +0.8137962962500751,0,0,0,[],[] +0.8138078702613711,0,0,0,[],[] +0.8138194442726672,2,1.0,0.0,"[0.008695277851074934, 0.016821539495140314]","[1, 1]" +0.8138310187496245,0,0,0,[],[] +0.8138425927609205,0,0,0,[],[] +0.8138541667722166,0,0,0,[],[] +0.8138657407835126,1,1.0,0.0,[0.007748819421976805],[1] +0.8138773147948086,1,1.0,0.0,[0.007428946904838085],[1] +0.8138888888061047,0,0,0,[],[] +0.8139004628174007,1,1.0,0.0,[0.003064988646656275],[1] +0.8139120368286967,0,0,0,[],[] +0.813923611305654,2,0.8571428571428571,0.14285714285714285,"[0.003794687334448099, 0.003794687334448099]","[1, 1, 1, 1, 1, 1]" +0.8139351853169501,2,1.0,0.0,"[0.004294826183468103, 0.004595011472702026]","[1, 1]" +0.8139467593282461,1,1.0,0.0,[0.003626145888119936],[1] +0.8139583333395422,0,0,0,[],[] +0.8139699073508382,1,1.0,0.0,[0.004385729320347309],[1] +0.8140046298503876,3,1.0,0.0,"[0.0025601619854569435, 0.0025601619854569435, 0.005527430213987827]","[1, 1, 1]" +0.8140162038616836,0,0,0,[],[] +0.8140277778729796,1,1.0,0.0,[0.0037200460210442543],[1] +0.8140393518842757,2,1.0,0.0,"[0.003505161963403225, 0.0010181479156017303]","[1, 1]" +0.8140509258955717,0,0,0,[],[] +0.8140624999068677,3,1.0,0.0,"[0.010432349517941475, 0.003574421163648367, 0.003574421163648367]","[1, 1, 1]" +0.8140856479294598,0,0,0,[],[] +0.8140972224064171,0,0,0,[],[] +0.8141087964177132,3,1.0,0.0,"[0.0006838887929916382, 0.0012942361645400524, 0.003564432729035616]","[1, 1, 1]" +0.8141203704290092,1,1.0,0.0,[0.0332180205732584],[1] +0.8141435184516013,1,1.0,0.0,[0.026089641265571117],[1] +0.8141550924628973,3,1.0,0.0,"[0.0009316666983067989, 0.0034487154334783554, 0.02028526645153761]","[1, 1, 1]" +0.8141666664741933,1,1.0,0.0,[0.003430764190852642],[1] +0.8141898149624467,3,1.0,0.0,"[0.004229467362165451, 0.0033561456948518753, 0.0033561456948518753]","[1, 1, 1]" +0.8142013889737427,0,0,0,[],[] +0.8142129629850388,3,1.0,0.0,"[0.0027279863134026527, 0.006764235906302929, 0.0033533331006765366]","[1, 1, 1]" +0.8142245369963348,1,1.0,0.0,[0.01262012729421258],[1] +0.8142361110076308,0,0,0,[],[] +0.8142592590302229,1,1.0,0.0,[0.003457164391875267],[1] +0.8142708335071802,1,1.0,0.0,[0.0009726039133965969],"[1, 1]" +0.8142824075184762,0,0,0,[],[] +0.8142939815297723,1,1.0,0.0,[0.00879642367362976],[1] +0.8143055555410683,0,0,0,[],[] +0.8143171295523643,1,1.0,0.0,[0.014437916688621044],[1] +0.8143287035636604,0,0,0,[],[] +0.8143402775749564,0,0,0,[],[] +0.8143518520519137,0,0,0,[],[] +0.8143634260632098,0,0,0,[],[] +0.8143865740858018,0,0,0,[],[] +0.8143981480970979,0,0,0,[],[] +0.8144097221083939,1,1.0,0.0,[0.00408848375082016],"[1, 1, 1, 1, 1]" +0.8144212961196899,0,0,0,[],[] +0.8144328705966473,1,1.0,0.0,[0.006375416647642851],[1] +0.8144560186192393,0,0,0,[],[] +0.8144675926305354,1,1.0,0.0,[0.006233819294720888],"[1, 1, 1, 1, 1]" +0.8144907406531274,0,0,0,[],[] +0.8145023146644235,1,1.0,0.0,[0.012197731528431177],[1] +0.8145138886757195,1,1.0,0.0,[0.003369421698153019],[1] +0.8145254631526768,1,1.0,0.0,[0.006483576260507107],[1] +0.8145601851865649,1,1.0,0.0,[0.005558460485190153],[1] +0.814571759197861,1,1.0,0.0,[0.006465567275881767],[1] +0.814583333209157,2,1.0,0.0,"[0.004763356409966946, 0.004763356409966946]","[1, 1]" +0.814594907220453,1,1.0,0.0,[0.005514051299542189],[1] +0.8146180557087064,1,1.0,0.0,[0.007177673280239105],[1] +0.8146296297200024,0,0,0,[],[] +0.8146412037312984,0,0,0,[],[] +0.8146759257651865,0,0,0,[],[] +0.8146874997764826,1,1.0,0.0,[0.002285613678395748],[1] +0.8146990742534399,1,1.0,0.0,[0.010147291701287031],[1] +0.814722222276032,3,1.0,0.0,"[0.01812820602208376, 0.01812820602208376, 0.02045076387003064]","[1, 1, 1]" +0.814733796287328,0,0,0,[],[] +0.814745370298624,1,1.0,0.0,[0.001360706053674221],[1] +0.8147569443099201,2,1.0,0.0,"[0.0042912038043141365, 0.0042912038043141365]","[1, 1]" +0.8147685183212161,1,1.0,0.0,[0.0036879978142678738],[1] +0.8147800927981734,3,1.0,0.0,"[0.005162245128303766, 0.0051579163409769535, 0.0051579163409769535]","[1, 1, 1, 1, 1, 1, 1, 1]" +0.8147916668094695,1,1.0,0.0,[0.005148032214492559],[1] +0.8148148148320615,1,1.0,0.0,[0.00982939824461937],[1] +0.8148263888433576,0,0,0,[],[] +0.8148379628546536,0,0,0,[],[] +0.814861111342907,1,1.0,0.0,[0.0076438309624791145],[1] +0.814872685354203,2,1.0,0.0,"[0.03042921284213662, 0.03042921284213662]","[1, 1]" +0.814895833376795,1,1.0,0.0,[0.021704838145524263],[1] +0.8149074073880911,2,1.0,0.0,"[0.0008150232024490833, 0.009938969742506742]","[1, 1]" +0.8149189813993871,2,1.0,0.0,"[0.003947268705815077, 0.01857920130714774]","[1, 1]" +0.8149305554106832,2,1.0,0.0,"[0.004430092871189117, 0.004429907537996769]","[1, 1]" +0.8149421294219792,2,1.0,0.0,"[0.007772835902869701, 0.02181229181587696]","[1, 1]" +0.8149652779102325,0,0,0,[],[] +0.8149768519215286,2,1.0,0.0,"[0.005862731486558914, 0.008203425910323858]","[1, 1]" +0.8149884259328246,2,1.0,0.0,"[0.007596377283334732, 0.017855902668088675]","[1, 1]" +0.8149999999441206,0,0,0,[],[] +0.8150115739554167,3,1.0,0.0,"[0.0015183333307504654, 0.0015183216892182827, 0.00860679429024458]","[1, 1, 1]" +0.8150231479667127,1,1.0,0.0,[0.004640625324100256],"[1, 1]" +0.81503472244367,0,0,0,[],[] +0.8150578704662621,1,1.0,0.0,[0.0020918631926178932],[1] +0.8150694444775581,0,0,0,[],[] +0.8150810184888542,3,1.0,0.0,"[0.0075203124433755875, 0.026747338008135557, 0.026747338008135557]","[1, 1, 1]" +0.8151041665114462,0,0,0,[],[] +0.8151157405227423,2,1.0,0.0,"[0.004244896117597818, 0.004244849551469088]","[1, 1]" +0.8151273149996996,1,1.0,0.0,[0.005757233593612909],"[1, 1, 1, 1]" +0.8151504630222917,3,1.0,0.0,"[0.004020520951598883, 0.005283414386212826, 0.012964884284883738]","[1, 1, 1, 1]" +0.8151620370335877,3,1.0,0.0,"[0.009482071734964848, 0.031195752322673798, 0.031195752322673798]","[1, 1, 1]" +0.8151851850561798,3,1.0,0.0,"[0.007128518540412188, 0.0050163427367806435, 0.0050163427367806435]","[1, 1, 1]" +0.8151967590674758,0,0,0,[],[] +0.8152083335444331,1,1.0,0.0,[0.0011907750740647316],[1] +0.8152199075557292,1,1.0,0.0,[0.006992187350988388],"[1, 1]" +0.8152662036009133,0,0,0,[],[] +0.8152777776122093,1,1.0,0.0,[0.008991956245154142],[1] +0.8152893516235054,2,1.0,0.0,"[0.0021182410418987274, 0.0021182410418987274]","[1, 1]" +0.8153009261004627,0,0,0,[],[] +0.8153125001117587,1,1.0,0.0,[0.0015201503410935402],[1] +0.8153240741230547,1,1.0,0.0,[0.006677245255559683],[1] +0.8153472221456468,2,1.0,0.0,"[0.004953194409608841, 0.004953194409608841]","[1, 1]" +0.8153587961569428,0,0,0,[],[] +0.8153703701682389,0,0,0,[],[] +0.8153819446451962,1,1.0,0.0,[0.00787299731746316],"[1, 1]" +0.8153935186564922,0,0,0,[],[] +0.8154050926677883,0,0,0,[],[] +0.8154166666790843,0,0,0,[],[] +0.8154398147016764,1,1.0,0.0,[0.010075497906655073],[1] +0.8154513887129724,0,0,0,[],[] +0.8154629631899297,0,0,0,[],[] +0.8154745372012258,2,1.0,0.0,"[0.00735962949693203, 0.00423427065834403]","[1, 1]" +0.8154976852238178,2,1.0,0.0,"[0.0010196296498179436, 0.0017847106792032719]","[1, 1]" +0.8155092592351139,1,1.0,0.0,[0.006498321890830994],[1] +0.8155208332464099,0,0,0,[],[] +0.8155324072577059,1,1.0,0.0,[0.0014115278609097004],[1] +0.815543981269002,0,0,0,[],[] +0.8155555557459593,1,1.0,0.0,[0.008165809791535139],[1] +0.8155787037685513,1,1.0,0.0,[0.0014841435477137566],[1] +0.8155902777798474,2,1.0,0.0,"[0.0014646644704043865, 0.0014646644704043865]","[1, 1]" +0.8156134258024395,1,1.0,0.0,[0.0008104979060590267],[1] +0.8156249998137355,2,1.0,0.0,"[0.017230764031410217, 0.017230764031410217]","[1, 1]" +0.8156481483019888,2,1.0,0.0,"[0.0025832639075815678, 0.0036257868632674217]","[1, 1]" +0.8156597223132849,0,0,0,[],[] +0.8156712963245809,3,1.0,0.0,"[0.004162824247032404, 0.00465508084744215, 0.00465508084744215]","[1, 1, 1, 1]" +0.8156828703358769,1,1.0,0.0,[0.0055154976435005665],[1] +0.815694444347173,3,1.0,0.0,"[0.0011900230310857296, 0.025967916939407587, 0.025967916939407587]","[1, 1, 1]" +0.815706018358469,0,0,0,[],[] +0.815717592369765,1,1.0,0.0,[0.007377326488494873],[1] +0.8157407408580184,3,1.0,0.0,"[0.002254652790725231, 0.0029516550712287426, 0.009611307643353939]","[1, 1, 1, 1, 1]" +0.8157523148693144,0,0,0,[],[] +0.8157638888806105,0,0,0,[],[] +0.8158101853914559,3,1.0,0.0,"[0.0048866779543459415, 0.004886238370090723, 0.004886238370090723]","[1, 1, 1]" +0.815833333414048,0,0,0,[],[] +0.815844907425344,0,0,0,[],[] +0.8158680554479361,0,0,0,[],[] +0.8158796294592321,3,1.0,0.0,"[0.0010172687470912933, 0.000794166699051857, 0.006820949260145426]","[1, 1, 1]" +0.8159027779474854,0,0,0,[],[] +0.8159143519587815,3,1.0,0.0,"[0.009492060169577599, 0.009492060169577599, 0.0013729282654821873]","[1, 1, 1, 1]" +0.8159259259700775,0,0,0,[],[] +0.8159490739926696,2,1.0,0.0,"[0.002094815019518137, 0.002741724718362093]","[1, 1]" +0.8159606480039656,1,1.0,0.0,[0.019844120368361473],[1] +0.8159722220152617,0,0,0,[],[] +0.815983796492219,2,1.0,0.0,"[0.010604340117424726, 0.010604340117424726]","[1, 1]" +0.815995370503515,1,1.0,0.0,[0.0013895714655518532],[1] +0.8160185185261071,3,1.0,0.0,"[0.00857222219929099, 0.00857222219929099, 0.0060491436161100864]","[1, 1, 1, 1, 1]" +0.8160300925374031,0,0,0,[],[] +0.8160416665486991,1,1.0,0.0,[0.0009990627877414227],"[1, 1]" +0.8160532405599952,1,1.0,0.0,[0.0012360303662717342],"[1, 1, 1]" +0.8160648150369525,0,0,0,[],[] +0.8160763890482485,0,0,0,[],[] +0.8160879630595446,0,0,0,[],[] +0.8160995370708406,0,0,0,[],[] +0.8161111110821366,2,1.0,0.0,"[0.01087498851120472, 0.007458125241100788]","[1, 1]" +0.8161226850934327,2,1.0,0.0,"[0.0072560301050543785, 0.0072560301050543785]","[1, 1]" +0.8161342591047287,0,0,0,[],[] +0.816157407592982,1,1.0,0.0,[0.001444004476070404],[1] +0.8161689816042781,2,1.0,0.0,"[0.016914316918700933, 0.009739131666719913]","[1, 1]" +0.8162500001490116,2,1.0,0.0,"[0.007491169031709433, 0.000764097087085247]","[1, 1]" +0.8162615741603076,0,0,0,[],[] +0.8162731481716037,2,1.0,0.0,"[0.0014196066185832024, 0.0028465623036026955]","[1, 1]" +0.8162847221828997,2,1.0,0.0,"[0.009372835513204336, 0.01593740750104189]","[1, 1]" +0.8163078702054918,1,1.0,0.0,[0.00469990773126483],"[1, 1]" +0.8163194442167878,0,0,0,[],[] +0.8163310186937451,0,0,0,[],[] +0.8163425927050412,0,0,0,[],[] +0.8163541667163372,0,0,0,[],[] +0.8163657407276332,0,0,0,[],[] +0.8163773147389293,0,0,0,[],[] +0.8163888887502253,0,0,0,[],[] +0.8164120372384787,3,1.0,0.0,"[0.0007088654674589634, 0.003296319395303726, 0.003296319395303726]","[1, 1, 1]" +0.8164236112497747,2,1.0,0.0,"[0.0013720369897782803, 0.019884015899151564]","[1, 1]" +0.8164351852610707,2,1.0,0.0,"[0.001040150411427021, 0.0010401387698948383]","[1, 1, 1, 1]" +0.8164467592723668,3,1.0,0.0,"[0.007165972143411636, 0.007165972143411636, 0.00910324091091752]","[1, 1, 1, 1, 1]" +0.8164583332836628,1,1.0,0.0,[0.002668541856110096],[1] +0.8164699072949588,0,0,0,[],[] +0.8164814813062549,0,0,0,[],[] +0.8165046297945082,1,1.0,0.0,[0.016751724295318127],[1] +0.8165162038058043,3,1.0,0.0,"[0.0007440159097313881, 0.0166834257543087, 0.0170612963847816]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8165277778171003,2,1.0,0.0,"[0.00769355334341526, 0.0025468748062849045]","[1, 1]" +0.8165509258396924,0,0,0,[],[] +0.8165624998509884,3,1.0,0.0,"[0.0006908681243658066, 0.003578773234039545, 0.015222905203700066]","[1, 1, 1, 1]" +0.8165740738622844,0,0,0,[],[] +0.8165856483392417,1,1.0,0.0,[0.01098354160785675],[1] +0.8165972223505378,1,1.0,0.0,[0.001277036964893341],"[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8166087963618338,1,1.0,0.0,[0.0008541434071958065],[1] +0.8166203703731298,0,0,0,[],[] +0.8166319443844259,0,0,0,[],[] +0.8166435183957219,0,0,0,[],[] +0.816655092407018,0,0,0,[],[] +0.8166666668839753,0,0,0,[],[] +0.8166782408952713,2,1.0,0.0,"[0.010606538970023394, 0.01681453688070178]","[1, 1]" +0.8166898149065673,0,0,0,[],[] +0.8167013889178634,0,0,0,[],[] +0.8167129629291594,3,1.0,0.0,"[0.008054988458752632, 0.016948634292930365, 0.018576330970972776]","[1, 1, 1]" +0.8167245369404554,1,1.0,0.0,[0.0025512268766760826],[1] +0.8167361109517515,1,1.0,0.0,[0.01634809048846364],[1] +0.8167476849630475,1,1.0,0.0,[0.01692380802705884],[1] +0.8167592594400048,0,0,0,[],[] +0.8167824074625969,2,1.0,0.0,"[0.0018986803479492664, 0.0019146758131682873]","[1, 1, 1, 1]" +0.8167939814738929,0,0,0,[],[] +0.816817129496485,2,1.0,0.0,"[0.0033222800120711327, 0.0033222800120711327]","[1, 1]" +0.816828703507781,0,0,0,[],[] +0.8168402779847383,0,0,0,[],[] +0.8168518519960344,0,0,0,[],[] +0.8168634260073304,1,1.0,0.0,[0.00868658535182476],[1] +0.8168750000186265,0,0,0,[],[] +0.8168981480412185,0,0,0,[],[] +0.8169097220525146,0,0,0,[],[] +0.8169212960638106,0,0,0,[],[] +0.81695601856336,2,1.0,0.0,"[0.01916984934359789, 0.01916984934359789]","[1, 1]" +0.816967592574656,1,1.0,0.0,[0.005377766210585833],[1] +0.816979166585952,3,1.0,0.0,"[0.01688128476962447, 0.006568657699972391, 0.0065686460584402084]","[1, 1, 1]" +0.8169907405972481,1,1.0,0.0,[0.0059835766442120075],[1] +0.8170023146085441,0,0,0,[],[] +0.8170138890855014,1,1.0,0.0,[0.005387430544942617],[1] +0.8170254630967975,1,1.0,0.0,[0.00069391168653965],[1] +0.8170370371080935,1,1.0,0.0,[0.0006407522596418858],[1] +0.8170486111193895,2,1.0,0.0,"[0.013806852046400309, 0.021829201374202967]","[1, 1]" +0.8170601851306856,0,0,0,[],[] +0.8170833331532776,3,1.0,0.0,"[0.0054532987996935844, 0.0054532987996935844, 0.00403593759983778]","[1, 1, 1]" +0.817094907630235,0,0,0,[],[] +0.817106481641531,2,1.0,0.0,"[0.003772337920963764, 0.003772337920963764]","[1, 1]" +0.817118055652827,0,0,0,[],[] +0.8171412036754191,2,1.0,0.0,"[0.006199514027684927, 0.008925023023039103]","[1, 1, 1]" +0.8171527776867151,0,0,0,[],[] +0.8171643516980112,0,0,0,[],[] +0.8171759257093072,2,1.0,0.0,"[0.0007966901175677776, 0.02476408565416932]","[1, 1, 1, 1]" +0.8171875001862645,1,1.0,0.0,[0.0047325692139565945],[1] +0.8171990741975605,3,1.0,0.0,"[0.017175694461911917, 0.029727210756391287, 0.029602800961583853]","[1, 1, 1]" +0.8172106482088566,1,1.0,0.0,[0.006620555650442839],[1] +0.8172222222201526,2,1.0,0.0,"[0.0013180091045796871, 0.00974104180932045]","[1, 1]" +0.8172337962314487,0,0,0,[],[] +0.8172453702427447,1,1.0,0.0,[0.006977384444326162],[1] +0.8172569442540407,1,1.0,0.0,[0.014088981784880161],[1] +0.817268518730998,0,0,0,[],[] +0.8172800927422941,1,1.0,0.0,[0.0027023842558264732],[1] +0.8172916667535901,0,0,0,[],[] +0.8173148147761822,0,0,0,[],[] +0.8173263887874782,1,1.0,0.0,[0.003313079010695219],[1] +0.8173379627987742,0,0,0,[],[] +0.8173495368100703,1,0.5,0.5,[0.007786967791616917],"[1, 1, 1]" +0.8173726852983236,0,0,0,[],[] +0.8173842593096197,0,0,0,[],[] +0.8173958333209157,0,0,0,[],[] +0.8174421298317611,1,1.0,0.0,[0.004625485744327307],[1] +0.8174537038430572,0,0,0,[],[] +0.8174652778543532,2,1.0,0.0,"[0.000531238503754139, 0.016339513938874006]","[1, 1]" +0.8174768518656492,2,1.0,0.0,"[0.0027920021675527096, 0.019373055547475815]","[1, 1]" +0.8174999998882413,2,1.0,0.0,"[0.006339977029711008, 0.00641640042886138]","[1, 1]" +0.8175115738995373,1,1.0,0.0,[0.007561701349914074],[1] +0.8175231483764946,1,1.0,0.0,[0.01564447907730937],"[1, 1]" +0.8175347223877907,0,0,0,[],[] +0.8175462963990867,2,1.0,0.0,"[0.0023278584703803062, 0.0023278584703803062]","[1, 1]" +0.8175578704103827,1,1.0,0.0,[0.005953044164925814],[1] +0.8175694444216788,0,0,0,[],[] +0.8175810184329748,1,0.3333333333333333,0.6666666666666666,[0.004121053498238325],[1] +0.8175925924442708,0,0,0,[],[] +0.8176041664555669,0,0,0,[],[] +0.8176157409325242,2,0.7692307692307693,0.23076923076923078,"[0.001967326272279024, 0.001967326272279024]","[1, 1]" +0.8176273149438202,0,0,0,[],[] +0.8176388889551163,0,0,0,[],[] +0.8176620369777083,0,0,0,[],[] +0.8176736109890044,0,0,0,[],[] +0.8176851850003004,0,0,0,[],[] +0.8176967594772577,0,0,0,[],[] +0.8177083334885538,1,1.0,0.0,[0.0016192477196455002],[1] +0.8177199074998498,0,0,0,[],[] +0.8177314815111458,1,1.0,0.0,[0.0025383103638887405],"[1, 1]" +0.8177430555224419,1,1.0,0.0,[0.004081724677234888],[1] +0.8177546295337379,1,1.0,0.0,[0.001159687526524067],[1] +0.8177662035450339,1,1.0,0.0,[0.02526522008702159],[1] +0.81777777755633,1,1.0,0.0,[0.011595613788813353],[1] +0.8177893520332873,1,1.0,0.0,[0.02451438643038273],[1] +0.8178009260445833,3,1.0,0.0,"[0.011624108534306288, 0.0016597104258835316, 0.0016597104258835316]","[1, 1, 1]" +0.8178125000558794,2,1.0,0.0,"[0.0008699768222868443, 0.0006279977969825268]","[1, 1]" +0.8178240740671754,0,0,0,[],[] +0.8178356480784714,0,0,0,[],[] +0.8178472220897675,0,0,0,[],[] +0.8178587961010635,0,0,0,[],[] +0.8178703705780208,0,0,0,[],[] +0.8178935186006129,0,0,0,[],[] +0.8179050926119089,1,1.0,0.0,[0.007954698987305164],[1] +0.817916666623205,1,1.0,0.0,[0.020123587921261787],"[1, 1]" +0.817928240634501,0,0,0,[],[] +0.817939814645797,3,1.0,0.0,"[0.0065264469012618065, 0.007120370399206877, 0.013242708519101143]","[1, 1, 1]" +0.817951388657093,0,0,0,[],[] +0.8179629631340504,0,0,0,[],[] +0.8179745371453464,0,0,0,[],[] +0.8179861111566424,1,1.0,0.0,[0.011387291830033064],[1] +0.8179976851679385,3,1.0,0.0,"[0.0021605785004794598, 0.0006764237768948078, 0.012262685224413872]","[1, 1, 1]" +0.8180092591792345,1,1.0,0.0,[0.011583206243813038],[1] +0.8180208331905305,0,0,0,[],[] +0.8180439816787839,0,0,0,[],[] 0.818067129701376,0,0,0,[],[] 0.8181018517352641,1,1.0,0.0,[0.0062871878035366535],"[1, 1, 1, 1, 1]" 0.8181134257465601,2,1.0,0.0,"[0.010015648324042559, 0.010010115802288055]","[1, 1]" 0.8181250002235174,3,1.0,0.0,"[0.001332580577582121, 0.001332580577582121, 0.020778784528374672]","[1, 1, 1]" 0.8181365742348135,1,1.0,0.0,[0.029275451321154833],[1] 0.8181481482461095,3,1.0,0.0,"[0.0019051735289394855, 0.0006804629229009151, 0.011200451292097569]","[1, 1, 1]" -0.8181597222574055,2,1.0,0.0,"[0.02051708335056901, 0.040882129687815905]","[1, 1, 1]" +0.8181597222574055,1,1.0,0.0,[0.02051708335056901],"[1, 1, 1]" 0.8181712962687016,1,1.0,0.0,[0.015717650298029184],[1] 0.8181828702799976,1,1.0,0.0,[0.009562985971570015],[1] 0.8181944442912936,2,1.0,0.0,"[0.010397558100521564, 0.016574780456721783]","[1, 1]" @@ -20,9 +2141,9 @@ time,request_count,regular_vm_count,evictable_vm_count,lifetime_distribution,vcp 0.8183101853355765,1,1.0,0.0,[0.008086492773145437],[1] 0.8183217593468726,1,1.0,0.0,[0.02697945572435856],[1] 0.8183333333581686,0,0,0,[],[] -0.8183449073694646,0,0,0,[],[] -0.8183564813807607,0,0,0,[],[] -0.8183680553920567,2,1.0,0.0,"[0.008060301188379526, 0.03614903939887881]","[1, 1]" +0.8183449073694646,2,1.0,0.0,"[0.008048310410231352, 0.008048344869166613]","[1, 1, 1, 1, 1, 1]" +0.8183564813807607,3,1.0,0.0,"[0.000885185319930315, 0.002289051190018654, 0.008038749918341637]","[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]" +0.8183680553920567,1,1.0,0.0,[0.008060301188379526],"[1, 1]" 0.8183796294033527,2,1.0,0.0,"[0.007695173844695091, 0.007695173844695091]","[1, 1]" 0.8183912038803101,1,1.0,0.0,[0.007891817018389702],[1] 0.8184143519029021,2,1.0,0.0,"[0.025565404910594225, 0.0196599536575377]","[1, 1]"